Join a global community of InDesign users.
Als letztes aktiv
Hello everyone,I just updated to the following versions:XCode Version: 15.2SDK Version: 20.0 (2025)MacOS Version: Ventura 13.6.4I believe I did the update correctly, yet when I compile, I get the following error. Does anyone know how to fix this?In addition to performing the update, I also changed these settings.If I try to compile one of the examples within the SDK, I don't encounter any issues.I compared the Build Settings of a project within the SDK with mine project and everything seems identical.
ID 20.0.1Mac OS Sequoia 15.1.1 I've had this issue since the feature was introduced and still have seen it fixed. Happens to co-workers, so I don't think it's native to me. Sometimes, when importing the comments & applying the edits, the comments list jumps all around. Have to wait 5, 10, 15 seconds for it to calm down. Not all PDFs nor all documents. I don't see a commonality for when it does happen.
Shall we voting for Indesign for iPad! Thrilled by the possibilities for Photoshop, Express, Illustrator, Lightroom, Rush, I like that too for Indesign.The users are the kings and queens, hum? 😁😉
I use InDesign frequently for work, creating and publishing a magazine. Recently I had a strange issue that I could not figure out! Randomly elements on one page would disppear and I'd find them apparently shrunk down to zero at the center of the page. What it should look like: Corrupted (?) page:You can see the green anchor points in the center spine of the pages in the second image above. The layers are still there in the layer panel and the link panel, but I'm unable to move or resize them. Any attempt to shift or resize them using the toolbar or anchor point, gives me the error "This value would cause one or more objects to leave the pasteboard." Evening setting the size or positioning to zero gives me this error. Attempting to delete the objects crashes InDesign (just completely closes). Attempting to move the page in the page order, crashing InDesign. Attempting to change the Master page number on that particular page (change or remove) crashes InDesign. I tried restarting I
Hi AllI have recently developed a problem whilst using InDesign. My cursor doesn't move fluidly, rather it starts 'stuttering' and sometimes freezing altogether. I did read on here somwhere that I should try and delete the preferences and reboot InDesign. Unfortunately, I'm unable to do that as I don't have access to my User Library (long story, but the person that set up my PC and installed all the Apps is no longer in business and did not give me the Admin password! Also, I've always been a Mac person and this is my first PC so I have very limited Windows knowledge). Instead, I updated InDesign to the very latest version which did help a bit (although it appears to be using the old preference file). However, if I need to open Illustrator or Photoshop at the same time as InDesign, the problem is back and 10 times worse. It is impossible to use the mouse / cursor in Photoshop or Illustrator unless I quit InDesign. Does anybody have any ideas or suggestions please wi
Been working with Indesign using Abobe Caslon for several weeks now. Today, it has become unavailable in Indesign, but it is available in Illustrator. I tried deleting, rebooting (cold and warm) , and clearing the cache but no luck getting it to work again. Using Indesign 20.0.1, which was updated 20 days ago. This is not due to an Indesing software update. I searched for Caslon on my C: drive, but it was nowhere to be found. TCaslon did not work on several documents, including one I updated over 6 months ago. Documents from 3 years ago, which looked fine a few days ago, are now missing Adobe Caslon. I am synching fonts through Creative Cloud. I tried turning it on and off with a reboot, but no luck. SInged in and out of Creative Cloud several times. Any thoughts on next steps?
InDesign is not saving my changes consistantly when I edit a CC Library graphic. Sometimes it will update, sometimes it won't. Mind you, these are very simple graphics... nothing crazy... (ok, maybe one of them was). All graphics were created in InDesign and edited in InDesign. My workflow:I double click a graphic that needs updating to open it to make changes edit it in InDesign Save and close document/tab scroll to item in library and place it in new document. It only gives me the old graphic and the thumbnail in the panel clearly shows it is not the updated version. My workaround is to delete the original from the library and save a new one... (when I remember - UGH! when I forget). This means I also loose my description text. Details:Windows ver. 20H2InDesign 2024 and 2025It happens at workIt happens at homesolid internet connection1 terabyte cloud storage availablegreen checkmark next to syncing in CC Desktop appI've tried
Okay, so this has been driving me up the wall all day. Adobe Support has been ZERO help and I'm at my wit's end here. I am working in the newest version of Adobe InDesign CC. I designed my book with 0.5" outer margins, and 0.75" inner margins, with 0.125" document bleeds. When I try to export the book as a PDF/X-1a:2001 and using document bleed settings but NOT using crop marks, as required by Ingram Spark, my margins change to both being 0.5" on the PDF. The only way I can get my margins to remain the right sizes is if I do include the crop marks, but Ingram doesn't allow that. I've never had this issue before and I can't for the life of me figure out what's causing it. Why would including or not including crop marks effect the way I've formatted the margins on my book? How can I export without crop marks, but with bleeds, and not lose my margin formatting? Also, I have created some brand now experimental files to check if just my book file got messed up, but the issue is pr
Hi AllI want to select header rows of the table, the header row may be single or multiple.I tried this app.selection[0].tables[0].rows[0].select(); but this works for single row selection only. Please guide me in the correct wayThanks in AdvanceShiv
Hello, everyone.How to streamline this script and disable any popup prompts.Thank you very much. // Clear All Overrides // Written by TAW. (c) 2014 by Bookraft Solutions, Israel (Id-Extras.com) // Please do not delete this copyright notice. // var myOverrideType = OverrideType.ALL; // var myOverrideType = OverrideType.CHARACTER_ONLY; // var myOverrideType = OverrideType.PARAGRAPH_ONLY; var allStories = app.activeDocument.stories.everyItem(); // Remove overrides from all stories try{ allStories.clearOverrides(myOverrideType); } catch (e){alert ("No stories!")} // Remove overrides from all footnotes try{ allStories.footnotes.everyItem().texts.everyItem().clearOverrides(myOverrideType); } catch (e){alert ("No footnotes!")} // Remove overrides from all table try{ allStories.tables.everyItem().cells.everyItem().paragraphs.everyItem().clearOverrides(myOverrideType); } catch (e){alert ("No tables!")} alert("Overrides cleared!"); // Remove overrides from all cells try{ allStor
Hi, I am trying to rebuild my resume using ID because I understand it will allow me to have more control and consistency of formatting, provided I know how to do it. The rather basic format I am creating is shown below:There are three primary features I need to capture. 1) Section Headings - basic all-caps 2) Item Entry - including nested style with bold position title and right-tab date range3) Item Description - to be a bulleted list I am not really sure what needs to be defined as a character style and what needs to be defined as a paragraph style. As you can see I have started to define some paragraph styles but I quickly realized I'm not even sure of the correct way to "build" multiple types of styles together descending down the page. Should I be hitting shift-enter after entering the Section Heading? And then selecting a different paragraph style for the item entry? Then selecting shift-enter and selecting the correct paragraph style for item description?&nbs
Hello all.I have an issue with Kashidas, I think.I am working with arabic text in the ME version of InDesign. All text is justified with last line aligned right. Each piece of text in its own text box finishes with a full stop. I have to export a PDF to send to a client for amends etc. This works fine until i start using Kashidas on any text. If i manipulate any text with Kashidas (which is very helpful for the odd spacing inbetween words in the justified text ) and export as a PDF then the full stop at the end of the text disappears!the full stop stil shows in InDesign but not in the exported PDF.does anyone know what is going on?
Convert a PDF document into an editable InDesign document in last beta version
How do I make a TOC automatically like the one attached in the screenshot ?Thanks
Have been asked to import text for the Cambodian translation of a fact sheet -- using the font Khmer OS_Content TTF.Certain glyphs that do appear in Microsoft Word will NOT appear in Adobe InDesign CC 2015 for Windows or Adobe InDesign CC 2019 for Mac, They show up as dotted lines.Have tried a number of paragraph and line import settings in Settings>Advanced Type>Default Composer includingAdobe World-Ready Single-line ComposerAdobe World-Ready Paragraph ComposerHave also toggled off Missing Glyph Protection.Protect While TypingProtect while applying fontsto no avail.Am pretty well stuck using INDD CC 2015 on a Windows machine using Windows 10 Enterprise.Anyone know of a plugin or scripting routine that would solve this problem, or a source for Khmer OS_Content that is compatible with Adobe applications?
How importing text from Illustrator to InDesign, kepping it editable ?
How do I modify this script , make it duplicates the currently selected rowsThen add a empty at the table top//first table in the active document var table=app.activeDocument.textFrames[0].parentStory.tables[0] dupeTopRow(table); table.rows.add(LocationOptions.BEFORE, table.rows[0]); /** * duplicate the first row af a table * @ param the table * @ return void */ function dupeTopRow(t){ var nr = t.rows.add(LocationOptions.BEFORE, t.rows[0]); var c = nr.cells var lr = t.rows[1].cells for (var i = 0; i < c.length; i++){ c[i].properties = lr[i].properties; }; }
Hi.I want to replace the strings ": " or "- " by a carriage return when the style applied to the test is "GROUP1:SUBGROUP1:title2".I have a stored GREP with the following properties:Find waht: (: |- )Change to: \nFind Format: Paragraph Style: title2 (GROUP1:SUBGROUP1)Include footnotes: enabledThis GREP is called within a script.app.loadFindChangeQuery ("tempGrep", SearchModes.GREP_SEARCH); app.documents[0].changeGrep();It works fine in InDesign desktop (version 20.0.1 and 19.5.1). It returns 3 occurrences.It does not work in InDesig server (version 20.0.0.95). It returns 1080 occurrences.I have also tried to not use the stored GREP but configure the properties in a script:app.findChangeGrepOptions.includeFootnotes = false; app.findChangeGrepOptions.includeHiddenLayers = false; app.findChangeGrepOptions.includeLockedLayersForFind = false; app.findChangeGrepOptions.includeLockedStoriesForFind = false; app.findChangeGrepOptions.includeMasterPages = false; app.findChangeGrepOptions.kanaSen
This is the query: and in UI it will find this - which is what I'm looking for: but through scripting - it will also include the graphics below, from the next paragraph - that is also styled with "R-cena"... What am I doing wrong ? I've added ^...$ in the hope, that it will find only single line texts - but it still includes EVERYTHING after the "281,-"??
Hey everyone, hoping someone can help me with this line spacing issue. I am trying to adjust the spacing between lines of text in a paragraph. I use the leading option to change the value from 12 to 13. I only want to add slightly more space between lines of text, so I increase the value by 1. However, just changing the value from 12 to 13 seems to add way too much spacing between lines, about double the amount of spacing. When working in Photoshop, adjusting the leading by 1 number makes a very subtle change, so I don't understand why InDesign is adding so a huge amount of spacing by going from 12 to 13. Even if I type in "12.1" it adds the same amount of spacing. Another strange issue is, if I go all the way up to "24" the amount of spacing between lines doesn't change at all. It seems to add the same amount of space between lines for value selected between 12-24. Can someone please help me to figure out how to adjust this?
Hey everyone, I have been developing a merge process using Excel. With the text, it's gone smoothly, but I'm having trouble getting Excel to recognize the images. It won't find the correct image path. "One or more images referenced by the data source file are missing. Click Continue to create the merged document without the missing images, or click Cancel to return to the target document without merging." I'm using the latest versions of macOS, Indesign, and Excel. The fields are mapped correctly, and I suspect it has something to with the file path of the images. The way that I found the file path was to option right click which allows the file to be copied as a pathway. I've experimented placing the files in a different location central to the InDesign file itself and changing the pathways based off of this option, but i get the same problem. I'm using a .txt file for the data merge. It doesn't seem like InDesign will recognize a csv or direct Excel file.&nbs
What is the code to skip the header row of the first page, please?Thank you.
I have tried everything. I am fairly beginnger though so this is probably easily fixed. On page 17 of my document, suddenly on all the odd numbered pages there is a huge gap/margin, forcing the text to start in the middle of the page. I have no clue how this happened. I have tried messing with the keep options and the balance ragged lines options to no avail. Please help. Thank you.
Hello! I am new to Indesign and I am trying to use data merge (multiple record feature). All the information in my Excel sheet is transferred correctly but when auto height is selected in the text box there is unwanted alignment.
Hello, I'm looking for a script that allows me to correct cell style overrides in a table.I found one but it is not restrictive enough, I would like it to fix all the replacements except when the style "without" is associated with the cell.Thank you in advance.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.