Join a global community of InDesign users.
Actividad reciente
In InDesign, I have an image constructed from other images. When I exported the file, some image layers are missing.
I'm using InDesign 2017.1 release on a Win7 pro machine. I'm having an issue where the text won't fill the frame (column). In some paragraphs in the document, the text goes appropriately to the edge of the frame. In other paragraphs, it doesn't. Some things I've looked at:Checking in story editor - didn't find any odditiesIt doesn't seem to be a text wrap or graphic issue (removing a frame doesn't change how the text displays).I did also investigate ignoring text wrap.Is not obviously a paragraph style issue; all of them have 0 as the right and last margins.I'll attach a small example. In it, at the highlighted red area, you can see that both of the paragraphs under 2 have plenty of space for additional text to the right margin. I have to pull the frame far, far out to the right to get the text to move; other text moves as it should. The doc of course really needs the text to go to the right margin, not much space to spare.Much appreciate your suggestions for what to look for.!
Olá estou tentando dividir um círculo em trê partes iguais e veja o resultado quando faço isso pela ferramento "polígono". Olha o resultado do raio na divisão? É correto isso? Creio que não.
Hello everyone!Apologies if this has already been asked before, but I have a challenge that has got me hitting a wall:I have been provided a ton of indesign files (hundereds), each with different layers consisting of different designs. Example Layers: 'Poster Design 1' 'Poster Design 2' 'Poster Design 3' ect ect. I have also been provided a csv to pair with each indesign file, with lots of different shops + different data merge variables, with a column containing a number based on which design they would like to use.I understand I could split the data and manually sort this out, however I have so many different files to use, that this could take me weeks.Is there a script that would handle this? a switch of somesort?design === 1 ? layer 1 visible true : layer 1 visible false(apologies for my terrible understanding of javascript)Thanks in advance, I imagine this is a big ask, so feel free to deal me the 'gonna have to do it manually' blow.AC
Hi, I drew a rectangle with Rectangle Frame Tool and placed an image on it.How can I align the placed image on the red rectangle? Hosun
SSIA! I have hundreds of PDFs that need to be updated with a new logo (which is located in different locations on the page) and I'm wondering if there is a way to automate this. I saw some discussion about using the Watermark feature but not sure if this will work or if this is the intended use. These PDFs are primarly used on the web and not printed.
InDesign Menu:File - Open Recent - opens wrong file.App restart doesn't fix.
Greetings! I have a situation where I can see the thumbnail of an InDesign file in my startup workspace, but when I open the file there are only a few placeholders. The .jpgs, .pngs, and text are all missing, but the empty frames are there. The status bar shows no errors. The file opened and "behaved" fine the past few days, but today it is not.Thanx,Jay
I have an InDesign file that has many master pages. Some of them have to get moved to another InDesign doc. The master pages have many parapgrah, character and object styles. Right now when I move a page, the styles don't move with it. Is there a way to get the styles to move with the pages or do I have to manually load them from the orignal and assign them?
InDesign 20.xx, PC.I am producing a descent size index. Just a few entries have sub entries. I want the Levels to indent from the left and the numbers to align from the right hand frame edge.
Hello Everyone,I am trying to print to an adobe pdf file and keep getting this error:%%[ ProductName: Distiller ]%%%%[Page: 1]%%%%[Page: 2]%%%%[Page: 3]%%%%[Page: 4]%%%%[Page: 5]%%%%[Page: 6]%%%%[Page: 7]%%%%[Page: 8]%%%%[Page: 9]%%%%[ Error: ioerror; OffendingCommand: readstring ]%%Stack:(› PoÈsKÖn µÐY5Âê2¢ ÷Fmø-êíöYJøR½=Ö¤ark--save-%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%%%[ Warning: PostScript error. No PDF file produced. ] %%It won't let me print. Please help if you have any idea what this means?
I am laying out a technical manual and need to have the page numbers styled as "Page 1 of 299" Each chapter is it's own document and I have them in a book. Book panel shows pages fine, but when I print the page numbers are inaccurate only showing the number of pages in that section. Example: Section one has 14 pages and the next starts at 15 as it should. However the number of pages just won't go. Example: Chapter 1 Page 1 of 14, Chapter 2: Page 15 of 15 etc. I want it to be Page 1 of 27, Page 15 of 27. In each document I used the "Last Page Number" but it is only counting for that one chapter. How can I make it when I print to have this correct. I can't hard code the number of pages because it is a living document. Can some one help please? Book panel is correctLast page of Chapter 2First page on Chapter 3
HiI wrote a script that finds all table headers and collects the page numbers they are on. Then I check the page number of the next paragraph (table) to see if the table spans more than one page. And everything works fine until there is no footnote reference at the end of the paragraph with the table header - then the next paragraph is the first paragraph of the thread. Do you have any ideas on how to solve this problem? var doc = app.activeDocument; var toSearch = app.selection[0].parentStory; var myTxt = app.selection[0].parentStory.paragraphs; function main(){ var tableHeadersPages = findTableHeaders(); alert(tableHeadersPages); } function findTableHeaders(){ // reset szukania app.findChangeGrepOptions = null; app.findChangeTextOptions = null; app.findTextPreferences = app.changeTextPreferences = null; app.findGrepPreferences = app.changeGrepPreferences = null; // nagłówki tabel – numery stron var tableHeadersPages = []; app.findTextP
Hey everyone. I've found some similar threads but no solutions for my issue yet. Well it's actually for a friend, but I can't for the life of me figure it out. She's having issues scaling text within a text box using the cmd + shift shortcut. It resizes the text box, but the text stays the same size. Any suggestions?Cheers
How to operate only on selected cells in a table?Thanks to so many enthusiastic people for the pointers., I've learned that I can operate on the current table accurately.I would also like to know how to operate on the currently selected cell.For example, in the script below, the entire table is now filled with “-” for empty cells.How do I change it to only modify the selected cells.Thank you very much. var cell = app.activeDocument.selection[0].parent; var myTable = cell.parent; for (var i=0; i<myTable.columns.length; i++){ for (var j=0; j<myTable.columns.item(i).cells.length; j++){ if (myTable.columns.item(i).cells.item(j).contents == ""){ myTable.columns.item(i).cells.item(j).contents ="-"; } } }
Hi!I still wonder, how can I name my link with a much shorter and better name? For example "SussieArlyckePortfolio" and not all the numbers and stuff?https://indd.adobe.com/view/97f2e963-a573-4228-b333-d4602521917d
Hello everyone!In InDesign, how can I use a script to add a comment to an XML object in the Structure, and how can I retrieve the comment content of an XML object?Thank you all!
Hello, My documents are missing link information for embedded images, as shown in screenshot. The images are stored in a folder on my computer and haven’t been copied from elsewhere. This issue never occurred before does anyone know how to fix it? Thank you,Jacob
Recent windows update dont work well with my InDesign. I cant arrange page order or move pictures or text fields, and If I can move text field it jumps 20cm to wrong direction. I cant roll back to older versions of updates any more and I have been doing all "disable windows update permanently" guides that I found from youtube. My important deadlines are on fire right now, so is there any easy solution to this conflict between InDesign2023/2025 and Windows Update Windows11 24H2? Yes, there is "Roll back to recent update" option but it says "this is not in use on this computer". Yes there is also another way to roll back, but only to yesterday´s version that is 24H2 update version that is not working.
Suddenly i started having issues moving object around with selection tools in indesign. When ever i click the selection tools, it's showing free transform symbol and vice versa. I can only move obect around using free transform tool but not with the selection tools. I had to uninstalled the Indesign software, restarted my laptop and reinstalled it back again but i'm still having the same issue. I have the latest version of Indesign 19.0. Please what can I do to rectify this problem because it's becoming so annoying at this point.
Hello,I have just completed a project with 35 InDesign documents, each one of which has at least one PDF linked to it and several SVGs which are all scattered in their respective folders on my system.I now need to package those and send them to the publishers.Since all InDesign docs are in a single folder, all PDFs in another single folder, all SVGs ... you get it ... is there a script to batch package all those documents? They should remain as separated packages, of course, just I would like to avoid having to manually open each one of them and running "Package" plus staring at the screen for about one hour or so...Thank you!
Dear community, I can't export to print-pdf anymore. I have tried to update, in different versions of indesign. Or to trying to copy into a new document. Does anyone have the same problem? Thanks in advance,
Dear community. Is there a way to display the results with FindChangeByList? So how many changes were made, or even a list of each search query and how often it was executed.
In My Indesign tool sidebar all my T aren't showing - but have a red line through them. How do I reset my text tool
This script already works very well.Thanks to the author. /************************************************************** Fill Table with Placeholder Text Version : 1.1 **************************************************************/ app.doScript("@JSXBIN@ES@2.0@MyBbyBnABM2SBbyBn0AGJ2TBnASzLjGjJjMjMiPjQjUjJjPjOjTBAEjzNjTjFjMjF\ jDjUiPjQjUjJjPjOjTCfnfnftO2VBJ Other source code is encrypted.It would be nice if the author could share the source code. Just a thought.It would be great if there were two modes.The first one, for the selected cell.The other, without selecting a cell, would run vertically down the column of the cell the cursor is in, to the next cell in the column that has content. Thank you very much.
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.