Join a global community of InDesign users.
Recently active
Hi is there a way to anchor captions to photos? I am anchoring my photos to text then generating static captions. The static captions are always too close to the photo so I drag the caption box down a little.But when I delete a blank page somewhere in the document, it moves the captions away from their photos following that page I've deleted. I googled solutiosn and it said to group the photos with their captions but InDesign won't let me select a photo and its caption and group them. It will allow me only to select one or the other.
Hi, I am having issues when Exporting a InDesign file. It keeps cancelling export and says there is an issue on page x. I have no clue what the issue may be.Further, when I remove that page and try exporting again, it says there's an issue on another page. It even cancels exports for pages e.g. 25-40, saying there is an issue on page 5. Does anybody know how to resolve this?
Hello all. In a text frame, when I attempt to add a new line where much space still exists in the frame, hitting "Enter" doesn't simply go to the next line and enter the text. It disappears and bumps to an overflow frame, as if it is too much for the current frame, which it definitely is not. Any help will be much appreciated.
We are preparing Black and White images for offset print.The images will be printed on a black backgrounds and the printer suggested using this rich black mix in indesign: (50/40/30/100). I am now scared that the RGB images, that I will convert to CMYK (PSO Uncoted v3 Fogra52, as the printer suggested to export with) will turn out in a different black than the background set to the printes rich black (50/40/30/100)..I converted my images in Photoshop to the printers colorprofile, but in the darkest areas, the image has a composition of about 88,60,45,89.I suppose printing these images onto the black pages will result into a darker or ligher "frame" around my images due to the different composition.I thought about making my own color profile but am unsure about some values.Is there any way to tell an image its darkest value should be composed of something like 50,40,30,100?Does it matter if the rich-blacks of the background are slightly different than the ones of my image?50,40,30,
Experts, I need some quick help. I'm working on a project (due in a couple days, of course). The .indd is saved in a cloud folder. I've been adding and editing it from two different computers (both Mac OS Sequoia 15.5). Everything was fine, until it wasn't. The entire message, on both computers is: "Cannot add data to "file name.indd". The file, "file name.indd" is damaged (Error code: 6). I've tried downloading my file an opening it from my desktop. Same result. I also tried changing the Preferences > File Handling > Document Recovery Data Folder. Didn't work. What's going on? What can be done? Thank you!
I would like to suggest, specifically within the paragraph style options, the addition of a confirmation checkbox for an option that automatically creates character styles. For example: when we import a fully formatted text with italics and bold, and we need to change the font, these character styles change automatically.
I have a document containing of one paragraph of text in 26 languages, among which Russian, and Greek. I placed the unformatted text in a clean Excel file and saved it from there as a tab delimited txt file (I need it to be tab delimited, because of specific layout settings in InDesign.The texts in Russian and Greek show without issues in Excel, and the font set I'm using in InDesign has the full range of characters for 26 languages. When I straight copy-paste the text in InDesign there are no issues.When I import the tab delimited txt file in InDesign the error message tells me that the document contains characters that cannot be encoded, and in the preview all the text, except for the ones in non-latin alphabet (they appear in all underscores). The same happens with a number of (but not all) characters with accents on or under them. I'd appreciate any tips or pointers to solve the issue, if anyone knows.Thanks!
Can't find the original post.Sorry to the original author.I'd like to add to the original script that automatically generates the stringer line, the spine line.But for some reason, I can't recognize the variable “myMouthWidth” for the stringer. //Drawmouth myDrawLine([myY1, myX1+(myMouthWidth), myY1-(myCropMarkLength), myX1+(myMouthWidth)], myCropMarkWidth, myRegistrationColor, myNoneSwatch, myLayer); //myDrawLine([myY1, myXCenterA +(20/2), myY1-(myCropMarkLength), myXCenterA +(20/2)], myCropMarkWidth, myRegistrationColor, myNoneSwatch, myLayer);
Both of these problems occur in my workflow because of switching between MacBook Pro and an external display (HDMI). Which happens multiple times per day. That makes this really uncomfortable: 1) Invisible Pages and Objects/Designs. Every time I switch beween Mac an external display the whole pasteboard turns grey. Only solution that I found for this is restarting Indesign. 2) Auto-Resizing of the application. Indesign jumps back to some earlier application size. Maybe from the Macbook or the big display. I don’t really know what’s happening. Happens especially when switching to presentation mode and back (Shift-W). Short screen recording attached Is this community the right place to let adobe know about these problems? Or does anybody have the same problems? Or a solution? Thank you. <Title renamed by MOD>
I am having problem with tables and text disappearing in some of my InDesign-documents with more than 50 pages. The textframes are still there, but all text or tables are gone (as you can see on the screenshot). Has anyone experienced this and know what to do? Adobe has guided me to save on Adobe cloud, and so far it works, but I have all my work on Dropbox and would like it to work there as well. The content always disappears on a page that I am not working on at the moment, so I can only see that it has happened when I scroll through the pages. Once it happened in a document with 246 pages, and suddenly on approx. 10 of them, and only some of the frames on each page.
Hello Adobe Community, We are so excited to share that we have a new home and, it is better than ever! You can find the new homepage at community.adobe.com or adobe.com/community. The Adobe Community is more than just product forums—it’s a place to connect, get inspired, and grow as a creator. Our new Community homepage brings it all together in one central place, giving you a clearer view of everything available to you. Whether you’re here to learn, contribute, or just explore, this community is for you — a place where ideas grow, connections form, and your voice helps shape the future of our products. This is your Community. So, what’s new: A streamlined homepage where you can explore product forums, browse creative inspiration galleries, and discover upcoming events—all in one place. A new Creator Spotlight section featuring community members like you and highlighting your work and giving you quick access to starter
Hi, I am very new with InDesign but I've been tasked to create a school magazine and I encountered this problem after exporting to PDF: The exported PDF doesn't scroll thru nicely. I'm not sure if it will be a problem when I sent to the printers. Please refer to video to see what I'm referring to. Do let me know what info u might need to help me.
Good day all does anyine know why everytime I start my laptop Indesign openes automatically and takes me to a previous project i was doing. every time this happens thank you.
Hello, everyone. Hello @Peter Kahrel.I Use a script to get the current mouse-selected rows and repeat them.I Saw a posting above on "creativepro.com" , at the bottom of the page, where Peter Kahrel gave a solution at the end.I mimicked one and for some reason it prompted an error.https://creativepro.com/topic/get-selected-table-rows-with-extendscript/ Help me look at it.Thank you very much. Below is the code I cobbled together. There's also an attachment. var cell = app.selection[0].parent.parentRow.cells[0]; var myTable = cell.parent.parent; var selectedRows = myTable.rows.itemByRange(cell,myTable.cells[-1]).select(); //var myTable = cell.parent //firstRow = myTable.rows[0]; if (firstRow.rowType !== RowTypes.HEADER_ROW) { dupeTopRow(myTable); myTable.rows.add(LocationOptions.BEFORE, selectedRows); /** * duplicate the first row af a myTable * @ param the myTable * @ return void */ function dupeTopRow(t){ var newRow = t.
I've tried pipetting so many parts of A without sucking up the style effect.Suddenly!B will still be inexplicably swallowed by A and become A's background?gbbl upWhere did B go? Hidden under A ......Do I have to set the suck item for the straw? Leave only the siphon object style?ID 2024 19.5
I keep having this issue where some of the page spreads have a huge vertical space between them, and I'm not sure how to get rid of it?? I've tried setting the vertical pasteboard options to zero, but this only resets the ones that are currently spaced correctly already.
Please see screenshot. What I did: I applied a paragraph style containing "split column" options to some text.What happened: one of the several dynamic footnotes in the text frame jumped to above the multicolumn text. Only the note whose reference occurs before the multicolumn text moved.What now: I am stuck with a renegade footnote in the middle of the text flow, separated from the other notes at the bottom. I can't get it to rejoin its friends.What I wished had happened: Not this. Footnotes should stay at the foot of the page. Thanks for any help. Josh
Our TOCs pull headings from the document that are in all caps, but we don't want the TOC entries to be in all caps. I've seen examples of grep styles that can apply a character style to make letters capitalized, but I don't think I've seen the opposite. Is it possible?
I'm new to scripts in InDesign, and need a script to switch selected images Clipping Path to type NONE. I have found a great script that switches the clipping path on if there is a photoshop clipping mask saved in the image, but I don't know enough to back engineer it. Any help greatly appreciated. Here is the script to switch clipping paths on:function main(){for(var i = 0; i < cur_obj.length; i++){try{if(typeof cur_obj[i].graphics[0].clippingPath.photoshopPathNames[0] != 'undefined'){cur_obj[i].graphics[0].clippingPath.appliedPathName = cur_obj[i].graphics[0].clippingPath.photoshopPathNames[0]}}catch(e){}}} try{var cur_obj = app.selection}catch(e){exit()} if(typeof cur_obj != 'undefined' && cur_obj.length != 0){app.doScript('main()', ScriptLanguage.JAVASCRIPT, undefined, UndoModes.ENTIRE_SCRIPT, 'clip')}
Hi I already checked this https://community.adobe.com/t5/indesign-discussions/data-merge-with-special-characters-on-mac/td-p/11217158 but for a manual it does not work. I work with many languages that uses special characters.Is there a csv export that indesign allows which keeps this special characters?Or is there an easy way to replace the characters in numbers for something indesign understands? If it cannot be solved, is there a good alternative for Data merge? like a plugin?
As a retired journalist I need to update a book I edited in InDesign many many years ago. Currently I have no Adobe system installed (except, of course AdobeReader). Which zip files I should download for Win10 from among the many listed on the Support page if I need only InDesign? I have all the old CS2 Premium discs) Thanks for any advice András Hirschler
Pantone Connect plugin doesn't work on InDesign (20.3.1), doesn't show up at all in swatches panel, as it used to. I've already uninstalled and reinstalled the plugin, but the problem persists. Any help, please?
Hallo zusammenIch bin gerade dran eine Vorlage mit Absatzformaten aufzubauen und möchte die Füllzeichen anders formatieren als den Text (andere Farbe). Aktuell habe ich das Dokument so aufgebaut: Text........Text Dieser Aufbau ist mit Tabulator aufgebaut, also, die Punkte werden als Füllzeichen im Tabulator dargestellt. Nur, wenn ich es so aufbaue, kann ich die Punkte nicht separat anpassen. Ich würde diese nämlich gerne in einer anderen Farbe darstellen, damit sie etwas weniger dominant sind. Und dies alles im Absatzformat intergriert. Aktuell habe ich es mit einem separaten Zeichenformat nur für die Füllzeichen zu formatieren, gelöst. Super wäre es, wenn alles im Absatzformat intergriert ist. Ihr habt sicher eine Idee, wie ich diese Dokument so aufbauen kann? Vielen herzlichen Dank euch schon im Voraus. Viele GrüsseNicole
How to make GREP directory also support shortcut links?I know the script directory supports shortcut links. I really hope that I can customize these settings paths in the future. I want to make them all in a "Data" directory.This does not need to be reinstalled once, and it will not be easily lost easily.This should not be difficult to achieve and safe.
Hello,I need to link two existing text frames together, but InDesign appears to not handle this correctly. If I have a text frame with existing text in it and then I have a second text frame with text in it and I try to link them together by clicking the arrow and selecting the box which gives me the text icon to drag to the second text frame it does not work. It actually appears to place a second text frame on top of the first rather than linking them. If the second text frame is empty it works fine (just line examples I've seen), but if there is text in the second frame it does not work correctly. Has anyone else experienced this?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.