Questions
Als letztes aktiv
Hi, I have been developing EPUBs using Indesign. But, recently I see, InDesign export using Section, figure tags instead div in certain places like images, footnotes. <section class="_idFootnotes" role="doc-endnotes"> These are not recognized by Sigil epub component and giving validation errors. I tried with both Indesign 2025 and 2024. Both are exporting the same. This is something new compared to last versions. Did anyone faced the same issue? Is it possible to export without these Section and figure classes? Best Regards,Eswari
I am New to Indesign. I am going to publish a catalog on issuu and want to,as I am a inexperienced designer,to use a template. However, How do I turn of facing pages as there are no Properties panel in the Norwegian Version?{Renamed by MOD}
Hi, Dear Friends!The default separator is a line between the text above and the FN below. Is there a way I can change this by adding text, etc, (like making the separator " - - NOTES --" ) and can I add a graphic?Not too much to ask for 🙂Thank you, and have a good day!Susan Flamingo
Bonjour,Je monte un document avec beaucoup de texte en arabe.Le problème c'est au niveau des ponctuations, les points notamment. Lorsqu'ils sont au milieu d'un paragraphe tout va bien, mais s'ils sont à la fin d'un paragraphe et que suit un passage à la ligne, le point va se décaler en fin de ligne et pas en fin de phrase. Un exemple ci-dessous plus clair :Le point devrait être à gauche, pas à droite. Il en va de même pour les parenthèses qui ne s'alignent pas correctement.Pour info, j'utilise la typo Adapter Arabic Text, et je suis en Compositeur de paragraphe universel Adobe.Une idée ?Merci d'avance.
Ich habe InDesign CS6 neu instalieren müssen weil der PC abgestürzt ist.Bei der Installation wird mir jetzt der Fehler angezeigt, dass InDesign bereits auf 2 Endgeräten instaliert wäre. Deaktivieren kann ich es leider nicht, da der alte PC abgestürzt ist und kein Zugriff mehr darauf besteht. Auf einem 2ten PC ist es nicht instaliert. Wie kann ich die Seriennummer wieder für meinen aktuellen PC freigeben?!
Why arent' the fonts adding when clicking on 'add' by the character dropdown??
I am working through the lessons in InDesign CC 2017 Classroom in a Book. In Lesson 3, we create a master page with a placeholder for a running header. Then, we replace the text that is on the master page with final document text. The instructions are (on page 78):--------------------------- Replacing placeholder text1 Select the Type tool (T). Hold down Shift+Ctrl and then click within the placeholder text frame on page 2 that contains "Placeholder Text". Replace the placeholder text with Egrets and Herons .--------------------------I cannot get this to work no matter what I do. When I delete the placeholder text, the text frame is also deleted, and I cannot type in the replacement text. I have tried adding a new text frame, but cannot accomplish this. (The text frame is within another element on the master page, but I am not sure what the element is because the lesson had me place the placeholder element as a part of a much larger element with multiple parts.)When I hold down
Boa tarde,O executor do indesign não está abrindo no meu computador e não consigo instalar o app. O que posso fazer?
For years, we've been creating charts in Infogram, exporting as PDF, and importing them into our InDesign reports. The exporting the full report as an Interactive PDF. Just last month, when I export our final report, it has been changing the tracking in the source lines. The charts are perfect when viewed in Acrobat, they're perfect in the Indesign preview, and they're perfect when opened in Illustrator (not only that, but the fonts are OUTLINED(!). However, type is bunching up as though it was tracked too tight during the export.The font is Roboto, and it's active on my system.I am BAFFLED by this! Has anyone seen this?
When I place a photoshop doc to an indeisgn file the image is too small, way too small. The canvas sizes are identical so this shouldn't be an issue. I have used these two applications like this for years and never had this issue. I even tried screen sharing with Adobe techs and they couldn't figure it out. <Title renamed by moderator>
I have already posted this in UserVoice, but cross-posting here so others can see my workaround. And who knows, maybe suggest a better workaround?I am creating flowcharts within InDesign as it seems to work better for me than in Illustrator. The Layers Panel allows me to do this. But I really, really wish I didn't have to do this workaround. These are my personal notes for future reference:Grouping for complex assemblages of objects: creating a new groupThis is needed because the Layers Panel won't allow you to group items deep in the Layers Panel, only if they're at the top level; you can't create a "Group within a Group."- Use Layers Panel- Keep two objects (doesn't matter what) off the page named "Dummy Object," select them with the mouse, then Menu > Object > Group- Rename this to what you want your group's name to be- Drag TWO OR MORE objects or groups into this group- Drag the two Dummy Objects to the top of the Layers panelto get them out of the group- Drag the new group t
Bonjour à tous,Je cherche un script qui soit capable de créer une nouvelle section dès qu'il rencontre un style de paragraphe nommé.Merci d'avance
When printing from one particular document I am only having blank pages come through the printer, I have tried three different pages with the same result. Meanwhile, I can print properly from other documents. Any thoughts?
when im exporting some of the Brackets look like thissomeone knows why?
i'm migrating an old Indesign script i created to process book documents before starting to work on them.i'm trying to get a list of all documents in the book and open each one, process and save it.i created a UXP plugin, but when i'm trying to access the bookContent properties like the filePath i'm getting back rejected promisses and not valid objectsi already tried adding full file system permissions with no luck.i tried await book.bookContents.firstItem().fullName but i'm getting back some kind of Symbol()without await i get a resolved Promise which the result is an "n"... <Title renamed by MOD>
Hello, which function/variable gives me the current installed InDesign version number(s)? Best regardsAlexander
Why is tranck changes not allowing to select my text and track all changes?
When our cursor is in a table, we definitely want to manipulate the table, and here we should call up the table's panels, but we don't.It would be nice to be able to set up panels to bring up custom combinations.
how can I get all pages to be side by side including page 1?When I shuffle them they just get more botched up...
I don't know what I may be doing wrong, but some of my buttons still show even after I click on them to fill the form that's below them. I think I'm following the exact same steps for all of them, and yet some (Month, Day, Year and Background and Context) appear as slightly grayed-out,a dn when clicked won't disapear. Instead, I am typing text in the fillable form over the button text (see Background and Context) All others (like subject for instance work perfectly and the button hides as soon as I click on it so I can type in the interactive text box below it). What mistake am I making? BIG THANKS FOR YOUR WORDS OF WISDOM!
HiI wonder if anyone can help, I'm trying to write a script where I can insert a text varible and also give it a character style highlight so it can be easily seen.This is what I've been trying which does seem to work but I can't believe this is the way to do itvar itemVariable = app.selection[0].textVariableInstances.add({associatedTextVariable:selectedVariable}); var myTextFrame = app.selection[0].parentTextFrames[0]; var styleStartIndex = app.selection[0].index - 1; var styleEndIndex = styleStartIndex + 1; app.selection[0].characters.itemByRange(styleStartIndex, styleEndIndex).appliedCharacterStyle = doc.characterStyles.itemByName("Pink");Thanks in advanceAlex
In a multilingual book, all footnotes and reference numbers have been formatted according to English writing conventions. However, in some Arabic sentences, the reference numbers naturally appear on the left. How can I move these reference numbers to the right without affecting the layout of the Arabic text?
We are currently developing our InDesign Plugin using InDesign SDK(C++).Purpose of this post is actually to get suggestions for a tool/toolchain that supports memory leak checking in our product, for both Windows and Mac environments. (Our development environments are Visual Studio 2022 in Windows and XCode in Macintosh)My Idea is we will need to utilize InDesign Debug version as the host for this right?What tools/toolchains you guys usually use?(crtdbg maybe??) We appreciate any insights you can give
Hello support, I just bought Softmatic Barcode Extension for Indesign via Adobe site, but how do I install it or where can I find it?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.