Join a global community of InDesign users.
Actividad reciente
When ID packages the file, it is simply not possible to package the fonts all together. A nice font packaging script that someone else shared for free. But it prompts an error for some files. Any god willing to help to fix it? English translation in parenthesesThanks a lot. The ID version is the latest //获取当前文档(Get the current document) var doc = app.activeDocument; //获取字体列表(Get the list of fonts) var fonts = doc.fonts.everyItem().name; //创建数组(Creating Arrays) var fontFiles = []; //循环字体并添加到数组中(Loop through the fonts and add to the array) for (var i = 0; i < fonts.length; i++) { var font = fonts[i]; var fontFile = File(doc.fonts.itemByName(font).location); if (arrayContains(fontFiles, fontFile) == false) { fontFiles.push(fontFile); } } //创建打包文件夹(Creating a Packaging Folder) var packageFolder = Folder(doc.filePath + "/Package"); if (!packageFolder.exists) { packageFolder.create(); } //将字体复制到打包文件夹(Copy the fonts to the pack
Hello Adobe Team, I would like to request that Adobe InDesign once again include support (or at least a conversion feature) for opening **PageMaker (.PMD)** files. Many designers and publishers still have important archives created in PageMaker, and it has become very difficult to access or update those files since modern InDesign (CC versions) no longer supports them. Even a simple **"Convert PMD to INDD/IDML"** option or a **legacy import plug-in** would be extremely useful. It would save time, preserve historical work, and help users migrate old projects without depending on outdated software like InDesign CS6. I Know this is Very Old but if Including this Feature Indesign Again Market Leader and Forever.... I have tried many times to switch to InDesign, but I couldn’t because of this problem. I don’t just have one or two PageMaker files — I have a lot of them, and converting or recreating each one is very difficult. That’s why
The following code on a tables cell… cell.leftEdgeStrokeColor = app.swatches[0]; cell.rightEdgeStrokeColor = app.swatches[0]; translation “Swatch expected, but swatch gotten”Results in this error. Thats probably not a helpful error message.Oh, and BTW, the Bugreport “Category Listing” does not have InDesign, so i had to chose something else...
I have mysterious blank space showing up at the bottom of a page. The text refuses to flow into it. I’ve checked for hidden objects, deleted the page itself, and replaced the text. Nothing I’ve tried fixes it. I’m attaching a screen shot with an arrow pointing to the blank space. I’m working on a Windows machine. It’s throwing off my pagination. On a different topic, does any one else find the new requirement to choose a “Category” on this page a pain? There is so much vertical space, and it’s not alphabetized, that it’s frustrating and time consuming.
I am evaluating Adobe InDesign Publish Online as a platform for the annual publication of an interactive public-facing report that will be embedded within a client’s website.The publication is expected to be approximately 80 pages long and will include numerous images, navigation buttons, and interactive elements throughout the document.Before adopting the platform as a long-term solution, I would appreciate some technical information:Are there any recommended limits regarding the number of pages in a Publish Online publication? Are there any limits related to the overall size or complexity of the document (animations, buttons, interactive elements, etc.)? Are there any limits on traffic, bandwidth, or the number of views for a single publication? Does Adobe provide any guarantees regarding service continuity and the long-term availability of published URLs? What best practices does Adobe recommend for large-scale publications intended for a broad audience?Thank you
Hi everyone - I have just bought a new MacBook and everything seems to work except for the mouse in InDesign. I have just tried working with text on a document created on the previous computer. I need to place the curse quite a bit higher than the text that I wish to select. I am using the trackpad on the MacBook. Any suggestions would be gratefully received!
Can anyone help me remove these white boxes? I published online a project from indesign and indesign does not show any of these white objects. Now it is appearing in all of the pages once i publish it online. any idea of how can I remove this?
Custom Workspace in Indesign includes extra panels. Some instructions say to set the panels "with no document open." When there's no document open, there are no panels. I've tried doing it in a brand new document, but it still insists on displaying the Swatches panel. I’m on Windows.
Hi, I’m working with a lot of tables in a document. These tables contain some graphics that are grayscale. The issues is not with the images, but the preflight keeps telling me multiple tables have the “Content uses RGB” error. I have double checked the graphics, even deleted them, but the error persists on the table. None of the swatches are color, they’re all black in different tints. Pictures of the preflight error, the preflight profile, and the swatches attached.
I have been running into this problem for about a month now. Occassionaly when I am using InDesign I notice that my CC Libraries freezes. I will initially be able to use my libraries and place items, but eventually it freezes and looks as though the whole CC Libraries is a blurry jpg image (see attached photo) instead of the normal looking CC Libraries side panel. This issue seems to arrise in InDesign when I left click a placed object from my CC Libraries to edit original in Illustrator. Once I save the original file in Illustrator to update it in InDesign, and then go back to InDesign, then my CC Libraries in InDesign are frozen as I described above. The only way I have found to fix the issue is to save my work, completely exit InDesign, and then reopen the application. I am working from a 2015 Macbook Pro running MacOS Catalina, if that's helpful.
I had very important Photoshop and InDesign files on there that were not backed up. Is there any way to retrieve them? I have the recovery documents but am unable to open them since the drive is inaccessible. I was using InDesign 2025 - since 2026 was giving me too many problems already. I was unable to save documents on ver2026 so I switched a while ago. Now I am experiencing problems with ver2025. Please help!!
Adobe InDesign 2026 – Document Recovery / File Corruption IssueI have a critical graduation project due in one week and I need help recovering an InDesign document.Environment: Adobe InDesign 2026 macOS Original INDD file size: 254.2 MB Document length: approximately 146 pagesAfter an InDesign crash, the application launched Document Recovery. Recovery was able to display the latest version of my document, including the most recent edits that had not yet been saved.However, once the recovered document appears on screen, InDesign becomes unresponsive. The macOS spinning beachball appears and the interface freezes. The document is visible, but I cannot work with it.Recovery shows the latest document content correctly.The document pages are visible.Sometimes I can briefly scroll or click before the application freezes.CPU usage remains around 100–106% for extended periods.CPU time continues increasing, indicating that InDesign is still processing something.The spinning beachball remains a
I have this simple script that fills a blank page with textframes: function makeLorem(length) { var result = ''; var characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; var charactersLength = characters.length; for ( var i = 0; i < length; i++ ) { if (i>0 && Math.floor(Math.random() * 6) < 2) result += " "; else result += characters.charAt(Math.floor(Math.random() * charactersLength)); } return result;}function getFrameContext() { fc = {}; fc.doc = app.activeDocument; fc.margins = fc.doc.pages[0].marginPreferences; fc.w_idx = 0; fc.h_pos = fc.margins.top; fc.h_size = 0; fc.addTextFrame = function(t) { var productFrame = this.doc.textFrames.add(); productFrame.geometricBounds = [ this.h_pos, this.margins.left + this.margins.columnsPositions[this.w_idx*2], this.h_pos+20, this.margins.left + this.margins.columnsPositions[this.w_idx*2+1] ]; productFra
I’m experiencing two ongoing issues with InDesign’s Review feature that have been consistently reproducible for the past three months. Issue 1: Review links fail to update on larger documents When uploading a publication for review, I can no longer update the existing review link. A persistent error appears stating: “There was a problem updating the artefact.” This workflow functioned reliably until approximately three months ago. To rule out local issues, I tested the same document and process on a second machine, with identical results. Through testing, I’ve found that if I halve the document size (testing both the first 30 pages and the last 30 pages independently to rule out a problematic element), the review link does update successfully. This suggests the issue is related to document scale rather than specific assets. The publications I work on are graphically intensive magazines, typically around 2.5GB in total size. Images are linked, not embedded, with many PSD files used thro
I have a similar problem---cannot open top menu because of spinning blue dial. Cannot open preferences or any other menu item.
I'm using Indesign 2023 and I'm trying to type Arabic. I turned on the Adobe World Ready option in the Paragraph panel, but the direction of the text is wrong. symbols end up in the opposite area instead of the correct area. I looked at YouTube videos and the place where they go does not exist in my version, where should I go for this? to make the text direction RTL for a certain paragraph? Thanks!
I’m creating a Regional cookbook in InDesign. Each document has multiple recipes. There are multiple documents for each region. When I bring the documents into a Book files I don’t see a way to group the 5 different regions. Sorry, it’s hard for me to explain.Example:Northern region has 7 files (each a different state with multiple recipes)Middle Regions had 5 files. “ ”Southern Regions has 6 files. “ ”When I bring each file into the BOOK project, I don’t know how to differentiate which chapters go with the separate regions. I would like to color code each chapter to show which region it’s in. Is there a way to group chapters or make subchapters, or anything to group things together?
I’ve been using InDesign, Illustrator, and Photoshop for almost decades now, and I have to say: for the amount of money Adobe charges, it’s an absolute disgrace how many basic things these apps still can’t do.Simple, intuitive tasks just don’t work. I’m genuinely furious right now.I created a book layout using facing pages. Now the design needs to be changed to single pages instead. The moment I switch the document setup, the entire layout gets completely destroyed for no logical reason whatsoever. InDesign can’t even remember the margins, guides, and structure I’ve carefully set up. Instead, it just does whatever it wants and leaves you to clean up the mess.It’s incredibly frustrating. Adobe makes an obscene amount of money, yet somehow still can’t build software that handles fundamental layout changes in a reliable way. Features that should have been solved years ago are still broken, unpredictable, or unnecessarily complicated.This will be my last year paying for Adobe. After all th
I am working on a 550 page book. I have added a Table of Contents and am currently adding extensive indexing. i hear that as I add more and more index entries that InDesign is more and more likely to start crashing. Are there ways to help avoid it crashing?
I noticed my 100K black become transparent when there is a drop shadow object. It shows up in exported pdf and print. The same thing happened with any object effects, inner shadow, outer glow, feather ... I did find a temporary solution to change the 100K to rich black and the transparency disappeared in print. Or if I change the transparency blend space to RGB and the problem went away. I created the document as a print document and used all CMYK colors, why do I have to change the transparency blend space to RGB? I never noticed I have to do that before. Is there something wrong with my InDesign setting? Please help, thanks!
This should be straightforward, but I’m just learning InDesign. I want to put the chapter name in the running foot. The chapter name is on a style. How do I do that? Also, as a matter of design, do you have any recommendations on which side of the page to put the title or the page #? I’ll probably do it mirror image for left and right pages.
Select the range from the first line to the “Only by” line (blue), run the script, and the gap between the bottom text and the bottom of the text box will be essentially the same as before.However, when you select the range from the first line to the “help efforts” line (orange) and run the script, the gap between the bottom text and the bottom of the text box becomes noticeably larger.Where does this discrepancy come from, and how can it be avoided? Even if you change `selLinesNum` to `selLinesNum-1`, the same problem will occur. The goal is to add (or remove) one row at a time.Does the formula look wrong?var d = app.activeDocument;var item = d.selection[0];var zp = app.activeDocument.zeroPoint;app.activeDocument.zeroPoint = [0, 0];var selLinesNum = item.lines.length;// Get the text frame heightvar tsf = item.parentTextFrames;var sb = tsf[0].visibleBounds;var boxH = sb[2] - sb[1];// Get current font size and line spacingvar fontSize = item.pointSize;var ole = item.leading;// Desired n
After the 20.3.1 update, exporting a file to a PDF from InDesign is painful. Ridiculously slow even when the document is fairly light weight, everything is linked properly etc...never mind when it's a larger, multipage document. It is so incredibly frustrating. So far, I have tried: Restarting multiple times just to make sure it wasn't just these few documents that had the issue Trashing the preferences twice now Complete reinstall Turning off the live pre flight Turning off the GPU None have worked. I am using Extensis Connect as a font manager, mostly because I have yet to find an alternative where the auto activation works as well as theirs does. If I found something else, I'd probably switch as it can be laggy sometime but I've used it in conjunction with InDesign for years and years and have NEVER had an issue like this before. Is anyone else having this issue? If so and you resolved it, how? Taking any and all suggestions. I've never
A curious symbol has appeared at the bottom left of a placed image. I’ve never seen it before. It’s not part of the image. What is it? I replaced the image but it’s still there. It disappears if I remove the image. It does not show up if I open the image in Photoshop.
I know how to change the units of measurement. Edit, Preferences and then I can change picas to inches or whatever. In the old CC 6, this would become the default. Now, in the online InDesign, every single new document I have to change the preferences from picas to inches. Is there a way to permanently change this? It's annoying as heck!
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.