Join a global community of InDesign users.
Actividad reciente
Everytime I want to open InDesign - it immediately stops opening itself at the loading screen. The only way I've been able to get it to open is by uninstalling then reinstalling the app - every time.. This seems to be an issue across the community. Hope this is in the works to be fixed stat. We pay for these apps, would be nice if they worked. <Title renamed by MOD>
good morning community, I want to know if someone can suggest me the pro way to create a document with a header like the one marked with the red curly bracket. In this example clicking the first house icon go to the TOC, every number go to respective chapter number. This header must be present in every page. last question: to create the chapter TOC like the onemarked with the magenta curly bracket (10, 10.1, 10.2, 10.3), would you use indesign's book function (i'd rather not) or what else ?thx p.s.:a glass of Amarone (or Traminer) for the best answers;D <Title renamed by moderator>
Hello, I am trying to upload a pdf made in either indesign or illustrator. When i export or save as to pdf from these programs the lineweights appear as i want them to, but when i upload the pdf to google drive or send them via email the lineweights become extra thick. I have been searching for fixes for this issue and have had no luck yet. I have attached the files (excpet the illustrator file because it would not upload) if someone could help that would be great. Thanks <Title renamed by MOD>
Hola, tengo el siguiente problema que no logro resolver: cuando exporto un pdf interactivo (form con cuadros de textos para rellenar) tengo el problema que el texto al escribir se pisa letra por letra, o sea, no escribe letras atras de letra sino que escribes y ves como va sumando letra por letra por una encima de la otra (como si fuera un bloque de una sola letra posible). es muy extraño el error.E intentado cambiar la tipografia de inicio y con algun pdf me lo soluciona, pero con otros pdf no, sigue persistiendo el error. pareciera ser un error de la tipografia que toma para el form. alguno le ha sucedido?
Hello, I created a whole set of GREP on indesign and I would like it to be visible to other users who need to work on this indesign file. The question: how do we keep it visible and usable on a workstation other than mine. Thank you in advance for your insight.
I cannot find a forum post with this topic. This is the PDF output of markdown from Obsidian note-taking software showing the default styling for hashtags that link search terms or notes together accross notes. Is there anyway to make a style for this in indesign? Character style underline/strikethrough does not have a rounded corner option, and paragraph rules go accross the whole paragraph. ------------------------------- <Title renamed by MOD>
Hey gang, While experimenting with asking the (Artificial Intelligence) Text to Image (Beta) to generate images into graphic frames, we have experienced this: After saving, closing, and re-opening an InDesign document, we found that some of the graphic frames were now empty of any AI-generated content. They vanished. Has anyone else experienced that?
Hello all, I would love some help on an issue I've been having recently. In both InDesign and Illustrator, I make banners for work. When I go to export, these are my normal settings I use: The issue is, it is coming out at the correct dimensions, but is extremly blurry. When I up the resolution to 300 but keep everything else the same, the image looks crytal clear. For example, this is 700x200, 72dpi; which exports to exactly 700x200.Then the below is 700x200, exported with 300dpi, which changes the final image to 2917 × 833....(sized down to fit in this box)They are both attached as well. Does anyone know how I can fix this??Thanks in advance!!
I am processing a textbook that has a formatting situation I've never had to deal with in bulk — multiple endnote references in a row. I've encountered books with the occasional twofer, and those are easy enough to spot and adjust during normal formatting, but this book has a dozen or more per chapter, and for all reasons of efficiency and consistency I'd like to automate the process. Here's a typical clip— The text style is BODY and may be one of several variants. The endnote style REFS is applied by the Endnote setup of the document, which puts all elements in the style (i.e., leaves the reference marker Normal, not superscripted). It can be assumed that there will be two to five markers in a row, with a comma but no spaces between them. (There should be NO spaces ahead of markers, and one ONLY after the last.) (Poorly chosen example, perhaps, in that the comma ahead of the first marker is common and needs to remain as is, but most markers wil
I have been working with indesign for almost 20 years.But suddenly I can no longer write in indesign. No matter whether I press Enter, Return, or these combined with Shift, I always get a page break instead of a column break. But if you look at the key assignment, Return is correctly set for column break. So, what can I do? ps:I can write normally in other programs.I only have this problem with indesign (current version). <Title renamed by MOD>
I'm getting a continuous beach ball when launching InDesign on my iMac (OS 13.6.9 and up to date). It keeps spinning for hours and the only way out of it is to force quit the program. I've uninstalled and reinstalled Creative Cloud and all of my Adobe apps but it still keeps happening. I've also tried the other solutions suggested online but to no avail. The computer is running smoothly. I work on files in Google Drive but that has worked without any problems in the past. Any ideas as to what could be wrong. <Title renamed by MOD>
"I'm developing an InDesign plugin using C++. I have a panel, and I want to dynamically set different font families, font colors, and font sizes for the controls on the panel, such as EVEStaticTextWidget, EVEButtonWidget, and others. I couldn't find any information on this in the SDK documentation, and there are no relevant examples in the sample code. Does the SDK itself not support this? Does anyone know how to do this?"
a printer wants me to convert all rgb files to cmyk using his profile = GRACoL2013_CRPC6.icc i placed it where he wants it on my computer but it doesn't appear on the profile list drop down menu. i'm on a mac studio latest os and using indd 2024. thank you ahead of time. <Title renamed by MOD>
What is the status of this "problem"? From what I remember - it wasn't "working" as expected?
These random horizontal lines have appeared in my InDesign project, and I can't get rid of them. They seem to only be in the grey boxes I've made using the Rectangle Tool - these are black, with the opacity lowered to 20%.I've tried changing the colour and the opacity. The lines change colour to match the colour selected for the boxes, but when the opacity is at 100% I don't notice the lines.I've tried turning off all the different grids and guides and also turned off anti-aliasing, but had no luck. The screenshot is taken when in Preview Screen Mode. Does anybody know how to get rid of these and what's causing them?
How can I have both english and Hebrew text written correctly? I tried all paragraph composers but none get both written properly. Either Hebrew comes out left to right or english from right to left. <Title renamed by moderator>
In InDesign, I’m using the GREP expression (?<=.)/(?=.) to locate all occurrences of the slash character / throughout a document. For example, I want to find the character / in Color/Colour or American English/British English in order to apply a certain styling to the slash. As a next step, I want to limit this to all words/strings that do not begin with either https, https or www, so the slashes in https://usa.gov/about or www.gov.uk/about should not be included in the results. Lone slashes should be ignored. How can this be achieved? I have managed to find all words/strings that begin with either http or www with \<www|\<http, however, I’m not able to combine the two. I’ve tried the following, based on an answer to my question on Stack Overflow (https://stackoverflow.com/a/78494627/3103254), which should work with the boost regex engine InDesign GREP is using (https://community.adobe.com/t5/indesign-discussions/grep-what-is-the-base-syntax-of-indesign-grep/td-
Hello everyone !During a training exercise, I classified the pages of a magazine by color code (colored bookmarks under each page) to make it easier to find in the pages panel. I don't remember at all how I did this. Can anyone help me? Thanks in advance !Barbara
I always try to include a graphic illustrating my issue, so... My goal is to stretch and compress the same image where indicated. The stretch parts are easy: Highlight the image. Go to Properties. With the proportional Horizontal and Vertical percentages linked, adjust the percentage of either vector as necessary. Unclick image. Save. Now, the issue is that I also want to compress the image where indicated. The area where I want to use the image has lots of space on the horizontal and vertical edges, but at the 45° angle, not so much space. Another way of putting it: Stretch the ends, pinch the center. Can this be done in ID? If so, how? <Title renamed by MOD>
Not sure what I did but now whenever I open a new ID doc, there are no rulers. I tried quitting, rebooting app, make sure rulers are on. Type a sentence. Save. When I open a new doc, no rulers. How do I get a new doc to open with rulers? I know it's something basic but I'm having a brain freeze and google only returns "how to use rules and guides" which doesn't answer my question.
Is there a way to set a hotkey to clear text style overrides? Thanks <Title renamed by MOD>
I'm working with an older document that somehow has acquired a shortcut such that when you are typing in a text box and want to type the letter "e" it switches to the next character style rather than outputting an "e". This behavior doesn't apply to other in design documents or other applications, so I know it's not a keyboard issue or a problem with the general shortcuts in InDesign preferences. At some point in the history of this document, the "e" key must have been assigned as a shortcut somewhere local to the document, but I can't find it. I've checked all the character and paragraph styles, and none have any shortcuts. I'm stumped. Any ideas as to where else I can look to disable this infuriating shortcut would be much appreciated! I'm halfway made up my mind to just recreate the document from scratch, but I thought I'd make one last attempt to stomp this bug if anyone has any suggestions. <Title renamed by MOD>
I am working with an InDesign book style and am still adding and changing styles in the book. When I synchronize styles I have search, but not found, two features I need: I would like the whole Object Styles panel so synchronize, i.e. also the order and grouping, is this possible? My second issue with using the synchronize funtion: If I have added or changed styles in another document than the Style Source (I understand that this is not ideal, but sometimes I forget myself. Is there a setting where InDesign warns me if I have created a style in another book document that is not being synchronised across? <Title renamed by MOD>
Hi, I'm trying to add swatches to my CC Library, but it doesn't work. I tried to drag and drop the swatches from Swatches to CC Libraries, but nothing happens. Running on InDesign version 18.5. x64.
Hello, I am working on a recipe book. Within the recipes are links to other pages, e.g. (see page xx). How can I link to those pages so that if the page numbers change, those links will automatically update? <Title renamed by MOD>
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.