Join a global community of InDesign users.
Recently active
Estoy teniendo problemas en la sincronizacion de algunos archivos en indesign que tengo guardados en la nube de creative cloudIntento abrir el archivo luego de haber realizados mejoras en mi PC y no logra sincronizarloNo sucede en todos los archivos solo en el último que trabajé antes de que mi PC fuera al servicio técnico.En paralelo uso otra notebook en la cual he podido trabjar perfectamente otros archivos. En esa notebook tampoco lo pudo sincronizar Otra prueba que realicé es abrir un achivo que si funciona, aplicar cambios y volverlo a guardar en la nube. Si bien aprententemente el archivo se guardó, cuando intento compartirlo me indica que "está guardando", lo cual me da la pauta que no estan sincronizados los cambios con la nube. Alguien mas tuvo el problema? alguna solucion?
Hi - Trying to open an .indd file from 2000. Have tried in all previous InDesign versions back to 2000, and also on previous old iMacs and laptops. Always get this message: "Cannot open the file "resume.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application." As previously suggested in another thread, deleting an ~ace file would do the trick. Am not locating any pertinent file containing ~ace. I've also tried other suggestions in other threads. Nada. Any thoughts?? Thanks!
I updated to InDesign 2026 and find If I double click a file to open in Finder window InDesign crashes. The same happens if after opening InDesign, I see previously opened files and double click the one I want to open, it crashes. It also happens when I choose File/Open/"file" If I reopen InDesign after crash the crashed file opens with it as Untitled file. Please advise
Hello,I've tried every possibilities I know of (formatting word, using different import options, updating fonts...) but can't solve this one. Placing does not work with cyrillic bold italic, only copy paste. The text is a 450+ pages novel and I'm reluctant to use copy paste as a standard workflow for future project.Can someone help?Thanks
Found something interesting & I'm not quite sure what's causing it - Basically, I have some pages with two unconnected threaded text boxes.When I fill one up the text flows normally.However, when I fill the other up after the first (in this case, big frames first, then small upper frames), all the content of the bigger frames gets pushed and doesn't start again until the content of the other frames ends.Adding text in the small upper frames seems to add pages that won't connect properly. In this shot, you can see the thread from the last "big box" going straight down, where it connects again many pages later. Strangely, the content on the first page is fine. (Well, maybe it's not strange, but I don't remember seeing this before... 🙂 ) And the file gets weirder every time I change stuff.Any ideas what's going on here?I have some experimenting to do...thanks!
I need to have a Primary Text Frame I can fill & have Smart Text Reflow work so that I can paste text & have the Primary Text Frame fill, but only one side of the spread.In this case, it may be a string of names of vegetables or state names or something, but would only fill the blue Primary Text Frame here:Since I'm not linking frames across the spread... it's not working.Any way around this?thanks!
Hola a todos: Necesito bajar unas imagenes autor de derecho para crear una revista para vender en adobe stock. No se donde enlaces gratis. Por favor me ayudas gracias.
Hi everyone, I’m having an issue with my InDesign file. the margins and bleed settings appear correct in the document, but after exporting to PDF, they look different or misaligned. I’ve double-checked my export settings, but nothing seems off. Could someone explain why this happens and how to fix it?
I’m trying to set up a baseline grid in InDesign that stays perfectly consistent across facing pages in a print layout. Even though I’ve aligned text to the grid, the lines don’t match up between left and right pages, especially with different margins or columns. How can I make the baseline grid uniform across the entire spread?
Hellohello,Lately I've been doing some experiments to develop a plugin that generates and manages custom grid systems in InDesign, and gridWizard1.0 is out now !!For the moment it offers 5 customizable functions that parametrically builds layout grids (looking to add some more soon). If you want to give it a try, you can see the source code and download the script at this github repository. For any request / consideration / report, fell free to reach me at a.martinelli0601@gmail.com.gridWizard is available as a free and open-source release under MIT License. If you found it useful / it saved you some time / pain, consider to support my work buying gridWizard for what you wish / can on gumroad.Thank you for any feedback !!
Dear All,This is my 1st question on AC (Adobe Community), so i will explain what i need here in details and excuse me about my few or even none Experienced in Coding specially in Javascript.I have a book with many INDD files, these files has a lot of images and objects and text frames are anchored to main text box.i was searched on AC for way to release all my anchored object and text frames from main text frame. so i found script way.i found one its name "ReleaseAnyAnchor" and created by "Dave Saunders" to release anchored object (Graphic/text/else) But one by one. and this will take too much time from me to release all the objects on the book. (the code of the Script is below) //DESCRIPTION: Release Inline & Anchored Items //Written by Dave Saunders, released on indesignsecrets.com (function() { if (app.documents.length > 0 && // must be a document open app.selection.length == 1 && // selection must be of single item app.selection[0].pare
When pressing right-click on an image the app crashes/shuts down.I already tried to remove the cache. Does anybody have an idea on how to fix?
Hi everybody, I have an issue with the export functionality of my design. I've never had that issue before. No matter what export file I choose it results into a blank page. Could you experts please have a look at my screenshot and maybe you can see the issue? Thanks a lot in advance!
Please download the attached file to view this post
Is it possible in InDesign to change the color of the handles/frame of an object or image. I've looked through Preferences but can't find a way to do it. Currently, object and image handles are a high yellow, but i find it difficult to see/find the handles when i'm manually resizing.
When I select a text that had is in more than one text box, it doesn't allow me to change font or edit text, it doesn't even show up in the properties panel. When I choose a text box that isn't linked to another it allows to edit in properties panel no issue.
Hello everyone,I have to create a data merge document including a plain text qrcode.My source is a CSV file from libreoffice.The trouble comes when I try to insert a line feed or a carriage return.Using excel formula CHAR(10) or CHAR(13) does not work, because the rendering return just the first line of the text.Is there a way to fix the issue?Thanks
From previous post I've found (from 2011) this was supposed to be fixed by closing the file if it is opened elsewhere. However, it still persist for me. My source file is saved in .CSV
Is there a way to make “long text variables” wrap automatically?Sometimes I encounter very long chapter titles, and when using variable headers, they don't wrap automatically. Is there a good solution for this?Currently, all the text is crammed into a single line.
Hello,I am looking to write a script to rearrange my object styles (with much subgroups) according to a personal order.Just a short example:MY_PRINCIPAL_STYLE_HORIZONTAL MY_SECOND_STYLE_HORIZONTAL MY_PRINCIPAL_STYLE_VERTICAL MY_SECOND_STYLE_VERTICALIn this specific case, I saw that it required :- renaming with a number 002_MY_SECOND_STYLE_HORIZONTAL 001_MY_PRINCIPAL_STYLE_HORIZONTAL 004_MY_SECOND_STYLE_VERTICAL 003_MY_PRINCIPAL_STYLE_VERTICAL- then sorting by name001_MY_PRINCIPAL_STYLE_HORIZONTAL 002_MY_SECOND_STYLE_HORIZONTAL 003_MY_PRINCIPAL_STYLE_VERTICAL 004_MY_SECOND_STYLE_VERTICAL- and then removing the number.MY_PRINCIPAL_STYLE_HORIZONTAL MY_SECOND_STYLE_HORIZONTAL MY_PRINCIPAL_STYLE_VERTICAL MY_SECOND_STYLE_VERTICALWith ChatGpt and Mate, I make three scripts for the moment. I'm stuck on part 2 taken from this post. This code app.menuActions.itemByID(113168).invoke(); doesn't always seem to execute correctly on each run.I use Indesign 2021 in
I have a 22 chapter book in Indesign. Formatted ahead of time in Parent Pages, sychronized successfully, images embedded. IND tells me I have no errors. Chapter Title appears on top left page, Book title on top right page, page numbers at bottom left and bottom right. Last chapter, I noticed it said, in lower. case instead of all CAPS (as formatted), "chapter 22" instead of chapter title. All the others are correct as formatted.I decided to say Chapter 1 , Chapter 2, etc. at the top of the first page of each chapter and moved the chapter title down at bit and centered. Now, every other chapter lists chapter title # at the top left of each left page for that chapter instead of chapter title. What have I done wrong? I copied and used a test book, synchronized the book but now the page titles (top left) alternate with chapter numbers instead.Anyone have experience or information about this? Would appreciate some clues. tanX
I have a problem with InDesign since the last update. If I open more than one file. Indesign "freezes". What can I do about it?
hi EveryoneI just bought Adobe Creative specificly for Adobe inDesign but looks like I can not download it to my laptop. It is a new laptop. Did anyone had this message and managed to find solution? Thank youAga
I have a 24 page doc consisting of basic text and images. Everything looks fine and there are no preflight errors. When I export to PDF the majority of the document is fine and then sporadically from pages 6-11 some text and photos go missing. I have cleared all preferences, I tried turning texted into outlines, I tried deleting images and exported to see if i could find a bad file. I've got nothing. Ideas?When I view the exported PDF I get "An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem." I created the PDF and there were no errors.What it should be: What is exported: (Renamed by MOD)
I have made a custom OTF font using FontLab. It displays properly (2 colors), when I view the installed font in Word, or the Font section of the Control Panel. It also appears correctly when I open it in FontLab. In InDesign, however, it appears all black (single color) with some sections inverted. I try to attach the OTF file, but it says it doesn't match. Not sure what that's about. A link is provided instead, if that helps. I know very little to nothing about font design. I struggled to make this one font, which is all I need for the product I am making. Any help would be appreciated. https://drive.google.com/file/d/1x6QxABsYhhXD0EbYDxGG8l86sbZjS6rl/view?usp=sharing Thank you!
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.