Join a global community of InDesign users.
Recently active
I want to load Benjamin Moore swatches in the palette, but it keeps loading them into folders instead of the normal view of all the color boxes. Is there a way to load custom swatches to show up without them being in folders?
When I open 'Character Style Options' I get a huge list. Is there anyway of deleting these styles in this box?Thanks
I'm doing some processing of multiple paragraphs. If any of them is a table, I need to save it in an array for handling after I'm done with the other paragraphs (so the paragraph count of the selection doesn't change while I'm iterating through it). This seems to work; but when I iterate through the table array, all of the Table objects in it are "invalid." I've even checked the constructor name of each, and found it is "Table." So WTH? The code is below (and WTH Adobe, why don't you fix the "code" formatting option in the editor on this page? How many times do we have to bring this up?). paras = app.selection[0].paragraphs; var lastParaType = ""; var emptyParas = []; // Keep track of empty paragraphs to remove. var tablesToProcess = []; // Keep track of tables (probably notes) to deal with. for(paraIndex = 0; paraIndex < paras.length; paraIndex++) { curr
I have a multi-page document published online via Adobe and all of a sudden, three pages of it will not load and simply have a message that says [ "message": not found. ] These pages were working fine until just recently. There have been no changes to the document or files. It comes from a packaged project that has barely been touched. What is going on????
I have had my technical support team uninstall/reinstall all Adobe products, and we've removed CC libraries from appdata/roaming. This resolves the issue temporarily, but it always comes back. Is there a way to permanently resolve this and keep my CC library from disappearing?
Hello! I'm struggling to columnize my resume. I want the dates to appear in the right-hand text frame, but no matter how I position it, it doesn't fully line up with the other column's text---even with the same leading. I also know there is probably a better way to build this than I'm aware of. Something to do with split columns or tabs maybe? Someone help me do it properly! Thanks!
(The page is longer than the others in the deck) When I export it, the content gets squished to the top of the page. Screenshots attached: one image as how it looks in InDesign, the other, what it looks like in the pdf in Acrobat.
Hello. An error occurred on the SSD drive, which caused the disk to format. I managed to restore the original file, but the program reported that it was corrupted. The download button was not available on Adobe's servers, so I turned to the community for help. I would really appreciate it if you could restore the file to at least 60% of its original size. The file is larger than the specified maximum, and I have attached it to Google Drive. https://drive.google.com/drive/folders/1J3N4AKuUzrjfbXLAVg8j7MzMsPFLKT7C
There are several posts related to transparency flattening in the community. However, I am having issues in both InDesign and Illustrator for the last few months. And I believe it is a change in the software that is causing this. For example: I am attaching two exported PDF files that are identical in creation. One has some text updates that were made this year. All other settings remain the same. When the 2025 file is printed it has transparency boxes issues. The 2024 file prints fine. In looking at the details in Acrobat, the only thing different is the version of InDesign. Version 20.3 vs Version 19.5 (Macintosh)What changed? Can I revert back to test and see if I am correct? I am on Creative Cloud. Can Adobe fix this issue? It is causing me so much trouble.Also, so that you know I read forums.... I saw fixes like this: https://creativepro.com/eliminating-ydb-yucky-discolored-box-syndrome/But I don't want to have to do extra work to get it to act like it did in 2024.
Hi! Need some help. I'm using Indesign CC and when I try to select any object it jumps down and to the left without me actually moving it. Anyone experience anything similar and figure out a fix? It only happens once in a while but once it starts, I can't work within the document anymore. HELP!
I have a large book with facing pages and multiple chapters. The page numbering is set to automatically generate each page number in the top margin. I hid the page number from the first (title) page of each chapter. After creating all chapters, I needed to add 2 pages to the end of chapter 16. Now, I need to make chapter 17 begin (and follow through) with a different page number. I tried editing thee forst page number at File/Document Setup/Start Page #, but this did not seem to change anything. How do I change the page numbering to the subsequent chapter 17?Do I also need to manually change the number of pages to chapter 16?
Hallo zusammen,ich versuche über ein csv Datei und die Dateizusammenführung die Produktbereiche eines Kataloges (Produktbild, Produktname, Artikelnummer, VP, ...) zu "füttern". Alles funktioniert so weit gut bis auf die Bilder. Ich habe noch keinen Weg gefunden wie ich mit einer csv Datei 900 Fotos in den dazugehörigen Bereich setzen kann. Es wird in allen Bereichen (Bildrahmen) immer das gerade in der Datenzusammführung gewählte Bild angezeigt. Kann man sowas über IDs steuern? Habe dazu noch nichts im Netz gefunden. Wie macht ihr das mit den Bildern in einem Katalaog, ich bin doch nicht erste, der so etwas macht 🙂 ? Danke für jeden TippLjubomir
Holle! m1b everyoneThis script opens the image in Ps, but the image in the ID is not updated after the changes are saved. It's a bit of a workload to update hundreds of images manually.Is there any way to solve it?Thank you very much.I came across this posting and it's a bit too long to read.another post/** * Open Selected Links In Photoshop.js * * Opens the selected linked file(s) in Photoshop. * * m1b * 2025-03-08 * @discussion https://community.adobe.com/t5/indesign-discussions/how-to-open-images-with-different-default-applications-in-indesign-and-resource-manager-windows/m-p/15197180 */ (function () { if (0 === app.documents.length) return alert('Please open a document and try again.'); var doc = app.activeDocument, items = doc.selection; if (0 === items.length) return alert('Please select a linked graphic frame and try again.'); // collect paths for each selected item var paths = []; for (var i = 0; i < items.lengt
Hello gang! Im trying to get cells which have lots of long paragraphs in them to split across multiple pages. Currently it takes the entire row across and is making lots of large gaps in my document. For the life of me I cannot find a 'split row across page tick box' in the propeties panel or anything similar, here is a Sample. Im really grateful for any help..
I wish Adobe would launch a HEX color window under the fill and stroke icons, so I wouldn't have to enter every color, copy the hex code, exit, and continue... Indesign, Photoshop, Illustrator - every one of them!
I wonder, after all these years, why InDesign still loses his knowledge weather if a dialog had its preview switched on or not, reverting everything to no-preview after a (minor) update. Maybe too much to ask...
For example, the following code:mynewLink=decodeURI(lst[p]); alert(mynewLink);The output is:file:C:/Users/dublove/Desktop/PDF/6688.PSDHow does this determine if 6688.PSD really exists?if(mynewLink.exists){ .... }This doesn't seem right.Thank you.
Is there a GREP etc way to find quickly all pages in a doc in which the text boxes have been manually shortened
I need to save a PDF with pages laid out for booklet printing, so that it's ready to be printed. Unfortunately, the "Print Booklet" option doesn't allow me to save directly as a PDF, and when I try saving it as a PostScript file, I can't choose the orientation or other settings properly, and the result comes out misaligned.Is there a way to do this directly from InDesign? Thank you!
Hi I am creating my first Kindle e-book. I can’t for the life of me get a page break after the editor name on my title page. You'll see it sitting on the second page below instead of at the end of the first page. I have created styles. For the editor name, I ticked split document. That didn’t work. So I created a style on the line under the editor name and ticked split document . That didn’t work. I don’t just want to insert a page break as I believe that’s not good practice for EPUB? Any idea of what's going wrong? Thanks in advance.
Hi,We're extension developers and our extension is running on older InDesign versions without problems. The panel opens an website from an server, the site is made with Vaadin - and with CC 2021 I get an "Cookies disabled" message from our site. My CEFCommandLine is: <CEFCommandLine> <Parameter>--disable-features=SameSiteByDefaultCookies,CookiesWithoutSameSiteMustBeSecure,NetworkService</Parameter> <Parameter>--disable-site-isolation-trials</Parameter> <Parameter>--allow-file-access</Parameter> <Parameter>--allow-file-access-from-files</Parameter> <Parameter>--enable-nodejs</Parameter> <Parameter>--mixed-context</Parameter> </CEFCommandLine>Anybody here with a similar problem? Is there a way to access the settings in the Chromium engine?ThanksKlaus
Is it possible to create a downloadable, interactive multimedia PDF?What's the best way to include features such as GIFs and audio? Plus, I would like the user to answer questions by inputting text into multiple (9) chapter pages, then for all of those answers to be automatically populated into a 2-page PDF form in the conclusion. I would like users to be able to use the free version of Acrobat to edit the PDF. Is it better to use HTML5 export with InDesign 2025 or something like In5? https://ajarproductions.com/pages/products/in5/ Thanks
Mac OS Sequoia, InDesign 2024 19.5.4 Every week or so, I find that when I go to create a new document, my default settings have changed. I am and have always been a US user, but regularly and without warning, new documents will be created as A4 with rulers set to millimeters, the dictionary set to UK: English, and paragraph composer set to World Ready Paragraph Composer. I've trashed preferences using the keyboard shortcut.I've trashed the entire /Users/[me]/Library/Preferences/Adobe InDesign. The problem still comes back. I've found that trashing only the /Users/[me]/Library/Preferences/Adobe InDesign/Version 19.0/en_US/InDesign Defaults is enough to return to the correct US defaults. The problem still comes back. Anybody ever seen anything like this? Any idea what might be changing my defaults? I'm on a company-managed computer, so it may be some management thing they're running. But then again, none of my coworkers have had the sam
I specified "igonore text-wrap". But I cannot delete the spread of the last two pages. It creates garbage on previous pages.
Hi,I want to get interested in Scripting, and I read on the docs that I should use UXP Developer Tools, but I cannot even open it. When I click the link in the CreativeCloud app, it shows an EACCESS error in a popup.So I don't know what to do. I'm on mac 12.6.3.(for now I guess I will use extend scripting)
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.