Join a global community of InDesign users.
Recently active
@m1b It seems that not grouping is only one aspect.It's meant to make the lookup hit an end point, but I'm still having trouble understanding it.I found one that works better, with the addition of an extra \s*,it can contain multiple blank lines, where your original one could only contain one.(? :\r\s*(? =\r)|($))But I still can't fully understand it originally. There's also this (? :^|(? <=\r)\r).
I've been looking for a long time and there isn't much available information on scripts.There are some scripts on the web, they only adapt to margin, and don't include bleed. Any of my friends want to support one?I'm all about setting object styles and building shortcuts for each file now.The actual efficiency is still not good enough.Thank you very much.
InDesign 20.3.1. Mac Sonoma 14.7.6. Most recent Acrobat Pro. So I create a rectangle, use Object > Create Text Field, then set options in the Buttons and Forms panel. I export to PDF using Interactive PDF settings, with Interactive Elements set to Include Appearance. When I open the PDF (in Acrobat Pro OR Reader), it doesn't recognize the text field at all. What am I doing wrong?
I'm currently working on a project that needs Burmese orMyanmar subtitles. I've tried using different Myanmar fonts already but I can't get it right. Do Adobe products doesn't support Myanmar Unicode or other Asian fonts? Pls help
Too Much Pain and Harm: InDesign Find Interface Input Boxes with Too Little FontI've been testing the regularity for the past two days and realized that too small a font is too painful.Friends go vote for it.
Every time I try to move a parent page, it applies the style rather than moving the page up or down. Please help!
Hi, After opening the app and If I try working, it is getting closed. I've installed and using on my desktop windows 10. does anyone facing this issue? How to fix it?
I purchased a new iMac a few months ago and installed InDesign along with Illustrator and Photoshop. When I added the Canto plug-in (Digital Asset Management), it now shows up displaying a weird unreadable font. I've tried everything I can think of. I uninstalled and reinstalled both InDesign and the Canto plugin several times. My preferences in InDesign are set to the US Dictionary, Creative Cloud is set to download app in English (North America). I deleted preferences. This plug-in is completely unusable until I can figure it out. BTW - my co-working is running the same app versions with the same Mac OS and does not have the same issue.
I am creating a form in InDesign. I need to be able to add tracking to the text the user types into the Text Field in Acrobat, so the letters are spaced out to fit within the little tick marks. Is this possible within InDesign? I attempted to add a Paragraph Style to the Text Field, but that did not stick when I exported an Interactive Form. I have the previous version of their form where this is accomplished using a Univers Condensed font. The spacing between letters within the tick marks is super clean. I could not achieve this so cleanly in InDesign with tracking (about 1060), but I hope the solution exists there, and not something that needs to be done afterwards in Acrobat.
Hello! I have an .ai file of my logo that I've used for years, and as recently as 2 months ago. It is an all white logo with a transparent background. Just today, I copied (not placed) it into a new document in InDesign and then saved the file as a PDF. Next, I uploaded it to my website, then tested the download myself. The transparency in the logo displays correctly in the file on my PC, but when viewed online, the transparent part is all white. I've done this whole procedure tons of times and never had this problem. Any suggestions? Thanks in advance for your help! BTW, I cleared my browsing history, logged out of Wix, and tried everything again. Same problem.
Hello everyone,First posting here, so I hope it works.I have drawn a square in InDesign, and want to select one of the corner points to distort it. I assumed the direct selection tool would do this, but it is completely unable to select any of the points. Does anyone know how to do this?Thanks
Hiya! I'm making a little booklet, magazine thing. I think I've generally set up the bleed OK, but on the double page spread, the image doesn't show on the inside bleed, and instead that bit appears on the bleed on the other page, which is a blank text page. I think I understand why it's happening, the bleeds are crossing over. But I'm not sure how to fix it.
Liebe Community. Kann mir jemand weiterhelfen, warum die Titelseite meine Broschüre nach dem exportieren ins Publish Online Dashboard immer so komisch aussieht? https://indd.adobe.com/view/56576c85-b8b2-4d51-9684-5717d8c95e83 Über tipps würde ich mich sehr freuen. Liebe Grüße Stefanie
Hello, Since last week I'm trying to install the 'translater PRO' plugin from the Creative Cloud. I've tried a couple of times but in remains in 'installing plugin'. Even over the weekend, no result. Error code is 1002 but credentials were given. I've tried all the troubleshoot I could find; re-installing everything, rebooting, the lot. It is starting to drive me crazy, since my colleague on the same company sub installed it in no time. I have a brand new HP z-book, which is well qualified, no, it's not ARM. Can you please tell me what else to do? This is so frustrating. Thanks in advance!
Hi team, I'm getting the following error when I upload my epub file created in InDesign to Ingram Sparks platform for publishing. I have tried to re-make the Table of Contents / Navigation but it didn't fix my problem. Any ideas what the issue could be? Error while parsing file: element "a" missing required attribute "href
I need to get my document pages to go the opposit way.For example the first page has to be the last, and vice versahow can I do that??
A colleague was working on a calendar and when I checked I noticed something strange, the text was slowly wandering up a little by little with every column you go to the right. I created a new file to figure out what was wrong and te same thing happened. Anyone have an idea what is going on here, apparently you can only use whole points for vertically spacing text otherwise this happens?Tried different Indesign versions 19.x and 20.x and fonts. The only thing that fixes it, is either using whole points for all values or create outlines, then the alignement is fixed. I added an Indesign file with a generic font so you can replicate what happens.
Does anyone know if there any way to disable the default behavior in InDesign where it replaces an object you happen to unknowingly still have selected with whatever object you are trying to place? This is absolutely behavior I want InDesign to do NEVER NEVER NEVER EVER EVER! When I select 'Place', I want to place an object not replace an object. Always. Please, help.
Hi, I've been exporting my book design as PDFs from InDesign from time to time as I work on my book and they have been exporting fine. But I am suddenly getting the message below. Do I need to worry about this? The PDFs do still open ok and I can read them ok. I haven't done anything out of the ordinary with the design. This also happened with my last book that I had printed locally and it printed fine. But this new design is for Amazon so I can't afford for it to be a corrupt file. <Title renamed by MOD>
When looking for Searching via “Selection” or “Story” through GREP using a script — it expands into this convoluted rabbit hole, when you would imagine it would be much simpler .The short and sweet script, below, works but affects the entire document. I attempted placing “selection” in various places, and tried creating variables to point to various iterations of app.pageItem.selection , app.selection , etc . To no avail.I commented out the last line I attempted.As always any help is very much appreciated.Thank you.//reset GREP preferencesapp.findGrepPreferences=app.changeGrepPreferences=null;//app.findChangeGrepOptions = app.pageItem.selectionapp.findGrepPreferences.findWhat="\r";app.changeGrepPreferences.changeTo=",\s";app.activeDocument.changeGrep();app.findGrepPreferences=app.changeGrepPreferences=null;Looking for the javascript syntax that affects Find/Change > GREP > Search > Stories (and/or selection)
Someone sent me a link to an InDesign project for me to continue to work on it. When I click on the link it brings me to the web version without any clear way to save or edit. Could someone help me with how to get this link opened in my app with the full ability to edit and save? Thank you so much!
Hi. I need help resolving a GREP issue. I need to apply superscript to reference numbers and the commas or endashes within, but NOT the commas separating the names. For example:Karen Smith4, Frank Jones2–5, Johnboy Walton12, Harry Bottom10,11.I have this\d[–, \d]*?And it recognises the name separating commas, but not the ones needed between the reference numbers (2–5 or 10,11).This is for a scientific application, and unfortunately, I must keep the style (commas and endashes), not switch them out for hyphens or semicolons.
Is it possible to have All Spots to Process stick as part of a PDF export preset?
Opening a recent file opens a different one from the list.I've uninstalled and reinstalled. Still broken.
Bonjour, lorsque je fais une cible Hyperlien et que j'exporte mon pdf interactif il ne fonctionne pas. Je sais faire ce type de chose et là je ne comprends pas. Plus aucun bouton ne fonctionne dès qu'il s'agit d'aller à une autre page. merci pour votre aide.
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.