Join a global community of InDesign users.
Recently active
Hallo liebe Community, bei der Erstellung eines eBooks (epub umfließend) habe ich folgendes Problem:Die Endnoten werden zwar korrekt dargstellt, allerdings wird in der Vorschau um den Textrahmen und sehr unschöner schwarzer Rahmen erstellt. (Ein Bild dazu habe ich angehängt.) Für die Vorschau des eBooks nutze ich den Kindle Previewer 3. Das Buch soll nachher auch über Amazon als Kindle-Download verfügbar sein. Hat jemand eine Idee, woran das liegen könnte?Ich hatte mir schon die Objektexporteinstellungen des Textrahmens angeschaut. Da bin ich leider nicht weiter gekommen. Vielleicht hat ja jemand einen Impuls für mich! Vielen lieben Dank!
Hi! Ich arbeite gerade an einem Projekt für einen Klienten mit einem Markennamen, der aus zwei Wörtern besteht. Kann ich die Marke irgendwie in meinem Dokument anlegen, sodass Indesign den Namen nicht mittendrin mit einem Zeilenumbruch trennt? Dankeschön!!
Recently when I move the cursor around, I get flicker and refresh on the display. NEVER HAVE I HAD THIS BEFORE! I also get RANDOM REFRESH. NEVER HAVE I HAD THIS BEFORE!!! I also have an issue when I paste a vector graphicc that has 80% K and 100% K, it changes the 80%K to 4/c. If I place that same icon into a blank page it pastes fine. Both color space setting are the same.
I was moving too fast and accidentally clicked the box for InDesign to stop reminding me about Overset Text. I do not want that, I appreciate if I miss the notification at the bottom of the file to be reminded before I print. Anyone know how to undo that check box? I do know how to fix the issue of Overset Text without a reminder, but it is just a second line of defense for me. This is on version 19.4 x64, Adobe for Enterprise Thank you.
Hi everyone! I'm currently working on a piece for a client with a two word brand name. How can I stop Indesign from separating the brand name, by breaking the lines in my text between the two words? Is there a way to only ever display the words together in one line? Thank you 🙂
Hello, I have been trying to solve an issue with the textbox in InDesign for the past 2 hours. Despite watching various guidelines and videos, I'm still experiencing a problem where the whole paragraph disappears whenever the text exceeds the textbox's border. I'm also unable to adjust the size of the textbox while keeping all the text as intended. For example, when I make the textbox narrower, the entire paragraph disappears instead of pushing the text downwards. As a user, I find this aspect of InDesign challenging. Could you please provide an effective solution to resolve this issue? It would be helpful if the textbox flow could be set to behave similarly to PowerPoint by default in future instances. Thank you in advance. Operations:Desktop Windows (latest version)InDesign (latest version)
Hello! I have a problem with the creation of an alternate layout. I made one but the older one (primary layout) is still on the back of the alternate layout and cover my objects or graphics. PLus i cant get rid of its boundaries. PLEAAASSEEEEE SOMEONE HELP IM GOING CRAZY HERE.
I'm using the publish online feature to create a multi-page handbook for a client who wants to have embedded audio and video. The video seems straightforward – adding an mp4 gives me a video player with some basic controls. Can you do the same with audio? When I link to an mp3 I get a play button… but that's it. Is there a way to have an embedded audio player with controls – so just the same as the video only without the visual. Been googling this but getting nowhere!
"On my desktop PC, when I apply a script in InDesign to choose a file, it doesn't grant me access, whereas on my laptop, the same script allows me to choose files."
Hvordan sikrer jeg mig, at jeg har CJK-versionen (kinesisk-japansk-koreansk) af Adobe InDesign?
Is there any way of making non-contiguous text selections in InDesign? In other words, selecting two or three different words in a long sentence (to which one can then apply character formatting). TIA Hugh p.s. this is something that I do easily in Word (mac) by simply holding down the Alt/Option key.
So the TOC that you can navigate inside the EPUB exported from ID takes directly from the file names (which are slightly different from chapter names, for tracking/filing purposes) which of course is terrible inside the EPUB. Any solutions to changiung the chapter titles in the EPUB without chaging the names to the files themselvs and reloading those into the .indb, and all the work that would have to follow? Thanks for any answers!
Normally I'd just hold the shift key down to resize an image or object in InDesign CC to constrain its proportions. Lately when I try to resize an image, the shift key doesn't do anything anymore. It no longer holds the proportions of the image box. Is there a way to fix this problem or is there a new tool that replaces the hot key shortcut? Transform > Scale is taking way too much time to resize an image to the proper size I need it to be.Any and all help is very appreciated.-Jon
On any page, how to find my next letter quickly?I have some specific characters, such as ABCD, etc., which uses the "Start Page" paragraph style.Among them, A is located on page 2, B is located on page 5, C is on page 12, and D is on page 19.I can remember only 4, and I can jump directly.If there are more than 20, there is no fast way to create a link, you can directly click and jump to the target page.I used to use the "reference" link to the anchor point function, but that was actually troublesome.What are the simple and fast ways you.
Hi I created an interactive button with the action go-to destination. It could to a selected page. How could I set to hide the selected page until I click the button?Thx
Hi there, I'm looking for a script that will help me export one layered InDesign in multiple variations at once. This is to generate product info sheets where the contact information (and some of the product data) is different dependent on country. The build will be something like this…Layer 1: Parent content — should be used in conjunction with all other layers (think logo, title etc).Layer 2 to 10*: Country 1 version (with address etc in footer as well as localised content) *This could be any number, right now I'm looking at 3 separate versions, but this will grow. Ideally, the export would export Layer 1 and Layer 2 as one PDF (with the name of Layer 2 at the end of the file name), Layer 1 and Layer 3 as a second PDF, Layer 1 and Layer 4 as a third PDF etc etc. So if I had Layer 1 plus 3 other layers, I'd end up with 3 separate PDFs. I'd also like to export by spread using the product name (which would always be on Layer 1) as the first half of th
Is it possible to automatically enlarge text to fill a text box in Indesign? I can fit a text box to the text but can't find a way to fit the text to fill an existing box. We are a newspaper publisher and would like to be able to automatically enlarge a heading to fit a box on a page.
HiI want to give a tracking value of 100 after an opening paranthesis and before closing paranthesis but I want to do this using a script. I already have a grep query in place for after opening parenthesis: (\x{0028})(?=\S) and replace is empty. Just add tracking value of 100. If its possible to add kerning value, it will be very good. The grep query for closing parenthesis: (\x{0029})(?=\s) but there the tracking is not working as expected. It is increasing tracking after the closing parenthesis, I want tracking before closing parenthesis. My first preference would be using kerning. I already have Peter's script in place, which works just fine.Actually I need this because I want to include it in another script. I have come up with this :doc = app.activeDocument;app.findGrepPreferences = app.changeGrepPreferences = NothingEnum.NOTHING;app.findGrepPreferences.findWhat = '(\x{0028})(?=\S)';app.changeGrepPreferences.changeTo = "how to add tracking/kerni
Introducing Hide Spread in InDesign, available for version 19.0 and later. Hello Everyone, We are thrilled to announce a new feature that many users eagerly awaited – the "Hide Spread" option. InDesign is all about giving you the flexibility and control you need over your projects; this addition is no exception. Whether you want to keep your work in progress under wraps, focus on specific sections of your design, or tidy up your workspace, the "Hide Spread" feature is here to make your life easier. Hide Spread is only available for InDesign version 19.0 or later. Update the app now. Update InDesign Entry Points for Hiding Spreads We've made it incredibly simple for you to hide spreads with three intuitive entry points: Right-click on Spread: Right-click on any spread, & you'll see the option to hide it. Right-Click on Page: If you prefer to work on a page-level basis, right-cli
upgraded indesign to 19.4 yesterday with middle east language format. today, although i can select or resize an object or photo, i cannot move them using either a tablet, a mouse or the trackpad. i am only able to move objects/photos using keyboard arrows.
Hallo everyone,i'm working on a catalogue in InDesign with a lot of tables linked from ad excel file. The client insert an automation in excel and now the file is no more an xlsx but an xlsm (with macro). I know nothing about it. The big problem is that I can no more link the datas. Can somone help me? Is possible to create links in indesign from an Excel with macro (xlsm)? Thank you!!
Hi,I would like to add a process when the "Print Book" button is pressed on the Book panel.Is it possible to intercept the button on the built-in panel by adding an Observer?If you have a specific example of how to do this, could you please share it with me?Also, I couldn't find the Boss name of the Book panel and the WidgetID of the "Print Book" button in "BookID.h".Is there any documentation in the SDK where I can find this information?Any help would be appreciated.Thanks,
Hello, I installed InDesign CC 2019, but span columns doesn't work. Split columns works perfectly. When I have 2 or 3 columns text andtry to create a headline with span columns (across 2 or all columns) nothing happens. Does anybody can help? Or is there any existing script available which can span columns text? Please help, it is quite frustrating. I used 2 computers and it is not working. Thank you in advance.
Liebe Community,ich hoffe auf eure Hilfe bei folgendem Problem: Ich habe ein Dokument, konkret eine Produktpreisliste mit ca. 200 Seiten. In dieser Preisliste bleibt der Großteil der Seiten und auch der einzelnen Inhalte auf den Seiten bei jeder jährlichen Aktualisierung gleich. Es ändern sich allerdings regelmäßig die Preise - z.B. durch eine allgemeine Preiserhöhung um 3%. Ich bekomme dazu in einem solchen Fall eine Excel Liste mit allen Produkten und den neuen Preisen. Es sollte doch möglich sein, hier die Arbeit entscheidend zu vereinfachen und nicht jedes mal händisch jeden Preis einzeln eintragen zu müssen. Ich habe bereits herausgefunden, dass es mehrere Wege gibt um Elemente mit Excel Dateien zu verknüpfen. So richtig verstanden habe ich die aber alle noch nicht. Deshalb ergeben sich folgende Fragen: 1. Welcher Weg ist in diesem Fall der sinnvollste?2. Ich habe im InDesign Dokument aktuell für jeden Preis ein einzelnes Textfeld - da die Liste in Kürze aber a
Hi We're a small design team and were previously collaborating smoothly across a shared Google Drive, job folders, files, links all saved to the cloud. Since updating to an MacBook M3, the links now break for each individual user. Can anyone help explain what is happening and how to remedy. Thanks
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.