Adobe InDesign: Bugs
When filing a new bug, please provide:
- Version of Adobe InDesign, InCopy or InDesign Server
- Steps to reproduce the issues
- Expected result
- Actual result
- Test file, screenshot, video or GIF capturing the issue (optional)
- or
No existing idea results
- ~ No ideas found ~
7047 results found
-
Changing Description in Buttons Does Not Stick
A description is needed in buttons for accessibility. This works fine if you add the description when you first create the button but if you try to edit the description it does not not stick. The only workaround is to recreate the button from scratch.
MacStudio 2022, Sequoia 15.5, InDesign 20.3.1.
1 vote -
Buttons on Parent Pages Create Form Field Errors in Acrobat
Using buttons on parent pages, e.g. for navigation, throws up 'Tagged form fields' errors in Acrobat. These have to be manually tagged as links, which is a nightmare in a large document with multiple buttons per page.
It's not clear whether all parent pages create this error or whether it's confined to parent pages based on another parent page.
MacStudio 2022, Sequoia 15.5, InDesign 20.3.1.
1 vote -
Indesign is freezes when a window opens.
Using Indesign Version 20.3.1, Whenever I open any pop up menu (e.g. paragraph styles, text frame options, Export window), Indesign will freeze and I get the spinning wheel on my Mac running macOS 15.4.1.
It happens maybe 1 in 3 times and I have to force quit indesign and reopen.
I have tried Resetting settings and preferences
Uninstalled and re-installed Indesign (this helped for about a week) then it started again.I've never had this happen before and now it is driving me insane.
1 vote -
glyphs
InDesign V20.3.1. (Windows) crashes when opening (or attempting to open) the Glyphs panel. The crash is consistently reproducible and definitely impacting production. The panel opens but remains blank (nothing displayed), then a few seconds later, InDesign crashes.
1 vote -
Bug Report – PDF Export from Book Produces Low-Resolution Images (InDesign 20.x+)
Product Version:
Adobe InDesign 2025 (version 20.x and later)
Operating System:macOS 15.4
Summary:Exporting a PDF directly from a book (.indb) using book.exportFile() produces a PDF with low-resolution images, even though the source links are updated and the documents contain high-resolution images. This issue started occurring in version 20.x and was not present in earlier versions.
Steps to Reproduce:Create a book (.indb) containing multiple documents with high-resolution images. Update links in the individual documents. Use book.exportFile(ExportFormat.PDF_TYPE, ...) to export the entire book as a PDF. The output PDF contains low-resolution images, noticeable especially when printing or zooming in.
Expected Result:
The exported PDF should contain images at full resolution, matching the quality of PDFs exported from individual documents using doc.exportFile().
Actual Result:PDF exported from the book contains low-resolution images, differing from PDFs exported from individual documents.
Workaround:Currently, the issue can be avoided by first merging the documents from the book into a single INDD file, updating the links, and then exporting the PDF from that merged document.
Attached Script:// Repro script for PDF export issue from Book in InDesign 20.x+
try {
// Select the book file
var indbFile = File.openDialog("Select a book file (.indb)", "*.indb");
if (!indbFile) throw "No file was selected.";// Open the book var book = app.open(indbFile); if (book.bookContents.length === 0) throw "The book contains no documents."; // Update links in each document of the book for (var i = 0; i < book.bookContents.length; i++) { var content = book.bookContents[i]; var doc = app.open(content.fullName, true); var links = doc.links; for (var j = 0; j < links.length; j++) { if (links[j].status === LinkStatus.LINK_OUT_OF_DATE || links[j].status === LinkStatus.LINK_MISSING) { links[j].update(); } } doc.save(); doc.close(SaveOptions.NO); } // Select PDF export preset (first available) if (app.pdfExportPresets.length === 0) throw "No PDF presets found."; var pdfPreset = app.pdfExportPresets[0]; // Choose folder to save PDF var outputFolder = Folder.selectDialog("Select folder to save PDF"); if (!outputFolder) throw "No folder was selected."; var outputFile = File(outputFolder + "/" + indbFile.name.replace(/\.indb$/, "") + "_export_from_book.pdf"); book.exportFile(ExportFormat.PDF_TYPE, outputFile, false, pdfPreset); alert("Export from book completed: " + outputFile.fsName); book.close(SaveOptions.NO);
} catch (e) {
alert("Error: " + e);
}Additional Notes:
The problem started with InDesign version 20.x. Exporting PDFs from individual INDD documents works correctly. Previous versions of InDesign did not exhibit this issue.
Product Version:
Adobe InDesign 2025 (version 20.x and later)
Operating System:macOS 15.4
Summary:Exporting a PDF directly from a book (.indb) using book.exportFile() produces a PDF with low-resolution images, even though the source links are updated and the documents contain high-resolution images. This issue started occurring in version 20.x and was not present in earlier versions.
Steps to Reproduce:Create a book (.indb) containing multiple documents with high-resolution images. Update links in the individual documents. Use book.exportFile(ExportFormat.PDF_TYPE, ...) to export the entire book as a PDF. The output PDF contains low-resolution images, noticeable especially when printing or zooming in.
…
1 vote -
InDesign Help redirects to Adobe Tutorials Webpage Instead of Showing Tool Location in Menus
I use InDesign a lot, but I don't always remember the location of EVERY tool. Sometimes I just forget the submenu it's in, and go to the search bar so it will show me where the tool is in the program. For some reason, in InDesign ONLY, it will instead redirect me to the Adobe Tutorials website. Often it doesn't even have a tutorial for what I'm looking for, or it takes me to a completely unrelated tutorial.
This means I either have to read through the whole tutorial and hope that there is an image of the submenu with the tool I need, or I have to google it and find another tutorial. Or, I can go through every menu and submenu one by one in indesign. Even though I have used this program for years my ADHD means I will often forget exactly where a tool is even though I use it a lot. And it's a huge, HUGE disruption because instead of instantly finding the tool, it takes me 5-15 minutes to find something that wouldn't even be an issue in any other program.
I am NOT on MacOS, so the language/region issue does not solve it for me. I'm on Windows 11. I am so, so frustrated that this small, weird bug/glitch/choice is SUCH a huge interruption and it hasn't been fixed FOR YEARS.
I use InDesign a lot, but I don't always remember the location of EVERY tool. Sometimes I just forget the submenu it's in, and go to the search bar so it will show me where the tool is in the program. For some reason, in InDesign ONLY, it will instead redirect me to the Adobe Tutorials website. Often it doesn't even have a tutorial for what I'm looking for, or it takes me to a completely unrelated tutorial.
This means I either have to read through the whole tutorial and hope that there is an image of the submenu with…
1 vote -
Color palette is gray and does not show color choices. InDesign 20.3.1
Color palette is gray and does not show color choices. InDesign 20.3.1
1 vote -
Error on app start: files required for color management missing
- InDesign (Beta) 20.3 x64 (Mainline CI #4bdfb98)
- Start the app
- App should start without error message.
- An error message pops up during start up (see screenshot). Have to click "OK" to continue.
1 vote -
Unable to type letter "g"
every time I type "g" in a textbox, the font automatically changes to a different paragraph style and the "g" does not type in the textbox
1 vote -
Auto Style not working
For the last week or so the auto style feature hasn't been working for me. I keep getting error messages.
1 vote -
InDesign newer than 20.3 and newer freezes on some documents from 19.X.X
InDesign 20.3 and 20.3.1 hang and close with an error reporting dialog when opening some documents from InDesign 19.X.X. This issue does not occur in version 20.2.
1 votePlease send the following information to santalwa@adobe.com :
- Reproducible Steps – What were you doing when InDesign froze?
- Video recording of the issue
- Is(Are) the issue related to a specific document(s)/asset(s)? If yes, could you provide us with the document(s)/asset(s)? Please package the entire document (To package the document, choose File → Package…)
- Please provide spindump report, follow these steps:
- Open Activity Monitor: Go to Finder > Applications > Utilities > Activity Monitor.
- Select the Process: Locate the frozen or lagging application and click on it.
- Generate the Report: Click the gear icon in the Activity Monitor window and choose Spindump
- Save the Report: Click "Save" to store the spindump file on your system.
—
Adobe InDesign Team
-
Invisible toolbox
When opening an existing file (by clicking on the file before opening Indesign), the toolbox on the left appears as an invisible rectangle. It only works properly if the file is closed and reopened from InDesign.
1 vote -
'단락'의 '보조 메뉴' 일부가 나오지 않음.
'단락'의 '보조 메뉴'의 반(半) 정도가 나오지 않습니다. 아래 반만 나옵니다. 'Adobe World-ready 싱글라인 컴포저' 이하 메뉴만 나옵니다. 구체적으로 '격자 정렬' 기능을 기준에 따라 수행할 수 없습니다. 끝.
1 vote -
Can't acess to color_window
After updating to the latest version of InDesign (20.3.1) I cannot access the color window. Neither in the swatches nor in the sidebar as you can see in the side window.
Images attached.
Can you help?
Thanks.
1 vote -
1 vote
-
InDesign doesn't export 16 bit grayscale or 48 bit color images
Tested on version: 20.2 x64
Dear Adobe Support Team,
When importing high bit-depth images—such as 16-bit grayscale or 48-bit/64-bit color (TIFF/PSD formats)—into Adobe InDesign, we’ve observed that even when disabling down-sampling and compression, the exported PDF converts these images to 8-bit grayscale or 8 bits per component for color (i.e., 24-bit RGB or 32-bit CMYK), rather than preserving the original bit depth.
While we understand that limitations may exist within the current Acrobat SDK, it is important to highlight that:
The Adobe PDF Library SDK (PDFL SDK) explicitly supports the creation and reading of 16-bit image objects in multiple color spaces. (https://opensource.adobe.com/dc-acrobat-sdk-docs/pdflsdk/apireference/index.html)
The Adobe PDF Print Engine (APPE) now offers native support for high-bit-depth (16 bpc) images.
Manual replacement of images inside a PDF with 16-bit versions still results in correctly preserved 16 bpc display, confirming that the PDF format itself is not a limitation.
Given these capabilities within Adobe’s own ecosystem, we kindly request that InDesign be updated to optionally preserve original image bit depth when exporting to PDF, particularly in professional print workflows where tonal fidelity and HDR imaging are critical.
Please refer to the attached image samples for confirmation and visual reference.
We appreciate your support and look forward to your guidance on whether this feature can be implemented or if a workaround exists via scripting or SDK.
Thanks.
Tested on version: 20.2 x64
Dear Adobe Support Team,
When importing high bit-depth images—such as 16-bit grayscale or 48-bit/64-bit color (TIFF/PSD formats)—into Adobe InDesign, we’ve observed that even when disabling down-sampling and compression, the exported PDF converts these images to 8-bit grayscale or 8 bits per component for color (i.e., 24-bit RGB or 32-bit CMYK), rather than preserving the original bit depth.
While we understand that limitations may exist within the current Acrobat SDK, it is important to highlight that:
The Adobe PDF Library SDK (PDFL SDK) explicitly supports the creation and reading of 16-bit image objects in multiple color…
1 vote -
Not able to set default font when it comes from Adobe Fonts library
Purista font family is installed but when I try tu pick it from menu as default font (in type panel or top app menu) it is visible in brackets with name changed - as a missing font.
When I create a document it is still missing (screenshot _31). Then I have to reactivate adobe fonts by turning off Adobe fonts for a while (screen _32) and after it it works like it should (screen _33).
Plase help with this issue.InDesign 20.3.1 x64
Windows 11 Pro 24H2 26100.34761 vote -
Email hyperlinks work once, but cease to work after clicking envelope link in Hyperlinks Palette
When clicking an email link in the Hyperlinks Palette, the email does, in fact, spawn my mail application (Mac Mail) and the email and subject line are correct.
However, when I return to Indesign to further edit the email link, and then I double click on that hyperlink in the Hyperlinks Palette, the email is no longer visible...it drops out.
Additionally, the email is not available from the list of links (those links, BTW, are not shared links).
And...the link, when I double click it, changes position in the list of hyperlinks, making it difficult to track what link you're trying to edits. This is particularly vexing when you're trying to edit auto-converted URLs which have names like "Hyperlink 97, Hyperlink 98, Hyperlink 99"---when the position changes, it's not clear if your edit to the hyperlink name is reordering due to A-Z...OR, if it's just jumping around in the list for no reason.
PLEASE FIX!!!
Here is a link to a video I made showing the issue:
https://www.loom.com/share/9537c83e7bba478db57f3c6cbc3b667a?sid=0386085a-201b-4919-9f6d-1ef347818c9f
When clicking an email link in the Hyperlinks Palette, the email does, in fact, spawn my mail application (Mac Mail) and the email and subject line are correct.
However, when I return to Indesign to further edit the email link, and then I double click on that hyperlink in the Hyperlinks Palette, the email is no longer visible...it drops out.
Additionally, the email is not available from the list of links (those links, BTW, are not shared links).
And...the link, when I double click it, changes position in the list of hyperlinks, making it difficult to track what link you're…
1 vote -
Placing Images mac photos cant access album structure
Hi All,
when placing images into indesign (commmand d) then selecting images in the finder like window (technically speaking this might be the ilifemdiabrowser plugin from apple) , i cannot access the photos library album strucutre anymore. When going to movies (filme) i get the menu where i can choose the subfolders, with images (bilder) it does not work. Further, when trying to choose media (top menu on placing window) it cant access it. I suppose it is some kind of issue with adobe not getting access to the os photos system. I tried solving it in the mac settings, but it is not possible to grant indesign access to the photos library. When installing indesign i got a message asking if indesign could access downloads and desktop, but it didnt ask for other folders or places.
Same issue with photoshop. Other software on the mac (pages, word) are able to access it correctly, therefore showing the album strucutre from photos.
This used to work on Mac osx 12.7 and Indesign 2023
Just updated to OSX 15.4.1 and the problem occured (tried both indesign 2023 and indesign 2025)
Any ideas are much appreciated.Hi All,
when placing images into indesign (commmand d) then selecting images in the finder like window (technically speaking this might be the ilifemdiabrowser plugin from apple) , i cannot access the photos library album strucutre anymore. When going to movies (filme) i get the menu where i can choose the subfolders, with images (bilder) it does not work. Further, when trying to choose media (top menu on placing window) it cant access it. I suppose it is some kind of issue with adobe not getting access to the os photos system. I tried solving it in the mac settings,…
1 vote -
exporting to pdf crashes ID
I think my company just updated our licences and suddenly ID crashes when trying to export to pdf. I tried saving as a new file and exporting, it worked a couple of times, but at no point would it export over an existing (closed) pdf.
Added to the above, my keyboard suddenly decided not to respond. I put in new batteries, but it did not work until I did a restart.
I have tested exporting from indd, idml, both did not work. I'm re exporting as I fix errors I see in the pdf that were missed in ID.
I tried another restart.
No attributes have been changed.
And still it crashes, EVERY TIME
I think my company just updated our licences and suddenly ID crashes when trying to export to pdf. I tried saving as a new file and exporting, it worked a couple of times, but at no point would it export over an existing (closed) pdf.
Added to the above, my keyboard suddenly decided not to respond. I put in new batteries, but it did not work until I did a restart.
I have tested exporting from indd, idml, both did not work. I'm re exporting as I fix errors I see in the pdf that were missed in ID.
I…
1 votePlease submit the crash report to us. (Guidelines to submit crash are available at (https://helpx.adobe.com/indesign/kb/submit-crash-reports.html )
Also, please send the following information to santalwa@adobe.com :
- Reproducible Steps – What were you doing when InDesign crashed?
- Video recording of the crash
- Is(Are) the issue related to a specific document(s)/asset(s)? If yes, could you provide the document(s)/asset(s) to us? Please package the entire document (To package the document, choose File → Package…)
—
Adobe InDesign Team
- Don't see your idea?