Join a global community of InDesign users.
Actividad reciente
God of all gods, come up with an good idea together. Hi m1b.I am sorry, I still couldn't help myself. Confusion is torture.When there is only one row in the header, it can be directly converted to a header.like this:var doc = app.activeDocument, selectedRows = getRows(doc.selection[0]); var headerRows = convertToRowType(selectedRows, RowTypes.HEADER_ROW); But when there are cross row columns, conversion is not allowed.Sometimes it needs to be converted to BODY_ROWS, and sometimes it needs to be converted to HEADER_ROWS.
I am using the latest version of Indesign. I have a loaded cursor that I can't unload. I've tried everything but when I move the cursor over a text box the text box or black box shows up and I can't get rid of it. I have read and tried everything and I'm about to fire this whole computer right out the window lol. Any ideas anyyone???
Hello,I can't shut down background tasks and it is preventing me from exporting a PDF. I have tried to create a new document and the copy and paste but the background tasks are still on. They are trying to add font that I don't want. I have replaced all the font in the document but it is still trying to add font. I have shut down Indesign. I have shut it down and the reopened it pressing control, option and shift. I am on a mac. Even if I just open indesign without opening a document it is still trying to add this font. There are no crosses to click to stop it. Please can someone help me. Thank you Sarah
Can someone tell me how can i open my file, it is crasing continuiously. I had done major work on this and need this file. <Title renamed by MOD>
I am working with a client who is trying to do a directory in Indesign. There are about 1,800 people with information like address, title, employer, phone, etc. This info is on an Excel spread sheet. I made a text, tab delimited and a CSV file from the spreadsheet. I set up a two column text box on each page and want these entries to fill the columns. I am only able to get one person's information per page. Multiple records per page yields no different result. I also had the multiple records option grayed out on a couple tries. I have tried this many times, even tried setting up a simple spread sheet with 9 items. No luck. HELP! I'm brand new to this feature.Chris
I am running the high-res pdfs for a journal print but have been hampered by my laptop freezing and InDesign crashing, with error messages such as "file corrupted" and "database error". Do you have any suggestion on how to solve the issue other than save the Indesign files locally in my laptop? We use Google Drive but it does not allow me to save InDesign files on it. <Title modified by MOD>
Hi all,As of late August 2025, Microsoft has rolled out a new Microsoft 365 Copilot feature on Windows that opens the Copilot chat panel with the shortcut Ctrl+Alt+C. Unfortunately, this directly conflicts with InDesign’s long-standing “Fit Frame to Content” shortcut, which many of us use constantly. InDesign’s shortcut is hard-coded and cannot be reassigned in Edit > Keyboard Shortcuts.Microsoft does not currently provide a way to disable or change the Copilot global hotkey.Workarounds like PowerToys can suppress the key combo, but then InDesign never sees it either.Registry/Group Policy edits can disable Copilot completely, but on many work PCs (like mine) users don’t have permissions to apply these changes. This is a serious workflow disruption for designers, and right now the only practical workaround is to create a custom script and assign a different shortcut in InDesign — which is clunky compared to using the native key. 👉 Has anyone found an offic
Can anyone explain how my pasteboard got like this and how to get it back to normal size?There is no object on that page. The image shows Preview off. If I try to select everything on the pasteboard, only the page selects. I checked all links and there is no rogue link anywhere. What the heck?Thanks. Indesign 15.0.2 x64W10 Machine
InDesign is crashing immediately after opening. Anyone else having this issue? I already tried uninstalling and re-installing and restarting my computer.
Hi There! We are a public company in Germany, using Adobe Cloud. Our public relations team has discovered an issue since we made an Update form Windows 10 to Windows 11 in Adobe InDesign. When typing/editing text in a textbox, the text disappears. Not everytime but often enough to be very annoying. I found an old thread from 2021 with MAc where this issue was fixed with an Update to Version 17.X.Well we already got a up to date Version. So maybe any other suggestions? Yours sincerely Michael
Hi Adobe, I have Itemised lists set out with a sublist underneath. When I create a new header. For example 2.0 the sub list doesn't recognise the 2.0 and continues from 1.1 to 1.2 regardless of the header list. Can you please advise on how I set the nested list correctly?
We are having an issue with InDesign at the Data Merge tab on large files (~100MB) on a group drive . We make a copy of a template, make some changes, and link a csv and merge one record in our process. However, sometimes, when we open our template and clicking the data merge panel it crashes the entire program. This typically happens when there is already a csv linked to the document. Sometimes we can no longer open the file. Other times we can open the file, but never use the data merge feature or the software will crash and changes are lost. When we try to copy pages to a new file, the issue seems to carry over with the page content. It does seem to help to rewrite the file as IDML, but then we loose the content in the data merge tab and are back to the same place in our procees. Does anyone know what might be causing this issue or have recommendations for how to use the data merge feature without loosing files?
I have formatted at 700 page document for a company book. Their in-house style is Fira Sans. I downloaded this typeface from Adobe. The number 1 is larger than the other numbers throughout the document when looking at the document at 100%. I thought this was the style but looking it up online it says the numbers should all be the same height and in fact when I increase the size to 300% hey presto all the number are the same size. BUT when printing the pages the number 1 looks sightly smaller than the other numbers and the number 2 is slightly bigger! What is going on?! First screen shot from Indesign at 100% and second at 300% and third close up photo of printed numbers. The numbers are all at 100% in Indesign on their vertical and horizontal.
Hello, I would like to ask whether it is possible to save PDF files in the PDF/X-4:2008 standard in the 2025 version of the inDesign software. I found that the software can only save PDF files in the PDF/X-4:2010 standard. Now I need to save files in the PDF/X-4:2008 standard. How can I save them?
I can't print for long in InDesign.It works the first 3-5 times, but then InDesign crashes in the print menu before I can submit the print.This keeps happening until I restart the PC.Then it works again 3-5 times, and then the same error appears.I'm attaching the error log. Can anyone help?
This has become an unbelievable joke. I'm once again getting blank screens upon returning to an open InDesign document after a short period of being away from my Mac. I'm also STILL, after over a year+ STILL having to reselect my Workspace setting, which then reinitiates the unbelievably annoying popups. Seriously, what is going on at Adobe? <Title renmaed by MOD>
I need a hint:Prompts a message when no correct selection is made: Please select an image frame. Please select the text. Please place the cursor in the frame Please select the top two rows of the table. Please place the cursor in the table row. Thank you very much.
The original script doesn't seem to work anymore?function dupeTopRow(t){ var newRow = t.rows.add(LocationOptions.BEFORE, t.rows[0]); var newCell = newRow.cells var lr = t.rows[1].cells for (var i = 0; i < newCell.length; i++){ newCell[i].properties = lr[i].properties; }; }
In the current release and previous version of In Design the pages overhang the dialog/button panel at the bottom making it difficult to access the last spread. In the Beta version it works as expected <Title renamed by MOD>
Hi, can anyone tell me where to find PDF/X-4:2010?I have updated InDesign to latest version, but its not there, I just have PDF/X-4:2008.And I can not find it anywhere to install.Thanks
I am encountering an issue with composite fonts in InDesign 2025 where extra white spaces are being added before and after English letters and numbers embedded in an Arabic paragraph. This issue is not present in InDesign 2023, which is also installed on the same PC. The problem only occurs in InDesign 2025 and affects the layout and alignment of Arabic and English mixed text.
I have currently selected the frame, but I want to distinguish between the following states:Is the selection tool being used, or is it a direct selection tool?Is this possible? Perhaps this would be useful. Usually, they only display one name:Rectangle or TextFrame.var item = app.activeDocument.selection[0]; alert(item.constructor.name); Thanks.
Liebe Community, der Adobe Support und ich schlagen uns seit einer Woche mit folgendem Problem herum: RGB-Farben werden in meinem InDesign korrekt dargestellt - es sei denn, ich möchte sie in Farbverläufen nutzen. In beigefügtem Screenshot könnt Ihr das Problem sehen: Links das leuchtende Grün wird als Unterstreichung der Überschriften korrekt dargestellt. Will ich im Rechteck rechts einen Farbverlauf mit demselben Ton darstellen, wechselt InDesign in den CMYK-Raum. Der Support ist mehrere Stunden verschiedene Einstellungen in InDesign durchgegangen - ohne Erfolg. Anschließend haben wir InDesign einmal deinstalliert und reinstalliert - ohne Erfolg. Gestern habe ich mittels Adobe Cleaner CC alle Adobe Programme gelöscht und wieder installiert - ohne Erfolg. Auch die globalen Farbeinstellungen über Bridge lösten das Problem nicht. Hat jemand eine Idee, woran das liegen könnte? InDesign läuft bei mir auf Windows 11 - wir schließen allerdings aus, dass es ein Probl
Hi there, I was happy to create a QR Code in InDesign, but I encountered 2 issues:1. The Title doesn't display above the name in the .vcf file. Instead displays the email which you can find later below in the email section. Can anyone help me in How can this be fixed?2. The is no option to include a Logo. It would be great to have this option.
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.