Join a global community of InDesign users.
Actividad reciente
Numbering was no problem for my 350-page book but then I tried adding Roman Numerals to the opening pages. What I ended up with are no RNs appearing on the opening pages but they do appear as numbers in Pages. But none of the RNs appear on the actual pages, only in Pages. Here's a screenshot Now that the sequencing is all out of whack, can't return to reassign Page 1 to what has become Page XV. How can I manage this mess?
When I go to open my Indesign or After Effects the application just bounces on my screen and does nothing, unresponsive. I have installed and reinstalled while also deleting the previous preferences. I have also ran my Disk Utility to look for issues and can't find a solution.
Dear community, In InDesign 20.4.1 on Sequoia 15.5, installed plugins (Creative Cloud tells they are installed) don't show up in the Plugins Panel. That panel only says Get started by installing … Discover Plugins. What am I missing here? Thanks!
I have setup page numbering to be lowercase Roman numerals, but are being displayed capitalized:How might I get the lower case dispay?
For example, there are multiple lines.Like this, Can I only hit a space to center it?alert(" Note that \n ●●●\n you have chosen nothing").Thank you very much.
Got a weird one. Suddenly inDesign (and inCopy) are splitting a font that I've used regularly in the past into pieces, rendering them unusable. Minion Variable Concept, which originally just had Regular, Italic, etc. options. now has a slew of "Text-9.500" etc. options, each relating to a different font size. See attached—screenshots are from inCopy, but inDesign shows the same thing. So now when I open a file that uses these, all these "Text-10.000" etc. fonts are missing. My designer is using the same version of inDesign and the same fonts (he re-sent me the font files, just to confirm) and has no issues. Weirder, if I open an old .indd from a project three months ago, which worked perfectly at the time, I get the same font errors. Even worse: This seems to be making both inDesign and inCopy crash. I've reinstalled both inCopy and inDesign multiple times, reinstalled the font, tried multiple different files, etc. No luck. macOS 15.5, tried it in inDesign 20.4.1
since the update to 19.2, items in the cc libraries are being shown as just a grey box and are marked as missing
InDesign has always had a fraught relationship with metadata, whether for the active document or for its linked documents. File Info can help, but it can be challenging to inspect or modify properties from namespaces outside of what FileInfo already knows. What if there was a better way? Enter the free Custom Metadata Panel, which is like nitro fuel for metadata. It is available for Bridge, Illustrator, Premiere Pro, Photoshop (Intel or Rosetta2), and now... InDesign. The Custom Metadata Panel provides Enterprises and individuals with a way to focus their attention on critical metadata in one panel. The panel is completely customizable and helps users tune their metadata view for maximum accuracy and efficiency. With many form field types and available metadata presets, it expands the metadata capabilities of Creative Cloud Desktop applications without using XML or special coding. It includes tabs for many common metadata schemas, such as IPTC, PLUS,
Las últimas versiones de Indesign tienen muchos fallos a la hora de importar textos.Tengo que trabajar con versiones anteriores.
Hi everyone,I'm using InDesign 2025 and trying to embed audio in an interactive PDF. I’ve followed the standard steps:Added MP3 files to the Media panel, following Adobe’s guidelines.Created a button, set the action to "Sound", and linked it to the appropriate MP3 file.Exported the document as an Adobe PDF (Interactive) with "Include all forms and media" checked.The result:The button appears as expected in the PDF (the cursor changes to a hand on hover), but nothing happens when I click it—the audio doesn't play. There’s no error message, just no response.Has anyone run into this issue or have tips on how to troubleshoot it?https://acrobat.adobe.com/id/urn:aaid:sc:EU:556d3070-641a-4a89-949c-75ab46b9837f Thanks in advance!
So I have a jsx script, and I want jsx script to be able to extract data from the CSV. CSV file is the same one I use when I data merge - my script is supposed to sun after datamerge and attach links to pictures.- problem is that it gives me an issue. ´// ---- (1) Language selection dialog: Let user pick language code for links ----function chooseLanguage() { var languageCodes = ["da", "en", "sv"]; 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) return null; // Cancelled &nbs
I saw a script here.https://github.com/gsingelmann/indd_autocolumn/tree/master The author (Gerald Singelmann) seems to have set "en" "de" "it" three languages, is it possible to automatically choose to display the appropriate language interface according to different windows systems.I tried to add cn and nothing seems to change anything.var sAutoColumn = { en: "AutoColumn2...", de: "AutoSpalte2...", it: "AutoColumn2..."} if (app.selection.length) { app.doScript(autoSpalte, undefined, undefined, UndoModes.ENTIRE_SCRIPT, localize(sAutoColumn)); }
Is there a way to develop a script or action in IND to flow copy from MS word in to an IND template?
I have a French document with lots of accented letters. I was trying to type those letters with accents on them, but I was unable to. I know how, I've done it in the past. I even looked it up online to get the correct keystrokes for the correct direction and accent. I get the accent and then the letter. InDesign is not allowing me to have the accent over the letter. Is this something that broke in CS5 and just needs to be fixed? Any ideas? I thought maybe this function was removed since now there is the handy Character Viewer at the top of the monitor. It is handy, but not convenient if you have a lot to type.
iMac 2017, Ventura 13.7.6, InDesign 2025Applying a small transparent caption frame over a full page greyscale image causes the whole image to lose contrast when transparency is applied.Also when applying drop shadow to an item on a spread, greyscale images on that page and adjacent page also lose contrast. These images do not contact the drop shadow item in any way.I cannot see any change to CMYK images.Is this a bug - any advice please?Phil in Welland, UK
Hello, everyone.For example, some specific textboxes have characters like "001-002@" "001-003@" or something like that.I want to use Grep to find them and then apply object styles to the textboxes they are in. Thank you very much.
There are too many different properties settings.I want to get a controlled, clean style with no overrides.Is there an easy way to do it in three or two lines? Thank you very much.
I use InDesign Server to generate previews and materials from my application. I have two scripts, first one to generate a preview (jpeg with watermark added) and material (pdf with pdfpreset). I use the same template file and the same datasource csv for each action. When I generate material QR codes are correctly generated, but for preview instead of QR codes I get gray boxes see attached file). How can I make it work?I already contacted Robert at ID-Tasker, but I wanted to ask here since I have no working solution yet.Indesign Server Version 20.0 x64 Windows Server 2022 Standard v. 21H2generate preview code: try { const startTime = new Date(); var logs = []; var errors = []; var hasError = false; var outputFolder = 'C:/OutputFiles/'; var templatePath = '__INDD__'; var datasourcePath = '__CSV__'; var outputName = '__OUT__'; var watermarkFilePath = 'C:/watermark/watermark.png'; var template = new File(templatePath); var dataSource = new File(datasourcePath); var outputFile = new Fil
I have been seraching for a solution for hours. I've made this reflowable ebook in InDesig the same way I always do with a multi-level TOC and I've never had this error before.I have checked the code and all links in the TOC appear correctly labelled to correspond to tthe relevant ID markers on the relevant pages. I'm stuck, and my client's book needs to be published yesterday 🙂I tried Unchecking 'Page Navigation' as suggested on another thread but this made no difference.Can anyone help please?
Hi all, Had an issue pop up in the past few weeks that is driving me crazy. I have Application Frame on and ID filling my screen. When I enter presentation mode (Shift w) and then escape out, it scales my Application to a smaller size, like half of my window.Anyone know how to fix? Thanks!
I created a QR code with a website URL inside of it, when I use my phone to scan it to see if it works, it doesn't do anything. But I scan another QR code with the same phone and app and it brings up the website from that other QR code.Any advice? Thanks.
Hi, please can you help me identify where I am going wrong in trying to export the cover for my EPUB? I have applied individual styles to each line of text as they have different font sizes. I applied export tags to the styles. I grouped the background, text boxes and photos as JPGs then exported as EPUB. My export settings include the following except for screenshot 5 (screenshot 5 is where I selected 'relative to text flow' on export rather than 'fixed'): Export settings: Rasterize first page. Content / Order: Based on page layout. Object: Preserve appearance from layout. CSS size: Fixed, Layout: align centre. Export math objects as SVG. Include classes in HTML / generate CSS When I export, I get an error message saying ‘appearance mismatch may occur when overlapping grouped objects are exported as JPG’. The images are not overlapping. I changed the photos to PNG but, unfortunately, that changes the look of the pics so the top two are zoomed out, which
Hello, I'm having trouble with my fonts in InDesign. I have the font installed on my laptop, but for some reason, it shows as unavailable. I have tried checking this out but still didnt work Resolve missing fonts issue in InDesign and InCopyPlease let me know what I can do, thanks
I have Indesign .indd files going back nearly 20 years. I can open a .indb from 2007 and all the files are in place, when a file is opened the various stylesheets are present in their windows. Most of the fonts are dead, but that's recoverable. I just opened a .indd file from 2023 and got a splashscreen informing me that the file would be converted via Creative Cloud. When it finally opened it showed up in single page view instead of spreads, and had lost all the style names, all the placed image names. I aborted opening the 2023 .indb when it informed me I'd have to convert all the documents before it would open it.What is going on? And please do not tell me i should have saved everything as .idml : why would I NOT WANT my design details saved in the file? I have the text in a Word doc.Besides which the 2007 .indd opens perfectly. As have all the files from earlier versions of InDesign until today. Also there is no topic that accurately describes this. I'm going to as
Hi all, Been having a strange issue where when printing from indesign I get these uniform lines across a page, which doesn't happen when printing outside of indesign (i.e. exporting to pdf or jpeg and then printing those). The print from indesign is very simple, it's just one object/layer with no drop shadows or effects. I figure this surely must be caused by the print settings within indesign overruling the default print driver settings.
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.