Join a global community of InDesign users.
Actividad reciente
Hello, I'm running the latest version on InDesign on a MacBook Pro. A file i worked on last week, now won't load the font I was using (Bliss 2). It appears 'pinked out' and the dialogue box says it's not installed. FontBook now doesn't 'see' any of my 3rd party fonts, but if I try and re-install them, it says that they are already there. I can Duplicate, or Skip, but the 'Replace' function is greyed out on the dialogue box. I tried Illustrator and it seems to have no problem at all seeing them. Any suggestions to fix it very welcome. Thank you.
Since indesign dialog windows remain behind the indesign program, none of the keys are active. Shouldn't the dialog window always be at the front? I've been facing this problem for a few versions.
Hi everyone,I'm experiencing a strange bug (I think?) where the third digit in the page numbering does not 'follow' the type of numbers I have set (all numbers should be proportional lining, the last digit remains at the default setting). There are no GREP styles used, no character styles applied.Has anyone else encountered this issue or a solution? The font is Syne.Thanks in advance!
Hi all,I'm trying to export a simple InDesign file with three photos, a bit of text and a gradient to a jpg file but the jpg file is blank - just a white sheet. It saves fine as a png. Any suggestions what I'm doing wrong?
After using InDesign for a day or two, the right hand tool menus show nothing, they are empty.Mostly Character, Gradient, Effects and a few more. Things I have already done to try to remedy the issue have been: reset preferences, force quit, uninstall and then re-install. After a few days it happens again. Really annoying. It has been happening for almost a year now. Even after wiping my computer last year, and reformatting my computer (for other reasons). It happens again after 1-3 days.I have been a Graphic Designer for over 30 years, InDesign's performance just gets worse and worse ever since it has turned into Creative Cloud only software. Don't tell me I need a newer model computer.Working on a 2019 iMac with Sonoma 14. Adobe InDesign 2024 V19.5
I imported a text from Word file and most of the last lines are cutted in the middle, with the rest of the line on the next page. How can I correct that ??
I have a book that needs to be typeset that is single-column and contains footnotes, but the footnotes start at ① for each article.I don't want to go through and break up each article. I'd like to typeset it in just one text box, but it seems like the footnotes can only be connected.Is there any solution to this?
Bonjour,J'ai un souci bien mystérieux avec InDesign :J'ai un document assez lourd sur lequel j'ai récemment fait des modifications. Lorsque j'exporte ce document en PDF puis que je l'ouvre sur Acrobat, mes dernières modifications n'apparaissent pas (c'est comme si InDesign exportait une ancienne version) alors que quand j'ouvre mon document sur InDesign tout est parfait, les modifications sont bien faites !J'ai cherché l'explication sur des tas de forums et impossible de la trouver... Quelqu'un ici a déjà eu ce bug ?Merci beaucoup.
I'm trying to batch process naming exported png files from InDesign. I don't want to do using a paragraph style, I want to feed Indesign a list using a script e.g.I have 5 designs in one document:1. I love blue2. I love red3. I love green4. I love yellow5. I love pink I have a text listblueredgreenyellowpink I want the file names to be blue.pngred.pnggreen.pngyellow.pngpink.png I've tried using chaptgpt but I keep getting stuck in loops where it's producing pngs but it produces 25 of them! It's stuck in a weird sort of loop and files look like this:blue.png with deisgn I love blueblue.2png with deisgn I love redblue3.png with deisgn I love greenblue4.png with deisgn I love yellowblue5.png with deisgn I love pinkred.png with deisgn I love bluered2.png with deisgn I love redred3.png with deisgn I love greenred4.png with deisgn I love yellowred5.png with deisgn I love pinkgreen.png with deisgn I love bluegreen2.png with deis
Schönen guten Morgen aus Graz! ich habe zuletzt mit der CS6 (auf einem anderen PC) gearbeitet und nun vor wenigen Tagen die aktuelle CC installiert. Heute hab ich zum ersten Mal versucht zu drucken und bemerkt, dass ID nur leere Seiten an den Drucker sendet. Das Problem besteht nur beim Drucken, nicht beim Export. Das heißt, wenn ich das Dokument als PDF speichere, ist alles da. Drucke ich es dann von ID normal aus, kommt eine leere Seite. Natürlich habe ich versucht die verschiedenen Schritte von der Adobe Problembehebung durchzuführen, aber so Dinge wie "Neuester Druckertreiber, etc." sind einfach nur ... denn überall anders funktioniert der Druck. Egal von welcher anderen APP ist drucke, es funktioniert. Nur von ID nicht. Ich verwende übrigens Windows 11 Pro, einen HP Officejet über HP Smart Print, der über WLan am PC hängt. Ach ja, PC, Drucker und WLan x-mal neu gestartet. Selbes Problem. Hat irgendjemand eine Ahnung was das sein kön
Since nobody at Adobe seems to care about this intermittent problem, here's a possible solution: If you are using InDesign on a Mac and use the application frame, and all of a sudden InDesign seems to stop showing anything on screen except the menu bar, but if you switch off the application frame, everything's OK, then your application screen is getting displayed on a hidden screen, like an external display or other workspace. If that sounds weird, it is. It's a bug and Adobe doesn't care. One solution would be to reconnect the external monitor you probably connected at some point. If you don't use an additional monitor, try to open InDesign in another workspace/desktop. - open Mission Control (open Mission Control.app or if you use a trackpad, swipe up with four fingers)- open another desktop by pointing at the top desktop bar, then clicking the "+" in the top right corner- click on that new desktop icon- open InDesign, it should show the application bar again- go to th
I can't figure out why I'm having these weird spacing issues within a bullet point. Please help!!
Please see screenshots attached. The font is currently Garamond and I have tried changing to Caslon but the same issues happen. Any idea what could be causing this? It doesn't happen to every number and I can't seem to find any logical pattern as to the cause. Thank you!
Hi Guys, So I created a bunch of Illustrator files using the aic format saving on the creative cloud. I now want to set them in indesign for my printer.I cannot seem to workout a way to place them in Illustrator. Is it doable? What's your workflow? Thanks in Advance
I found this great script where you pick an assigned 'object style' and it will move all items of that style to the layer you pick. I'm trying to tweak it so it will instead change any text frames with a specified paragraph style and assign it with an object style. I got the first part changed, but I need help with:first part: language to include all items that are in folders within both paragraph and objects styles. right now it just pulls items that are not in foldersThe second part: code originally moved item in first selection to layer in the second selection ... instead I want it to find all frames containing paragraph style from first selection and assign object style from second selection. Any help would be great! Thank you! //This script moves paragraphs with selected paragraph style to selected layer var myDoc = app.activeDocument; var w = new Window ("dialog", "Choose paragraph Style and Layer", undefined, {closeButton: true}); w.orientation = "row"; w.alignCh
I have tried many different things to solve this problem that I have found in threads in this community. I tired to go back to 2021 version but it still crashes on launch. Please help if possible. See below for the crash report.
hi everyone, PLEASE HELP: indesign on mac crashes during start when opnening-window says "Bedienfelder werden aufgerufen". tried everything: clearing prefernces and cahces, new install, old versions, checking fonts etc. for hours PLEASE HELP🙏🙏🙏 - THX in advance from Austria, best Andreas
Hey liebe Community, ich habe folgendes Problem auf die ich bis jetzt noch keine Lösung gefunden habe. Und zwar habe ich in meinem Projekt folgende doppelseitige Musterseite angelegt (siehe Screenshot): Das sind jeweils 2 Titelseiten einmal für die linke und einmal für die rechte Seite die in ganzen Dokument mehrmals vorkommen. Allerdings kommen diese Seiten nicht zusammen sondern nur einzeln vor. Der Gedanke hier war, dass ich egal ob die Titelseite links oder rechts ausfällt, für beide Varianten bereits die entsprechende Musterseite habe. Zusätzlich sollte diese Musterseite bei hinzufügen von weiteren Seiten sich entsprechend automatisch anpassen ohne dass ich diese nochmal neu zuweisen muss. Doch gibt es folgendes Problem: Sobald ich eine der Musterseiten auf bspw. die rechte Seite anwenden will aber auf der linken Seite nicht, wird mir dies trotzdem getan (siehe Screenshot):Das sollte nicht so sein. Hier soll die Titelseite (Musterseite A) nur rechts darg
Hello everyone,I'm working on a large catalog in Adobe InDesign that contains numerous tables, and I need to export all of these tables into optimized and formatted CSV file. Given the volume of tables, doing this manually is not feasible.I’m looking for a way to automate this process using a batch script. Ideally, the script should:Identify and export all tables in the InDesign document.Ensure the CSV files are well-formatted and optimized.Handle multiple tables efficiently within the same document.Has anyone tackled a similar task or could provide guidance or a sample script to achieve this? Any help or pointers to relevant resources would be greatly appreciated!Thank you in advance for your assistance!Best regards,
I'm using InDesign for Windows v.19.01. I'm trying to copy and paste a button, but when I do, the new button doesn't retain the action settings from the original one. I found some info online that mentioned using ALT + drag, but that doesn't seem to work, either. I also searched the forums, but could only find results that suggested the same thing.
Hi all,I have two seperate plugins which is published by my company. What I simply need is to put our help links in the order ofHelp -> My company |-> Plugin 1 Name -> Everything related to Plugin 1 |-> Plugin 2 Name -> Everything related to Plugin 2We are currently doing all these menu operations using "iMenuManager" in the SDK with addMenuitem and removeMenuitem etc. But as the menu paths are suppose to be in a PMString like "Main:&Help:My company:Plugin 1 Name:Everything related to Plugin 1", both of our products make their own entries for "My Company" menu item. (As they come from seperate code bases and are seperate plugins) So my menu looks like the below example instead of the above illustration that I have mentionedHelp -> |-> My company -> Plugin 1 Name -> Everything related to Plugin 1 &
I updated to Adobe Indesign 2024 this morning and now cannot save over my Indesign files that were created with 2023 version. Every time I try to save over I get an error message that it is damaged. If I save under a new name it saves fine, but we rely on overwriting/updating files that are made in different departments across the company and it is a real drag on workflow to go in, delete the old file and then rename the newer file. We have uninstalled and reinstalled several times as well as restarting the computers. Any suggestions would be very helpful.
How to turn off the outline in current versions of id? In v18 there was no such problem at startup. Now every time it opens and the outline is set to 1 point.
Hallo, ich habe ein Darstellungsproblem in InDesign in der Überdruckenvorschau: Die HKS-Farben werden hier nicht richtig angezeigt. Hat jemand eine Idee, was ich machen kann, damit die Farben richtig (so wie in der Farbpalette) angzeigt werden? Bei deaktivierter Überdruckenvorschau werden sie richtig dargestellt. Unten ein Screenshot mit dem ausgewählten, falsch dargestellten Objekt und den Farbeinstellungen von InDesign:
Why is it not wrorking to drag these tabs? <Title renamed by moderator>
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.