Join a global community of InDesign users.
Actividad reciente
I have the problem that always when the wlan is activated i get the spinning wheel of death on my mac if i deactivate wlan it stops and i can work normally. please fix this problem .... its frustrating always to activate wlan and deactivate it. many greets RIcardo <Title renamed by MOD>
My Toolbox panel in InDesign is frozen. All the tools are visible but I can't use any of them. The text tool is highlighted, all the others are grayed out.
Hi All I want an indesign script that places pdf , indesign files pages in indeign I found a script called multipdf page importer but it only places indesign files with page range I want pdf files also with page range thanks <Title renamed by MOD>
Hi Iam beginner in indesign and wanted a script that place pdf pages with page range into indesign file with pdf page size .I already reached to a script by asking chat gpt but ( the problem is that the first page is empty )Can you fix this problem pleasehere is the code ---------------------------------------------#target indesignfunction main() {// Suppress alert dialogsapp.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;try {// Create a dialogvar dialog = new Window("dialog", "Place PDF Pages");// Add a panel for PDF selectionvar pdfPanel = dialog.add("panel", undefined, "Select PDF");pdfPanel.orientation = "row";// Add a button to select the PDFvar selectPDFBtn = pdfPanel.add("button", undefined, "Select PDF");// Add a static text to display the selected PDF pathvar pdfPathText = pdfPanel.add("statictext", undefined, "No file selected");pdfPathText.size = [300, 20];// Add a panel for page range inputvar rangePanel = dialog.add("panel",
For weeks now my InDesign text has been displaying as low resolution pixelated text (see screenshot below). In preferences my Display is all high quality and images are displaying fine, although now as High Quality as I would like, however this text, and any vectors / EPS files placed also look pixelated or un-rendered. Any advice on how to fix this? Seems to be in every single document I use or open now and is very frustrating! Have tried uninstalling and re-installing InDesign but no luck. Thanks USING: PC Windows 10, latest version of ID
My vision is changing and I have trouble reading the info on my InDesign taskbar. I there a way to enlarge it? <Title renamed by MOD>
I used to be able to embed video into InDesign, export as Interactive .pdf and watch the embedded video in .pdf brochure. I understand that .pdf no longer supports Flash player. I can still embed video H.264 however when I export to Interactive .pdf, the .pdf document says it does not support flash player.H.264 isn't Flash.Can this still be done and if so how? Thank you!
I am having trouble copy-pasting some Sanskrit text from a word document to my indesign file. Here's a screenshot from the word file. It is in the Nirmal UI typeface—Here's what I get in indesign when I copy and paste it—As you can see, indesign shifts some of the glyphs, especially the "ि" and " ी" by a few spaces. I have tried different typefaces for the word document as well as for the indesign document, but none of them work. I also tried placing the word file as well as a pdf version of the word document inside the indesign document, but it did not solve the issue. A solution which was suggested was to make sure I had the World Ready composer selected under preferences, but that did not help either.
I am working on a form that I am using the Radio Button listed as "024" in the Sample Buttons and Forms panel. While I have figured out how to get the outside line of the box to be recolored to match the rest of the form: How do I get the check or "x" mark that is inside the box to also be recolored instead of the boring black that is currently there so that it matches my forms color design.?Is there a way to apply the settings to multiple items at one time? <Title renamed by MOD>
How do you distinguish digital printing from offset printing in a simple flayer/leaflet ? Thx for your opinion. <Title renamed by MOD>
Hi there, I am trying to insert pages from an A4 landscape spread as a thumbnail graphic (well, actually about 30% of the original size) into another InDesign A4 portrait spread. Much like we can with Powerpoint when you want the notes pages. I have tried exporting the originals as jpg and png, with various quality and resolution settings, then using the "Place" tool to insert the object, then either scale the object or fit to frame. They all result in blurry or pixelated 'thumbnail' image, unsuitable for printing. Any advice appreciated. <Title renamed by MOD>
Hi, novice trying to create a new color swatch for a die cut line. Cannot find any pantone colors and the plugin I have found I cannot make work in Indesign. Anyone? <Title renamed by MOD>
This is a "lazy" question, I know, but how would I go about having the user automatically sent to the corresponding document page when clicking a given index page number? This is an exerpt of what my index currently looks like : I don't think this is possible using the Index feature but I'm not sure how to go about implementing such a navigation aid in InDesign, given that the final destination of the document is an exported interactive PDF?Any help is appreciated. <Title renamed by MOD>
Hi I have a requirement to anchor a text frame with numbers in it to a text where a particular character style is applied. The text frame which needs to be anchored has a paragraph style and an object style applied to it. I have attached a screenshot and and IDML file also. Here is the code: //First copy the text frame with object style applied to it. //This frame will be anchored at the word/sentence with a particular character style // Get the active document var doc = app.activeDocument; //Get the object style var objectStyle = doc.objectStyles.itemByName("boxedObject"); //Change object style setting objectStyle.anchoredObjectSettings.anchoredPosition = AnchorPosition.ANCHORED; objectStyle.anchoredObjectSettings.anchorPoint = AnchorPoint.TOP_LEFT_ANCHOR; objectStyle.anchoredObjectSettings.horizontalReferencePoint = AnchoredRelativeTo.ANCHOR_LOCATION; //Reset findchange grep preferences app.findGrepPreferences = app.changeGrepPreferences = null; //fin
I have many individual cells from an Excel file linked in my InDesign document and I would like to relink them all to a different Excel file that has the exact same structure. Does anyone know of a good way to update which file is feeding the data while still keeping the links to specific cells in place? <Title renamed by MOD>
"After opening InDesign, nothing appears except for the menu bar, and I can't click anywhere. I can't even close the application using the close button. It's as if the program behaves like an image. Applications like Photoshop and Illustrator are working without any issues, but I'm only experiencing this problem with InDesign. What is the solution to this issue?" <Title reanmed by MOD>
I am creating an Indesing document with various animations to Publish Online. I have drawn a percentage bar (in Indesign 18.5) which I then animate. When I export to Publish Online I see that the quality is very poor. Can I do something about this? Below is an image of the object in Indesign and the object in the Online document. <Title renamed by MOD>
Hey, I have a question about the text order of TOC. I want to add text from two text boxes, A & B, from one same page into TOC, and I have set different paragrah styles to each of them. After added the these two paragraph styles into the TOC style, with setting the paragraph style used in text box A as level 1 & that used in text box B as level 2, the TOC is generated out but with text from text box B shows above that from text box A. Is there anything I can do to make the text from text box A show ABOVE the text from text box B in TOC? Many thanks in advance. <Title renamed by MOD>
Hi all,We are trying to get an argument using applescript and following code gives us an error. The thing I should emphasize is, this error only occurs when our plugin is installed. (My company develops a InDesign plugin and this piece of code doesn't even interact with our scripting functions). I checked our script providers and all the related implementation. Couldn't find something that blocks AppleScript. Other applescript that we call through same mechanism, doesn't have this problem. Only this "item 1 of argument" part. Any pointer would be helpful.Code:function functionName(ourInputArg) { var inputArg = [ourInputArg]; var myAppleScript = 'do shell script "echo " & item 1 of arguments' app.doScript(myAppleScript, ScriptLanguage.APPLESCRIPT_LANGUAGE, inputArg, UndoModes.FAST_ENTIRE_SCRIPT, "undo AppleScript"); } Error:
I have placed one Illustrator graphic .ai, 10 times on a master page in an InDesign document. That master page is applied to twenty pages in the document. When I export that document as a PDF it ends up as an extremely large file.When I checked the Links window it shows that graphic 200 times. I have check in previous files with similar method and it only shows that graphic only the amount of times which apears on the master page. Does anyone have an explanation for this. Thanks in advance <Title renamed by MOD>
When trying to select a font, (and also happens in stroke menu) the dropdown menu flashes on and off and won't let me select it (sometimes when the font dopdown finally works it seems to have a life of its own ...) <Title renamed by moderator>
Hello All, I am trying to create a new document using SDKLayoutHelper class function layoutHelper.CreateDocument but it is getting stuck at ProcessCommand, it just could not execute it. Any idea why its not working, this same thing works perfectly on Windows OS I am facing this issue on- Mac OSX 13.7- XCode 15.2- InDesign 2025 SDK I even tried adding following 2 lines of code in one of the sample project from SDK sample but same issue there as wellSDKLayoutHelper layoutHelper; layoutHelper.CreateDocument(); Am I doing anything wrong OR missing something?Thank You <Title renamed by MOD>
Hello everyone,Can we allow a remote collaborator to modify an indesign document using editor mode, without the collaborator having an adobe account ? (with an xml?)Best regards, <Title renamed by MOD>
Following a suggestion here on the forum, I opened the file on one of the stock Applescript scripts.In its heading, there was a prompt to visit an Adobe website to learn more about development, etc... The link is this: http://www.adobe.com/devnet/indesign/sdk.htmlBut it opens here: https://developer.adobe.com/indesign/ Never mind, though.If I click on "Get the SDK" or on "Console" or on anything else, I get asked to accept the Updated Terms, but the button is greyed out and I cannot proceed: This is the first time I visit this website.I have clicked on the blue link, read the terms, but then I cannot Accept.What am I missing?
J'ai un problème bizarre.Dans un de mes projets, un dégradé de couleur s'est transformé en noir. Quand je clique sur ce dégradé pour reconfigurer la couleur d'origine, In Design plante et se ferme immédiatement. Quand j'ouvre le panneau dégradé pour recréer le dégradé, idem. Blocage et fermeture du logiciel.Un technicien Adobe peut-il me répondre ?Merci par avance
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.