Join a global community of InDesign users.
Recently active
Aus InDesign soll ein barrierefreies PDF erstellt werden. Sollte das PDF Export Tag H1 im Dokument nur einmal (für den Titel) vergeben werden? Kapitelüberschriften beginnen mit H1?Also zum Beispiel:Titel - H1Kapitel A - H2, A 1 - H3, A 1.1. - H4Kapitel B - H2, B 1 - H3, B1.1 - H4 Ich habe mit Titel H und dann weiter H1 für die Kapitel gearbeitet. Das gefällt PAC nicht! :(
I would like to kindly follow up on support case ADB-44827608-R1Y7, which I opened earlier today.As I mentioned before, this issue is not restricted to AI-generated PNG files. The “missing link” error — showing a gray placeholder with green stripes— is also appearing on placed images in layouts I created four years ago that have never contained any artificial intelligence content.To illustrate this clearly, I am attaching the two screenshots once again:• Screenshot from InDesign 2026 showing the file “ReportajeSIP Abril 2026.indd” (page 2), where the placed image displays the gray/green missing-link placeholder.• Screenshot of the exact same section opened in Illustrator 2026, where the design renders perfectlywith no link errors at all.I have already carried out every troubleshooting step suggested by support:Full Creative Cloud repair Complete preferences reset (Cmd + Option + Shift at launch) Clean reinstallation of the application Manually re-linking all placed images Installation
I can't find the line spacing control to change from single spacing to double. Can someone tell me where it is? ***** Title renamed by Moderator "VS" *****
I am trying to create a paragraph style like the following:The problem is that I am unable to control the space between the first and second lines. Is there a flaw in the way I have set it up if I can’t control this?
Hi, I am trying to create a paragraph style that contains a Title and Subtitle.I will ultimately create a TOC that contains just the Title.AFAIK, the paragraph style is accomplished by created the Subtitle style, then nesting the Title as a character style through n words/symbols etc. I don’t see a clear path to generate the TOC I want based on this approach.Can anybody offer any suggestions?Thanks!
I am trying to find out how to add a tint of a Pantone swatch from InDesign to a CC Library. Ex: 60% tint of 2143C. I understand that when you do this you also have to add the 100% value of this swatch as well, but when I do this I just end up with 2 100% versions of the same swatch instead of one at 100% and one at 60%.
Hi,When packaging an Indesign file with links included, should the new file have links to the new path?I’m not seeing this recently when packaging.
I've just updated my representation of the Scripting DOM API Documentation for InDesign CC 2026.http://www.indesignjs.de/extendscriptAPI/indesign-latest/It was generated from the #ExtendScript object model. However, it is practically identical in #UXP!
I've updated to the most recent InDesign and share for review links are not working again... is there a solve for this??
Hello,I’m experiencing a strange behavior in InDesign that I didn’t have before.When I select multiple images and try to drag the selection, InDesign moves only one image instead of moving all selected images together. I would like to move the entire selection as a group.You can see the issue in the attached video.I’m using InDesign 21.4 on macOS Tahoe 26.3. Is this the default behavior in recent InDesign updates, or is there a setting that could cause this? Does anyone know how to fix it?Thanks!
Hello All,I am iterating text in each frame and where ever I find kTextChar_FrameBoxBreak character I need to delete that character and replace with paragraph return.But when I get the text from a frame in WideString and get the last character, it gives me carriage return (kTextChar_CR) instead of frame box break character.Has anyone tried to read this character through C++ plugin,Thanks in advance.Farzana.
How to make a script that changes one font to another in all styles (over 100 styles) in large catalogue file. Has anyone made such a script and would be so kind to share it?
Aujourd'hui 2025/11/12 Indesign n'arrête pas de planter. Quelqu'un rencontre le même problème ?
I use a EVEIntPopupSliderComboBoxWidget in my InDesign C++ plug-in and want to programmatically set the MinValue and MaxValue in the dialog controller. fr file:EVEIntPopupSliderComboBoxWidget // Opacity percentage slider( kPollingSliderWidgetID, // The Identifier for this Widget kSysSliderPMRsrcId, // kPMRsrcID_None, kBindNone, // Frame binding Frame(0,0,60,25) // Frame(l,t,r,b) kTrue, // Is this visible kTrue, // Is this enabled 0, // The WidgetID for the nudge button 1, // small nudge amount 10, // large nudge amount 3, // The maximum number of characters kFalse, // integer readOnly value kFalse, // Notify on key stroke kTrue, // Enable range checking kFalse, // Allow blank entry 300, // The upper limit 5, // The lower limit "100",
Today, 27 May 2026, I updated to InDesign 21.4 and, sure enough, the Times New Roman issue has been resolved. Unfortunately, Univers Bold is now missing.I reported the problem in November 2025. Since then, I’ve had to keep updating my files converting OTF to TTF. Following a new InDesign update sometime early this year, Calibri and Wingdings 2 were also missing. An hour after this InDesign 24.1 update, Windows also released an update: KB 5089573, and now none of the fonts – TNR, Calibri and Univers – could be found. I uninstalled the Windows version and upon restarting, OS builds 26200.8524 and 26100.8524 were installed.Everything was working normally again (except for Univers). An hour later, a new Windows update with the same issue appeared, and all the fonts were missing again."This cumulative update for Windows 11, versions 25H2 and 24H2 (KB5089573), includes production-quality improvements." That certainly doesn’t apply to me.Once again, InDesign is altering the custom paragraph s
When launching InDesign, the process appears in Task Manager with CPU and memory usage, but no window appears on screenOS: Windows 11 23H2 InDesign Version: 2026 v21.4.1 Tried: Reinstallation, deleting AppData folder, compatibility mode, running as administrator — none worked
Hi. When inserting a table within a text frame, is there any way to ensure that the para style that the table is inserted into is always a particular style?For example, I have two para styles – Style A and Style B. Is there a way that I can ensure that an inserted table is always inserted into a Style B para, automatically? So the “container” para style, if you will, will always be Style B?Hope that makes sense!Thanks in advance.
Hi,I am using Indesign, and I have a gradient rainbow textbox. It was all fine but I then realised I needed to change my background colour to black because I had the paper colour changed to black and it wasnt exporting to a pdf properly. I fixed that issue and change the background to black but now my gradient rainbow textbox has turned brown. I dont know what happened and no one seems to have had this problem before. I have tried remaking the box and nothing is working. I also have a gradient rainbow text (just letters, no background text box) and that is fine. What do I do?Thanks,Greer
Let’s say I have two page items in my document: a circle and a square. I move the square so its top left corner is in the centre of the circle. I cut (cmd-X) the square. It’s gone. I select the circle and I “Paste Into” (cmd-alt-V).The square is now clipped by the circle frame:So, I want to do that via the scripting API. With the above example, I can select the circle and do:$.writeln(app.activeDocument.selection[0].rectangles.length)and the result is 1, which is correct. There is one rectangle IN that circle. What I want to know is… how do I put the square in the circle via ExtendScript or UXP? It must be easy, but I can’t quite get it. I want `myPageItem.rectangles.add` to do it, but it only seems to want a Layer, which makes no sense.– Mark
ich erstelle ein barrierefreies PDF gemäß PDF/UA-1.Dabei bin ich auf ein reproduzierbares Problem gestoßen.UmgebungAdobe InDesign 21.4.1 Acrobat Pro 2026.001.21691 macOS Tahoe 26.5.1 Export: Adobe PDF (Interaktiv) mit aktivierter Tag-Erzeugung Prüfung mit PAC 2026MinimalbeispielBereits ein neues InDesign-Dokument mit:einem einzelnen Textrahmen, einer Absatzschattierung (Absatzformat), alternativ einer Absatzlinie, ohne weitere grafische Elemente,führt nach dem Export zu einem PDF, das in PAC 2026 den Fehler„Nicht getaggtes Pfadobjekt“meldet.Dasselbe Verhalten tritt auch bei platzierten Illustrator-Grafiken (AI, PDF, EPS und PNG getestet) auf.Im Acrobat-Inhaltsfenster erscheint das Objekt als Pfad bzw. Form XObject innerhalb einer korrekt getaggten Figure.Die Objekte erscheinen jedoch nicht als Artefakte.Meine Frage lautet:Ist dieses Verhalten bekannt oder handelt es sich um einen Fehler im PDF/UA-Export von InDesign 21.4.1?Falls bekannt:Gibt es einen empfohlenen Workflow, um Absatzscha
After a recent update, my InDesign is now showing all these stupid pop-ups the whole time. Screenshot attached. To be absolutely clear, I am talking about the entire dialogue box, not the tool-tip illustrateed in a section of the dialogue box shown. How do I kill them off once and for all ? I've looked through Preferences but canot spot anything obvious. <Title renamed by MOD>
Following up on the previous question:If the font size and text box height remain constant, is there a simple formula for calculating line spacing and the number of lines? For example:A text box has a fixed height of 100 mm and a font size of 12 points. With 17 lines of text, the appropriate line spacing is 16.8 points.If the font size and text box height remain constant but one line is added (for a total of 18 lines), how to I calculate the new leading(15.8)?Is there a simple formula for this?
Hi really hoping someone can help with the misery I’ve had all week. For the past few months I’ve been uploading portfolios from Indesign to Adobe Cloud. This week it’s suddenly stopped working. I’ve attached the error code I get and have searched all the other threads mentioning this specific error and nothing works :(There’s enough space in my account to upload the file (I deleted some files just in case that was the issue). I’ve tried uploading different files but anything more than a text doc gets the same error message. Logged out of everything and logged back in – no change. Used different wifi networks – no change, still the same error message.Can anyone provide any help before I go insane? Been trying for 3 days now and am completely out of ideas
Some comments are not showing when I upload them to InDesign, it’s like they appear on the list, but you don’t know where exactly and can’t accept them, or can but it does nothing, so I have to keep the PDF opened in Acrobat and go checking where’s the correction, it’s not wrongly marked, because it’s not everything, just some, it happens from time to time, then when it seems they fixed it, suddenly it starts happening again, it’s really time consuming. Is there a workaround?
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.