Join a global community of InDesign users.
Recently active
Hi all,I'm having an issue I don't recall seeing before: 1) Put a few objects on a parent page (A)2) Create a new parent page (B) based on (A) - everything shows up3) Add a new item on parent page (A) - it doesn't appear on (B)Am I forgetting something? thanks!
A publisher-provided MSWord manuscript used auto-lettered and numbered paragraphs, but after importing and applying paragraph styles in InDesign then exporting to EPUB, spacing is wonky in the paragraphs with roman numerals and letters. Below is InDesign page then the same Sigil page. I tried revising CSS but not sure I'm choosing the correct code to change.
I'm encountering an issue with Arabic diacritics in Adobe InDesign. While working on Arabic text, I noticed that one of the diacritics is not positioned correctly in InDesign, though it appears perfectly in Microsoft Word. I've tried adjusting the font and settings, but the problem persists only in InDesign.Has anyone faced a similar issue or knows how to resolve it? Any help would be greatly appreciated! Thank you!
Como puedo convertir en InDesign el negro de cutricomia a tinta plana, pues la imprenta me dice que el Negro registro es una cuatricomia.
Hallo zusammen, ich habe zum ertsen Mal ein merkwürdiges Phänomen entdeckt.Beim Export aus InDesign (20.4.1) in ein interaktives PDF wird unter einem Trennstrich ein Punkt dargestellt. Dieser ist aber nicht im Original. Kennt jemand diesen Fehler und wie ist er zu beheben?DankeCarsten
how can I get the 1/3 to appear as the 1/2 which was entered as a glyph??
Most of the time when trying to save an exisiting file, InDesign instead tries to Save As. The file name appears greyed out and can't be selected, and when trying to save the document with the same name the following error appears. This only seems to happen when saving to a network shared drive, as I cannot replicate the issue when saving the machine. We have checked file permissions and cannot see any issue there, there is also the fact it will sometimes save the file without this issue. I have noticed a .idlk file appears in the folder when it prompts to save as. InDesign 2025, MacOS 15.5
Hi, I'm currently using the below indesign script to export named JPGS of each page. To work the script requires a text box with the filename on each page all linked by a common paragraph style. The script works perfectly to export JPGS, however I've been unable scucessfully adapt it to export EPS. Can anyone help? - if (app.documents.length != 0){var myDoc = app.activeDocument;MakeJPEGfile();} else {alert("Please open a document and try again.");}function myPS() {try {return myDoc.selection[0].appliedParagraphStyle;} catch (e) {alert("Place cursor to text with paragraph style for filenames");exit();}}function MakeJPEGfile() {app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high;app.jpegExportPreferences.exportResolution = 300;app.jpegExportPreferences.jpegExportRange = ExportRangeOrAllPages.exportRange;app.findGrepPreferences = null;app.findGrepPreferences.appliedParagraphStyle = myPS();var f = myDoc.findGrep();for (var myCounter = 0; myCounter < f.length; myCou
Hi all, I need to fetch an image file via network request and then insert that file into an inDesign document. I think I know how to do the insertion, but I'm having trouble establishing the file in the script. Due to the locked down nature of UXP file system access, I'm first opening (i.e. creating) a file and then attempting to write the image binary to it. It seems to complete without error, but the output file png is not opening an image and is considered an unsupported type by the operating system. Any tips would be appreciated! async function fetchJson(url) { return fetch(url) .then((response) => { return response; }); } var response = await fetchJson("http link to image src file"); const imageBlob = await response.blob() const fs = require("uxp").storage.localFileSystem; const fileToWrite = await fs.getFileForSaving("output.png"); fileToWrite.write(imageBlob.arrayBuffer());
Hello All, I need to anchor an object to a 2-column text frame so that the object appears to the left of the left column or to the right of the right column depending on which column the anchor is in? And if the anchor is moved to a different column when editing the text, the anchored object moves to the correct location. Is it possible to do this using a single object style? The image shows a sample layout that I want to get. Thanks!
I would like to exclude the "target cell" from being an footerRow.Isn't this "parentRows" a table row?myTable.columns.item(i).cells.item(j).parentRows.rowType !== RowTypes.FOOTER_ROWError: parentRows does not support the rowType property or method. var cell = app.activeDocument.selection[0].parent; var myTable = cell.parent; var myFooterRow = myTable.rows[-1]; for (var i = 0; i < myTable.columns.length; i++) { for (var j = 0; j < myTable.columns.item(i).cells.length; j++) { if ((myTable.columns.item(i).cells.item(j).contents == "") && (myTable.columns.item(i).cells.item(j).parentRows.rowType !== RowTypes.FOOTER_ROW)
Every time I quit ID (purposely) I get a popup saying it quit unexpectedly.I mean, it may have not been anticipating that I was closing it, but still.... 😉Any known reasons for this?
I'm using an InDesign template, running InDesign 2020. I'm adding a new text block to the project. Everything functions normally until I try to change the text to white. Then I get a blue background, like the highlighting function in Word. I can't find this under any of my text block panel settings. When I switch back to black text, it's transparent again. As you can see, it's not filling the whole block either. I've searched other community questions and can't find anything about this particular issue. It's not a missing font, either. This is Minion Pro, and it's the same story for any other font I switch to.
Apologies if this is already posted, couldn't find it but struggled to think of exact search terms that might work.I'm looking to create a striped text effect, like the title font for Netflix's Maniac (below).The best way I can think to achieve this is in Photoshop as an image/path but I'm really keen to keep it in an Indesign text box so that it's easy to edit. Does anyone have any suggestions?
I'm using InDesign CC 2015. I am having issues scaling tables.In previous versions of InDesign, I have scaled tables in two ways:The first and the one I use most often... I'd select the table (i.e. the text box which the table is inside) using the Selection Tool, hold Command + Shift keys while dragging the corner and the table will scale in proportion to the desired size I'd like.The second method... I'd select the table (i.e. the text box which the table is inside) using the Selection Tool, while still selected, change to the Scale Tool and double click the Scale Tool icon in the Tool palette to bring up the Scale palette... here I would input the percentage I'd like to scale the table and the table will scale in proportion to the desired size.When I do any of the above two methods using InDesign CC 2015, NO SCALING happens.I've found a work around by exporting the file to .idml opening the .idml in an older version of InDesign, scaling the table(s), saving the file, and opening the
How do I change the default fill and stroke color for newly created shapes with a script? That is to say, the colors that are applied when I draw a shape with the shape tool, not any existing shapes. Thanks!
Dear Adobe,I'm working on a book project, and need to insert pictures which flow with the text. You have Anchored Objects to facilitate this. But the functionality of Anchored Objects is horribly designed and poorly implemented and makes laying out books nearly impossible. This is unacceptable. I inserted many pictures in relation to the text. I add text wrap and corner rounding styles. I have to adjust some text or add a picture in the text preceding it, and the text flows around the subsequent images, making them now positioned in the wrong area of text. To address this problem I research online and find out about Anchored Objects. I can't right-click on my already placed pictures and create anchored objects out of them. NO that would be GOOD design! Why would you do THAT? I have to now create new Anchored Objects. So I select my picture and go to Object/Anchored Objects, and all options are greyed out. Why? I have to have nothing selected. So I deselect all objects, r
INDESIGN 20.4.1Macbook Air M1MacOS: 15.5 (24F74)Tenho dois documentos InDesignNo primeiro formato estilos e textosNo segundo finalizo e monto o livro....As Notas de fim foram importadas corretamente no primeiro documento....Quando copio para o documento final... elas perdem a numeracao....Como proceder para manter a numeracao correta... ao copiar de um documento para o outro?Ja tentei ajuda com a Adobe mas ate agora nao foi resolvido
Is Intel Core i5-12450H compatible for InDesign?
inexplicable relationship.When you unmerge cells, the font of the rows suddenly gets bigger.When you add new rows, the font of the rows suddenly gets bigger too. I researched this for a long time and realized that the preference option appeared.These rows establish a relationship with the aa character style, and it's a bit creepy how they do it ......
I'm looking for a variable data printing (VDP) plug-in or software that works directly and seamlessly with Adobe InDesign. Can anyone here on this Community Support page point me in the right direction? Thanks in advance.
Bonjour, Dans le cadre du travail, je dois créer des "fiches projets" maquettées, avec textes (mis en forme en titres, paragraphes... avec des styles de paragraphe) et images. Les images ne sont pas censées bouger, en revanche les textes évoluent en fonction de l'avancée des projets concernés, sachant que ces fiches projets doivent être mises à jour par des opérationnels qui ne maîtrisent pas InDesign... J'ai fait des tests de mise à jour automatique du fichier, en important le texte depuis des fichiers excel ou word, mais je perds systématiquement la mise en forme du texte. Existe-t-il une possibilité d'avoir cette mise à jour automatique des textes de ces fichiers, sans perdre leur mise en forme ? Merci d'avance et bonne journée
After importing from Word, I often find myself with an unneeded style that InDesign thinks is in use somewhere. I try deleting it, and it asks what style to replace it with. But since I don't know where it's applied, I don't know what to replace it with. So I have to fire up Find/Change, select the styles menu, scan through my ~100 styles and select the one to search for. Why can't we have a right-click option to "Find this style" right from the Paragraph Styles pane? We can do that for colors, why not p-styles? Is there any way to use scripting to accomplish this task faster than manually searching the F/C dialog every time? Maybe a script to add to the right click menu, or another way to search that would be faster. I'm curious if anyone else has a better idea for how I can accomplish this. Thanks!
Hello everyone, I need to generate a price list containing thousands of references each week. I would like to automate the process with an InDesign script. My current challenge is to generate a list of products for the same category in single record template and to start a new page for the next category. Ideally, I would like to have the category name at the top of each page. Is there a script available for this or another way to proceed? Here is an example on how my excel looks like: PAGE CATCODE ITEMDESCRIPTIONMOQUNITPRICEHERBSXITAV100CHILLED ITA ESCAROLE SALAD - insalata scarola 3.5kg/CASE KG108HERBSXITAV099CHILLED ITA ENDIVE SALAD 3-3.5KG/CASE KG120LETTUCEXITAV102CHILLED ITA RED/GREEN GENTILINA SALAD 2KG/CASE KG100 Thank you for your help
Hi, I'm trying to make a book typeset and want these four different pictures flanking my page numbers. I put them in my masterpages that i applied to every chapter, it all works well untill I export my document into a pdf, then it chooses one of the pictures to apply on both sides of the page number, I have no idea why and no idea how to fix it, does anyone know what the problem is?
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.