Join a global community of InDesign users.
Actividad reciente
InDesign // File set-up for CMYK/PrintI used to be able to choose vibrant colors from the InDesign Color Picker. Now, no matter what color I choose, it comes into InDesign dull. Once I'd see the color I like onscreen, I'd look at the official CMYK breakdown in my book and assign it the official color for the vendor.Is there anything I'm not doing for colors to be visible onscreen as a bright color? See Attached.
hola, no he podido encontrar como se hace para poder guardar el pdf y que las imagenes me queden vinculadas, se incrustan y bajan calidad muchas gracias,paula
Is there a script available that will save an IDML each time I save an INDD file? If yes, does that script save over an exisitng IDML for that file (preferred) or does it create a new IDML file with an altered name each time I resave the INDD file? I saw a thread about a script that will save an INDD, IDML and PDF at the same time, but I don't need all of that.
Hi all, Recently I was working with Indesign to optimize images for a project and I was wondering if there's away to optimizing photo's in Indesign faster? This instead of converting each photo separately in photoshop.
Hi hoping you can help. First screenshot below is a page that’s giving me trouble in my epub and how it looks in Indesign. The text sits nicely above the photo as it should. There is no page break. Hidden characters showing. The second screenshot is how it looks in Kindle Previewer. Why is there the big white space between the paragraph above the pic and the photo? This has only happened to three of 20 photos in the design and I haven’t done anything differently with them. The problem photos are not locked, they’re not on Master page. Styles are applied to all paras and text incl caption style. Screenshot 1 Screenshot 2
Windows 10, ID ver. 20.4. I made an unpleasant discovery today. I’m working with a client who laid out a book in InDesign but didn’t feel like she could make the conversion to ePub. There are about 85 photographs in the book. I asked her to insert Alt Text for each of these in Bridge under IPTC Core/Alt Text (Accessibility). I checked each image under Object/Object Export Options in ID, and the Alt Text was there, under "From XMP:Alt Text (Accessibility)". So InDesign is picking up the tags. But when I exported the file to ePub and happened to check the html, I see that all the alt fields for these images are empty (alt=””). The images she worked on are the ones linked in InDesign, so it’s not that she was working on the wrong folder of images. She didn’t have an object style applied to the images and I thought that might be a factor. But when I created an object style, specified Alt Text Source as “From XMP: Alt Text (Accessibility)”, applied that to one of the photos, the object styl
Hello, I'm trying to create an interactive document using Indesign, I've tried to do it using Acrobat but there are limitations with Javascript when viewed on mobile so the interactive bit doesn't work, and viewing on mobile is a must for this project. Is it possible to create a text based entry field or dropdown box in InDesign and trigger an action like show a text. For example, if I type 'fruit' in a text box or select 'fruit' in a dropdown, can I set this to show another text i.e. 'apple' on another box? I'm thinking if I can't achieve the above with an Interactive PDF then HTML via Indesign might be the answer TIA TIA
During an Indesign Application update, we run a scripts that will open an Indesign document and save it on the newest version of Indesign that we upgraded too. During this last update, we noticed that after converting some files, when opening them, they are being converted again to Indesign 20.0. When taking a look at the Adobe Indesign Component Information window, we are able to see that the version of the document is had already been changed to 20.0 which matches that of the Indesign Application but the application is still converting. This does not happen all the time but does occur quite a bit. Any ideas on what can be causing this?
Hi AllI hope someone can throw some light on why this is happening. I have done it so many times in the past but now it is not working.So, black image with transparent background. Saved as transparent grayscale tiff in photoshop. Import image into InDesign and apply colour from swatches but the image remains black. I know it should be changing as I have achieved this numerous times in the past. Driving me nuts! TIA ID v20.4.1, Intel Mac, Ventura.
The PT Serif Pro bold shortcut (shift+ctrl+b) does not work in indesign. The underline (shift+ctrl+u) and italic (shift+ctrl+i) shortcuts work fine. And in Illustrator with this font (PT Serif Pro) there is no such problem. All shortcuts work.The font is installed from Adobe Fonts. I reset all settings. I tried in 20.3 and 20.4. I even tried assigning shortcuts to other keys. Nothing worked.If the problem is in the font itself, why does the shortcut work in Illustrator?
My other thread was locked. The source file creator of my novel (and life's work) has ghosted me, but I do have the source file. Problem is, I don't know how to use Adobe, and importing/exporting it just creates a huge mess. The fonts change, the designs disappear and the occasional intentional spacing between paragraphs has large "F" in their place. My question is, I have consulted an Adobe expert who claims to be able to see it as it is in print. This contradicts some comments in my previous thread that only the creator will have access to certain this. The instructor also claims to be able to teach me everything I need to know in 40 mins. Can someone advise me here? <Title renamed by MOD>
I have a four chapter book (about 80 pages) and every time I try to sync styles InDesign crashes. It worked fine yesterday, but today I made some changes and now every time I click the sync button in the book menu (Synchronize styles and swatches with the Style Source); instant crash. I've tried with all the chapters open and saved, only the style source open, restarted, deleted and re-added the chapters, etc. Thoughts?
I have remapped keyboard shortcut Shift+E for Link-Edit original, which shortcut is originally for View-GPU Preview.Then I save my new shortcut set.But after closing and opening Indesign, original shortcut is reset and my saved set doesn't work anymore until I remap and save it again.IND 20.4.1 x64, Win 11
Hi everyone, I’m working on a cookbook in InDesign and I’m running into a strange issue with my automatically generated table of contents. Everything works fine until the last section: the TOC simply doesn’t display the last few entries, even though they use the same paragraph styles as the others. I double-checked: The TOC frame is large enough (no red overflow indicator). I’ve updated the TOC multiple times. All relevant paragraph styles are properly included in the TOC setup. The missing titles are styled identically to the ones that do appear. Even more confusing: if I reorder the pages in my document, the problem remains — the last few pages are still omitted from the TOC as you can see in the picture I also noticed that in the TOC frame, one of the last entries looks squashed or overlapping with the next line, which makes me think InDesign is trying to force content into the frame even though it can’t fit it properly. I tried enlarging
I have made the following script - can anyone see what's wrong? seems like it doesn't want work after I data merge.it doesn't seem to be able to attach url to the image// ---- 1. Language selection dialog ----var languageCodes = ["da", "en", "se"];var languages = ["Dansk", "English", "Swedish"];var w = new Window("dialog", "Vælg sprog til links");w.orientation = "column";w.alignChildren = "left";w.add("statictext", undefined, "Vælg sprog til hyperlinks:");var dropdown = w.add("dropdownlist", undefined, languages);dropdown.selection = 0;w.add("button", undefined, "OK");w.add("button", undefined, "Annuller");if (w.show() !== 1) exit();var langIndex = dropdown.selection.index;var langCode = languageCodes[langIndex];// ---- 2. Vælg tekstfil ----var txtFile = File.openDialog("Vælg rapport tekstfil med billednavne (*.txt)", "*.txt", false);if (!txtFile || !txtFile.exists) {alert("Ingen fil valgt eller filen findes ikke.");exit();}txtFile.open("r");var fileContents = txtFile.read();txtFile.cl
Hello,Probably an extremely silly question, however that's where I am with ID 😞I have set up my chapter titles using Heading 1, on three lines..e.g.1This is line oneThis is Line too In the TOC, who BTW doesn't like me, it shows as e.g.292 1292 Line one292 Line two. wheras as I would like it. 292 Line 1 - Line two310 Line 1 - Line two etc Is there a way to do this please?Thank you
HelloI am trying to work with a printer. Every time I send him files with Gotham they do not show up on his end. My pdfs contain all the fonts when exported. Once he opens them some are not there. What is happning how do I fix
Hi AllI have what appears to be a perfectly valid Word doc with footnotes on board (about 240 of them).When I try to import it into InDesign, even though both the footnote and endnote import options are checked, the Word document imports with no sign of the footnotes at all (ie: neither the in-body marker, or the both itself).I've gone back to the Word doc and tried converting all the footnotes to endnotes and importing that. Same issue.And yet other Word docs I've received have imported without issues for either footnotes or endnotes.Any suggestions?VBWMark
Summary:InDesign is unable to maintain separate color settings for each version. Whenever a different version is activated, the color settings are forcibly overwritten by the last activated version. Steps to Reproduce:Launch InDesign 2025 and set the color settings to “Preset A” (e.g., a print vendor’s recommended settings).Launch and activate InDesign 2024.Without any warning, InDesign 2024 will adopt the same Preset A color settings.This also occurs in the opposite direction: activating either version will overwrite the other’s previously configured color settings. Expected Behavior:Like Photoshop and Illustrator, InDesign should maintain independent color settings for each version.Actual Behavior:InDesign, Illustrator, Photoshop, and Bridge all write the currently selected color setting preset to the shared sync file:~/Library/Preferences/Adobe/Color/ACEConfigCache2.lstThis file is what allows Bridge to synchronize color settings across Adobe apps.However, InDesign is the
Hi everyone, I’m working on a book in InDesign and running into a problem with my Table of Contents (TOC). Each recipe page has a title that uses a consistent paragraph style (e.g., “TitleStyle”). However, inside some of these titles, I’ve manually changed the font size of certain words or segments for visual reasons—without changing the paragraph style itself. Now, when I generate the TOC using that paragraph style, the titles where I changed part of the font size manually do not show up as they should but instead keep that manually changed font. I’ve already: Confirmed that all the titles have the correct paragraph style appliedTried manually changing the font size on the recipes or used a character style on the paragraph styleMade sure the TOC includes that paragraph styleTried checking/unchecking “Include Style Overrides” in the TOC optionsEnsured the TOC text box is large enough and the TOC is up to dateExport, save, change and all... But
Simpler to implement this way?Multiple paragraph styles are created by passing a parameter that determines the style of the paragraph.//GetParStyle creatParStyle(paraStn, contiParaStn, bodyParaStn, headerParaStn, capLStn, capCStn, capCSDhtn); //creatParMode function creatParStyle(pn) { if (!app.documents[0].paragraphStyles.item(pn).isValid); app.documents[0].paragraphStyles.add({ name: pn });
I was originally involved in a discussion about a poster with ID 2025 being too slow, and now it pops up every day.I seem to have clicked on Unfolow, but it doesn't seem to work.
I am working on a book where I use these quotation marks for opening and closing quotations.If the same line has one quote only it works perectly, but if the same line has two words with the quotations they the ones on the edges looks fine, but the ones in the center are flipped (see the attached screenshot). I tired copy and paste, I also tried to insert them as Glphs but the same result. By the way if I opened the same book in older InDesign like 2022 it opens correctly, while on InDesgin 2024 and 2025 they bahave like this.
il y a 4 jours j'ai téléchargé la version 20.4 et depuis j'ai des soucis. l'application se bloque et soit il me faut attendre un laps de temps assez long pour avoir à nouveau la main, soit il me faut débrancher le pc.Rencontrez-vous le même problème ?
I have specific text which I'm placing multiple times,how can I create a shortcut to get this text placed?
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.