Join a global community of InDesign users.
Actividad reciente
Hi everyone. I recently worked on a publishing project as a designer using InDesign, alongside an editor using InCopy, with Google Drive serving as the cloud storage for the files. Everything was under control until the day before printing, when one of the InCopy assignments was overwritten by a version from two weeks prior. Since I don't handle the text content, I never touched that assignment; the editor had made last-minute corrections but certainly hadn't reverted it to such an old state. Does anyone have any idea what might have happened? After a thorough check, the editor is certain the issue was limited to that specific assignment, and my InDesign file remained unaffected. Do you think it’s possible that Google Drive (which backs up various versions of every file) might have automatically restored an old backup? Ciao a tutti. Ho recentemente lavorato a un progetto editoriale come designer utilizzando indesign, assieme a un redattore che ha usato incopy, e usando Google Drive com
During my free trial period i had a document that i've amended and saved several times. the free period has ceased and i tried to open the document and an window appears stating the file is damaged (error code 4). this happens with every document that i open. i've paid today to have indesign for the year and the documents still will not open and still gives the error code 4 window. Help.
Hello everyone.I always select 2 objects.One of the objects must be a text box.The other object is a non text box object.(Note: Another object is also an image, but when the image is pasted inside the frame, I cannot access it.)Originally, a function of m1b could be specifically used to obtain image frames. But it is invalid for the exceptions mentioned above.So I came up with two solutions: non text objects and text boxes.Now I don't know how to modify the code below to obtain non text boxes.There are attachments. notTextFrames = getThingsWithFilter(items, function (item) { return item.hasOwnProperty('texts') && item.texts.length == 0 }, true);The current issue is that I don't know how to modify the code for notTextFrames.How to express the antonym of “hasOwnProperty”?Complete code:var doc = app.activeDocument, items = doc.selection,//graphicFrames = getThingsWithFilter(items, function (item) { return item.hasOwnProperty('graphics') && item.graphics.length > 0 },
Mac, OS Tahoe 26.3.1 (a)In the past I have had this problem with Illustrator and Photoshop. Now it sometimes appears with InDesign as well. If I try to drag the active window to another place on my screen, by dragging from the top of the window, it disappears behind all other apps currently open. Oddly, any free floating palettes stay on top. If I can still see a part of the window, I can click on it to bring it back to the front. If not, I have to go to the dock to bring it forward. Nothing is lost so this is an annoyance rather than a real problem, but why does it happen and why is it now happening with ID as well as the others?
Hi everyone,I'm trying to create a booklet from InDesign using the following workflow:InDesign, Print Booklet, PostScript file, Adobe Acrobat Distiller, PDFThe problem is that when I select PostScript File as the printer, the PPD is set to Device Independent. Because of this, the paper size and orientation options are grayed out, so I can't specify the correct size for my imposed booklet.As a result, when I distill the PostScript file, the resulting PDF doesn't have the correct page size.I understand that using ADPDF9.PPD would solve this issue,However, I would like to know if there is any way to create a correctly sized PostScript file and then distill it to PDF without installing a PPD, printer driver, or any other additional software.Is there a way to specify the correct page size while using the device independent PPD, or is installing ADPDF9.PPD required for this workflow?Thanks!
When working in InDesign, entire objects (text fields, color areas, linked images) disappear and are no longer displayed. Not even their frames. The layers cannot be selected by clicking on the location where the elements are located. Zooming into the document or changing the view mode doesnt change anything in the visability of the objects. However, the objects are still there in the layers window. Similarly, when exporting a PDF, the invisible objects become visible again. I can make the objects visible again by copying and pasting them onto a new page or by saving an IDML and opening it. However, the objects keep disappearing when working in the file.Tested with GPU turned on and off.
Hello, Why can’t I read ONLINE a text in a PDF file, that comes from a placed pdf? I have a document that contains many PDF visuals (designed separately and placed on to the final combined InDesign document).I export them with InDesign file into a PDF (print), with digital settings format.When this PDF is opened in a browser (Google Chrome), the text from those visuals cannot be find (cmd+f). When opened in Adobe Acrobat, the find function works just fine for all the text in the visuals mentioned above.Any idea how to fix the online search (I need to send a link to users, that they can open online and do their search).Thank you in advance for any ideas to solve this! M.
We use data merge frequently, using the same Excel files and InDesign templates over and over. Over the past week or so, our merges have stopped working, and we get this attached error message. We have removed any placeholders in both InDesign and Excel that are not being used. We have tried creating various .csv files from Excel. What could we be doing wrong, our workflow has not changed. Thank you!
I have been trying to figure this out for several days now. I’m using 2025 InDesign on a Mac. I have one merge file with images that works just fine and I use it all the time. I’m trying to set up a separate merge file with a lot more images. I fixed several errors that were causing me to get the “missing image” error. Despite all that, I now get no errors but a merge file with text and blank boxes where the images should be. I have noticed one other difference between the merge file that works and the one that doesn’t: In the working one, my image frame has the correct column name <<logo>> inside the frame where the image should be, but the one not working does not display any text. Would be so grateful for a solution!And just to cover my bases, yes the column has an @ sign, and yes, I tried putting the spreadsheet in the same folder as the images and using the image file name, which got me the same result: No errors, but the frames are still blank after merge. I even chec
Hola, estoy teniendo problemas exportando html desde InDesign en Mac. El documento corre bien en navegadores de Mac y Windows pero ha sido imposible que lo haga en una tablet Android ¿alguien ha tenido la misma situación?
I have set the default language in my Creative Cloud to English but my InDesign app interface keeps randomly changing the language to my native language. The only, incredibly tiresome solution is to uninstall and the re-install InDesign and HOPE that the interface in is english. Sometimes it is and stays that way maybe even months, but then one morning I open my InDesign and the interface is in my native language again. All other Adobe apps are in English and InDesign is the only app that keeps doing this at random intervals.This is such a waste of time!!!
We're seeing an intermittent crash when quitting InDesign 2026 (v21.5.1.73, macOS 26.5.2, Apple Silicon) while our C++ SDK plugin is loaded. The crash occurs on the VulcanMsgRecv thread, inside a dynamic_cast in VulcanMessage5.dylib, apparently operating on a freed/invalid object (KERN_INVALID_ADDRESS, guard-pattern address). Two independent crash reports, captured on different days, show byte-identical offsets into VulcanMessage5.dylib (only the ASLR base differs), indicating this is a single deterministic code path rather than a generic timing race: Crash 1 (2026-08-11): base 0x1028cc000Crash 2 (2026-08-10): base 0x107784000Both crashes, same relative offsets:0 libc++abi.dylib __cxxabiv1::...dyn_cast_get_derived_info + 81 libc++abi.dylib __dynamic_cast + 562 VulcanMessage5.dylib +1018963 VulcanMessage5.dylib +1003924 VulcanMessage5.dylib +1016405 VulcanMessage5.dylib +1003446 VulcanMessage5.dylib +1059487 VulcanMessage5.dylib +1049008 VulcanMessage5.dylib +1047289 VulcanMessage5.dyli
First of all, if you have your Adobe set to Automatically update your apps, you’ll want to turn that off. I went into settings, because I was sure I had autoupdates off. But as it turned out (and I swear I don’t remember setting this), you can have autoupdates selectively off on an app by app basis. And for some reason mine WAS set to autoupdate InDesign. Like others, I also lost all of my PDF presets when InDesign updated to 2025, but if you are on a Mac, you can go to the place on your drive where Adobe stores those presets, and restore that folder from Time Machine. I restored that folder to yesterday, and I got all my Adobe PDF presets back again. User-defined PDF Presets: /Users/[username]/Library/Application Support/Adobe/Adobe PDF/Settings I also set the Mac to only open INDD and INDT in the 2024 version of InDesign. If you let it open them in 2025, it requires a “Save As” instead of “Save” on any files you worked on, and once you save them from 2025, no one
"I am typing in all caps in InDesign. When I keep the Caps Lock on and try to type using the Shift key, it doesn’t type in lowercase. This problem only occurs in InDesign; it doesn’t happen in any other software." <Title renamed by MOD>
it works perfeclty if i just apply an exsiting style, the moment I want to create my own style pack this message appears, when i click it away, it will come back like 5 times then indesign crashes, I have updated indesign but still the same issue, any ideas ? <Title renamed by moderator>
Using Windows 11, current version of InDesign.Trying to complete the digital/ebook version of a book.First, I’m not new at this. Been writing and doing my own publishing for 37 years. I have never had this particular glitch before.No matter what I do, all my centered graphics are left-aligned when exported to epub. The exact same file does fine in both 8x10 and 6x9 print versions, using all the same graphics and settings.Object styles are used for all graphics.I’ve tried using other graphics I’ve used many times before with no problems, and graphics I’ve never used. Same result.I’ve tried resetting the default graphics style, even creating a new one.I’ve tried using a new template, both my own, and ones offered in ID panel.I’ve closed ID and reopened. I’ve rebooted my computer.I’ve checked for updates on PC and in Adobe CC.I’ve rolled back InDesign to previous version (as suggested repeatedly on various forums and help sites). This did not change the problem. Graphics are still left-al
I have a brand new MacBook running MacOS Tahoe 26.5.1When I try to open an InDesign files it opens the weird Adobe home screen with InDesign files as thumbnails instead. I have never seen this home screen because what is the point in it. So I have to open any InDesign files via the home screen: Open > choose file on Desktop.But InDesign literally doesn't work. There are no options, no toolbars or control panel etc.Zero keyboard shortcuts. Even zooming in on a doc doesn't work. All workspaces have disappeared. There are no options for workspaces, e.g. Essentials, Printing & Proofing, Advanced etc.I have tried reinstalling InDesign twice, deleting caches, Reset all preferences to factory defaults etc etc zero fix.
It has been working with no problems for years but now I am unable to open. If double clicking a file to launch, it will get as far as displaying the file but then freezes. If launching InDesign from the task bar, it will open the standard UI display but then will freeze.The pre-flight shows "checking" and I can hear the PC working on something in the background, but nothing within InDesign works and I have to end task using Task Manager.I have uninstalled/installed numerous times but still having the same issue. I have also gone through the delete preferences process.
Hi everyone! I'm still learning InDesign and I'm sure I'm missing something here. I'm working on a document that is an image heavy graphic novel, but there are also sections of text. I have smaller objects/icons that I have anchored properly, but I'm having a problem with my full page comic spreads. Since these images take up whole pages and are surrounded by other full page images there is no "text" to anchor it to. I tried a work around by creating small empty text boxes near the images and they successfully anchored in my InDesign file, but when exported to epub, all the full page images are showing up at the end of the book. The smaller images and icons are staying in place. How can I anchor images on a page with no text when they take up a whole page and follow other pages that only include images? I know how to fix the problem in the code but if I can figure it out before exporting it would be a lot less time consuming. <Title rename
Hello,I am a professional graphic designer and I use Adobe InDesign all day, every day, for client work.Immediately after installing the macOS 27 Golden Gate Public Beta, InDesign became almost unusable.The problem is intermittent. InDesign can work normally for a while, then suddenly freeze. It seems to happen most often when I am editing text or changing fonts, although I cannot reproduce it consistently.When this happens:Save becomes disabled (greyed out). Save As becomes disabled. Close becomes disabled. I cannot save my work. I cannot close the document. The only solution is to Force Quit InDesign, which causes me to lose hours of work.This happens with multiple InDesign documents, not just one file.I have already:Updated InDesign to the latest version. Tested a previous version of InDesign. Restarted my Mac many times.The issue started immediately after installing the macOS 27 Golden Gate Public Beta.Has anyone else experienced this issue?Can Adobe confirm whether this is a known
I installed Adobe 2026 on my imac. Now undo doesn’t work. It’s permanently grayed out. ID 21.2 on a Retina 5K running Ventura 13.7.8. If you look at screen shot, I can’t undo the neon effect I made or undo the letter ‘M’ I deleted. I’m opening 2025 ID to see if that helps.
macOS 27 Golden Gate Beta…Find/Change doesn’t show up…I know I’m not supposed to be working with a beta OS, but here I am… I just thought it might be useful for some people to know…
Hello everyone,On a two-page spread, I have drawn text frames, two per page. As I want to use this layout for most of my pages, I have copied the spread in the Parent Pages part of the Pages panel, thus creating a new spread of Parent Pages.Then I inserted two new pages based on that recent new spread, but the new pages in question show my four text frames with dotted lines only, and I cannot click into them to start typing text.When I go back to their Parent Pages, the text frames are dotted lines as well, but the borders of the text frames become solid/normal when I hover over them with the black arrow, I can select them and type in them. In the regular pages based on those Parent Pages, I cannot select them, they remain just dotted.I must have done something wrong… Advice will be very much appreciated, thanks in advance.
Hi, In Screenshot 1, there is an EPUB. Looking at two images, space(1) and alignment(2) are different from what I expect.Space is larger. Alignment is left.Those parameters in Screenshots 2 and 3 worked. But it’s not working since the InDesign update two days ago.Is there any solution? Hosun Screenshot 1 Screenshot 2 Screenshot 3
(See screen dump below: “figursättning” is “wrap text” in Swedish.)
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.