Join a global community of InDesign users.
Recently active
I'd like to create a heading style that is of the same level as an existing style, but not have the numbers effect each other. It is to number table headings that have the same numbering system as level 3 of the list, but creating a second level 3 style is currently imbedding it to the current style so that it follows the sequence rather than restarting. Example of what is currently happening:2.0 Heading (Level 1) 2.1 Subheading (Level 2) 2.1.1 Sub-subheading (Level 3) 2.1.2 Sub-subheading (Level 3) 2.1.3 Table heading (Level 3) 2.1.4 Sub-subheading (Level 3) Example of what should happen:2.0 Heading (Level 1) 2.1 Subheading (Level 2) 2.1.1 Sub-subheading (Level 3) 2.1.2 Sub-subheading (Level 3) 2.1.1 Table heading (also level 3 - but re
I currently have a script that renames files and outputs a before-and-after text file, (e.g. origFilename.tif ==> newFilename.tif) to act as a guide to help manually relink said files in a document. Is there a way to automate that process with a script that uses that text file?
Hi everyone, I wanted to know 2 things about QR code generate on indesign : - When the QR code is create is it possible to sacn it in ilimited way or there is a numbber of scan ? - is it a dynamic QR code, what i mean is : is it possible to change the placement of the url link to the qr code ? move the url link from one file to an other ? Thnaks a lot
I am printing a customer supplied PDF from InDesign. (Attached) We needed to add bleeds and that's why I am not printing directly from Acrobat. The word STOLE on page 2 of the PDF won't print when printing from InDesign. (It will print when printing direct from Acrobat) I tried to find issues in Print Production and Preflight in Acrobat but admittedly, I'm not particulary savy as deciphering all of Acrobat's features. I'm on a PC, Windows 11 Pro, InDesign 20.3.1
I have written 17 chapters of a book, and each one is a separate file with endnotes. How can I import them into a composite file which compiles the author's endnotes into one set at the back of this composite file?
I've noticed that recent versions of InDesign try to 'autofit' the document when the size of the window is changed, is there a way to disable this? I keep finding that the document goes all 'wobbly' when I'm resizing the window too, which Im guessing is related.
I am having an issue with InDesign. I have a text box that had white text and I switched to black because I was removing the color background. When I switched the text to black the last couple of words on each line remains white. I have no idea why - it was perfectly fine when I last had it open.I can move my cursor next to the last word in black and it types black text. But when I delete the white text it then changes the adjacent letter next to it to white and keeps doing this for each adjacent letter.And even more odd if I type at the end where the word is white the additional text I type is white but for each new white letter it changes the white text on the opposite end of the string to black. I am at a loss. Anyone know why it is doing this? I did have a HP driver and Windows 11 Cumulative update yesterday and today - not sure that has anything to do with it. I did ininstall and reinstall InDesign and still have the same issue. Any ideas why this is happening and how to fix it? T
I inserted an image into a line.Now, I want to use a script to obtain the line spacing and interline spacing of the insertion point.Please give me some guidance.Thank you very much.
Can someone provide current up to date information on how to deactivate one of my three devices? Available posts have outdated info and its impossible to find the area to do this. The only other option I have is to try and use the unactivated device, which then gives me the opportunity to deactivate one of the other two devices. Find it hard to believe that is the only way. Online rep claimed that it is not possible. Is that true?
Heya, I have a question about changing the click color of a text field in an interactive PDF. After export, when I go to fill it out, I click into the text box and it turns light red. Is there a way to change this color?Thank you!
Hey all, Hoping to gain insight and best practice for freelancing and collaborating on projects. With collaborated projects with other designers and I've noticed this error show:"Cannot open the document: "X". You may not have permission or the document may be open already. For multi-user access, close the file and set the file properties to read-only in Windows Explorer." To give a little more insight on the process, usually other designers will share their Google drive link where I download the files and continue the project. I save the project to my One drive and work on it from there - there has been no issues with the work files. Once ready to hand back over, I just copy these files from my One drive back to their Google drive. It seems that this error showed once I copied the file back over to their drive. Is there anyway to open the Indesign file from my One Drive without having to change to Read-Only? As sometimes I may need to go back in to edit. Copy
I have tried \r\n and <br> in a .csv and .txt file data merge. Is there an escape character that allows InDesign to read the formatting from the source doc? My source doc has hundreds of records each containing 7 fields, one of which is a list of procedures. These vary from 2 to 8 procedures. Is there an easy way to merge this data into ONE text field on my target doc so that Data Merge preserves the line breaks and my Paragraph Style formats the text in an appropriately numbered list?
Hi, I have a very long document full of proper nouns. Is there a way to run Indesign's spellcheck to stop it flagging foreign placenames, people etc (which start with a capital letter), and so make the spellcheck process much quicker? Thank you for any help.
InDesing no quiere abrir en mi computadora, tengo la version 20.5, ya desinstále y volví a instalar y no funciona
Hola comunidad. No sería genial que InDesig atribulla automáticamente una pagina principal cada vez que detecte un estilo de parrafo en particular. Ejemplo: En cada apertura de capítulo, aplicamos un estilp de párrafo "Título capítulo", cada vez que se aplique determinado estilo, se cambiará o asignará una página principal, predefinida. Simplificaría mucho nustro trabajo, no?
I only know the object style name. How can I get and modify the size options?Something simpler.My image object style name is mypic, and I want to modify its width.mypic.transformAttributeOptions.transformAttrWidth = 60;I want to reassign it to 80,Something like this:if(transformAttributeOptions.transformAttrWidth !=80){ transformAttributeOptions.transformAttrWidth =80; abc(); } else{ aaa(); }
You need to set different object styles:You need to decide whether to enlarge or reduce the size and choose the appropriate option.For example, I want to reduce all images to 60 mm.This is too tedious. Is there a simpler way? This seems like a foolish plan: if (imw <= 60) { w.frameFittingOptions.fittingOnEmptyFrame = FitOptions.FILL_PROPORTIONALLY; } if (imw > 60) { w.frameFittingOptions.fittingOnEmptyFrame = FitOptions.PROPORTIONALLY; } . . . . . . sel.fit(FitOptions.FRAME_TO_CONTENT);
If no objects are selected, all text Frames in current document will be processed.I have two targets: 1. Text paragraphs outside the table. 2. Cells inside the table.How can I get them? Like this:obj.texts[0].appliedParagraphStyle)=parStn; obj.texts[0].tables.everyItem().cells.everyItem().texts[0].appliedParagraphStyle = bodyParStn;This is my code above.It seems that it can only go up to this point: alert(“here”);There is no response below that. var myDocument = app.documents.item(0); var myStory = myDocument.stories; for (var s = 0; s < myStory.length; s++) { alert("here"); var what = "^."; var res = getGrepSearch(what, app.activeDocument); for (var f = 0; f <res.length; f++) { var obj = app.selection[f]; ... } }
Hallo zusammen,ich bearbeite einen ca. 300 Seiten langen Katalog in welchem im unteren Bereich Querverweise in Form von Seitenzahlen eingebaut sind. Einfach nach dem Prinzip "Zubehör hierzu finden Sie ab Seite XY".Das setzen der Marker und das Verlinken hat bis dato super geklappt. Nun habe ich von einem auf den anderen Tag massive Probleme mit der Querverweis-Maske. Es dauert satte 30 Minuten bis sich die Maske öffnet. Man bekommt das Gefühl das InDesign jedes Mal das komplette Dokument studiert bevor es losgehen kann.Ich habe bereits alles Probiert. Ich habe den Einsatz auf 3 verschiedenen Rechnern getestet, sogar Mac/Win. Ebenso wurde InDesign komplett neu installiert und die Einstellungen komplett gelöscht. Leider alles ohne Abhilfe.Andere Tipps das Dokument als IDML zu sichern und damit weiter zu arbeiten hat leider auch nichts gebracht.Leider komme ich an diesem Punkt nicht weiter. Das Arbeiten ist so leider absolut nicht mehr möglich da jeder Verweis mind. 30 Min. dauern würde.A
Since I updated to 2020, I can't seem to use shift+command to scale my images or text proportionally - it just changes the size of the object's box - not the content within the box. When I click on the content itself, I can scale it but it is disproportionate. This is one of my go-to shortcuts! Help!
Hi all, Lately I have been experimenting with converting PDFs to InDesign layouts. Whether I export the text from Acrobat Pro to Word to InDesign... or whether I open the PDF into InDesign so that the new feature can convert it back into a .INDD document, ... I see this problem a lot: ligatures like fl and fi become single glyph characters in InDesign and the spell-checker has no idea what the word is. Try to right-click and it guesses very badly. That makes for a lot of manual spell-check fixing for every word with fl and fi all across many pages. Anyone seen this? Is there a cure for it?
Hi. Please, can we have InDesign files in MacOS Finder (Sequoia 15.0.1) show the document preview. I have relied on 3rd party developers over the last 10+ years (ArtView and inddPreview.app) to provide this essential feature. Unfortunately Apple has dropped support for legacy plugins (so called Quick Look generators) so inddPreview.app has stopped working. I have over 15,000 InDesign files, and to now do what is usually a quick visual finder search is impossible with the Finder only showing the generic InDesign Document Icon. .psd files have finder document previews.ai files have finder document previews Why not InDesign? The 6 year old Feature Request is marked as Solved when it clearly isn't.https://indesign.uservoice.com/forums/601021-adobe-indesign-feature-requests/suggestions/33291841-indesign-preview-for-finder Attached image: Left, how the finder looks now, on the Right, how it needs to look! Kind regards <Title
Hi Adobe Community! I'm having an issue with publishing a document online. I've posted the document online for years and never have had issues. The document has passed hands between myself and another designer. I was having issues with InDesign due to trying to sync an Adobe Font and when I reopened it said the file might be damaged. Sharing this in case it could provide any explanation.It's a dining map where I have anchored dots attached to text, so that when items are added or removed to the list, the dots move with it. Now when I publish online, the anchored objects move when published. See attached for what it should like versus what the publish link looks like (below). There is one dot that is not anchored to demonstrate how it stays in place versus the anchored ones. I am not sure how to fix this, so any guidance will be much appreciated. https://indd.adobe.com/view/23d7d7a6-80b7-45a6-8f6f-fd8e9f4f2a21
After adding 70 chapters to my book collection, I realized I have been doing a lot of things wrong. So I am starting over from scratch. But I don't to waist time 1again so I really want to get it right this time.1. How can I make sure that all files added to the book follow the same footnotes settings regarding space from text, divider etc 2. Also I want to force that at the beginning of each chapter the numbering of the footnotes restarts to 1. Thanks SF
In Design 2022, I need to import 123 .jpgs Each .jpg is one full page for fixed layout epub. So the .indd will be 123 pages. I know there is a way to place, tried holding shift or space bar. I have done this while importing a docx in the ost now I need to do the same with jpgs anyone??
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.