Join a global community of InDesign users.
Récent
Hallo liebe Adobe Community,habe das Problem das unter Mac OS Monterey das InDesign Handwerkzeug mit der Leertaste (Arbeitsfläche verschieben) und die Bildskalierung mit shift + cmd nicht funktioniert. Arbeite an einem Mac Book mit externem Samsung Monitor. InDesign habe ich gelöscht und neu installiert und trotzdem besteht der Fehler immer noch :-(. Unter Mac OS Mojave am iMac funktionierte alles noch Fehler frei. Hatte jemand das gleiche Problem und eine Lösung gefunden? Gibt es bald ein Update von seiten Adobe oder Appel, man ließt das es einige Fehler gibt.
I have a table 5 columns by 170 rows. I want to transpose the 4th and 5th columns and I can't find any advice on this. Thank you.
Hi there,I'm looking to create a script that helps me to create blank InDesign documents based on a CSV file.The data I would like to change is as follows:File nameHeightWidth Then, I would like to add an IF to the script that if larger than 5486.4 mm it will scale it down 50%, both Height and Width. I got this far but I'm a bit stuck:var file = File.openDialog("Document", undefined, false); var folder = Folder.selectDialog("Document"); file.open("r"); var content = file.read().split("\n"); for (var i = 0; i < content.length - 1; i++) { var curLine = content[i].split("\t"); var h = curLine[0]; var w = curLine[1]; var mar = curLine[2]; var n = curLine[3]; docName = n + "_" + h + "×" + w; try { var newDoc = app.documents.add(false); newDoc.documentPreferences.pageHeight = h; newDoc.documentPreferences.pageWidth = w; newDoc.marginPreferences.properties = {top: mar,left: mar,right: mar,bottom: mar}; newDoc.save(new Fi
Hi, everyone! I have placed a video in my Indesign document. Then I selected the video and made it to Object State so that I can play it when clicking a button. My question is how do I hide the video after I have played it? I want to close it so that I can see the home page of my design, but it doesn't work. Note: I export it with Publish Online. <Title renamed by MOD>
When I create a new RGB document using the "Web" document profile and place a PNG with transparency on it, the rendering inside the document window gets extremely messed up. This issue doesn't occur if the transparency is removed from the PNG. Additionally, if I switch the display mode from GPU to CPU (though it significantly slows down the rendering), the issue doesn't occur. Can you please tell me if this is a problem specific to my environment that can be fixed, or if it's a bug in InDesign? My setup is InDesign 19.5 / Sonoma 14.6.1 / M1 ULTRA. The same issue has been happening since Ventura. <Title renamed by MOD>
I like to keep my Styles panels' content organized differently than some other people also working on the ID file.However, the content of the panels (e.g. Styles sorted alphabetically) remain in the order that the last person using them left them in. Is there a way to return a panel to a previous state?
Is anybody else having this problem? E.g I can see the word 'Links' on the right hand side palette but I click it and it doesn't appear. I have to drag the palette out to view what's on it
I want to adjust the width of the columns in my table, but I don't want the table size to change. If you can help, thanks.
Is there a way to get a lot of text into sepertate text boxes? <Title renamed by MOD>
Goodmorning, I am trying to save my Indesign Document to Printwork PDF. However, it says: Document has connections to files/url's which are not locatable. Check network or the original source of the content. Tried many many many things (ofcourse checking connections, files, url's and so on) but so far no solution. Anyone that can help me out? thx Sue<Title renamed by MOD>
Hi ! Joel, I also have the same issue , I need to place Arabic text from word document to Adobe illustrator , when I place it , I find all the numbers in the illustrator when placed from the Arabic word document gets changed 1.0 becomes 0.1 . the text in some of the texts shows garbage , i.e Arabic letters shows as squares . In the word Arabic document the majority of the font is Times new Roman , but when placed in illustrator it shows Adobe Arabic font . I have done the setting as you suggested that is Character direction is default and paragraph direction is right to left for Arabic but still I get the above issue I tried in InDesign as well , there is less issue in indesign with respect to font , here in some cases numbers change from English to Arabic , Please share any setting updations which I need to do , <Title renamed by MOD>
I have a table of text, and some cells need two lines of text. The second line just gets jammed in there and the row won't grow. It needs more than the minimum and less than the maximum.This may just be some setting somewhere and not a bug.
Hello. I have created interactive PDF in InDesign and want to use it on Goodnotes. All links between pages work fine in PDF readers, but when I import it to Goodnotes all "buttons" are gone. Nothing that was linked is visible. Other elements, such as background, is visible. Interactive PDF from Canva works fine on Goodnotes, just from Indesign it does not work. Answer that it is interactive PDF that does not work is not an answer, because whole etsy is full of huge digital planners which are done in InDesign and work fine on note taking apps.Thanks in advance!
I'm getting the spinning blue wheel continually in the top menu bar when making a pdf. It seems like there's a process that is not completed, but I sometimes get a pdf and sometimes an alert. any ideas? Running 19.5 on Sonoma 14.4.1 <Titile renamed by MOD>
I'm trying to make a reflowable epub file for an ebook, and no matter what I do, when I check the epub file, I keep getting these two errors: ERROR(RSC-005): /OEBPS/toc.ncx(16,11): Error while parsing file: element "navMap" incomplete; missing required element "navPoint" ERROR(RSC-005): /OEBPS/toc.xhtml(9,9): Error while parsing file: element "ol" incomplete; missing required element "li" It looks exactly how it's supposed to in my epub viewer, so I don't know why I'm getting these. Messing around with the file and searching for solutions online has just made me more frustrated, especially since I know I made an error-free epub last year for a different book - I just don't remember how I did it. I think the problem might be with the TOC, but I don't know what else I can try to get rid of these errors. Any suggestions? I don't have time to try starting over in a different program, since my publication deadline is coming up pretty soon. Could I just make a linked TOC manually inst
Hello there,So on my master page, I was able to do the page numbers on my footer, Page A of 1 so it increases based on the page. But on the right side, I'm needing to increase the number by 1 in the box. So D100, D101, D102, etc.I'm having a really hard time figuring out how to increase this properly so that it doesn't impact the page count on the left side. Any help would be appreciated.
I've recreated a printed book for reflowable epub in InDesign and it's about ready for export. I'll be using Sigil for CSS and some XHTML tweaks. Now I'm ready to concentrate on Kindle.I don't want to imbed fonts, per James Gifford's InDesign to Kindle but I've used Unicode 2060 (word joiner) character in Gentium Plus between em dashes and the word they should be glued to. Should I just use CSS to put the Gentium+ back in? Thanks.
Hi everyone,I'm working on a script which runs Find/Change queries via a dialog window where each query has its own painel/button. The thing is that, only the 1st button works and when I click on it, it runs 'query 3' instead of 'query 1'. When I close the window, the script still runs 'query3', something that it's not supposed to do. I assume there are issues with 'myWindow.close' and 'myWindow.show'? Should I use another structure for the Find/Change function codes (e.g.: starting with If(...) etc.)?See below a short version of the script - the final version will have several queries and lots of formatting attributes to Find/Change in the code. For now, I just need to figure out how to fix the mentioned issues. Could anyone please help me? Thanks in advance, Rogerio.// My dialog window var myWindow = new Window("dialog", "Title"); myWindow.text = "Find/Change Queries"; myWindow.preferredSize = [300,300]; myWindow.alignChildren = ["center","center"]; myWindow.orientation = "colu
After I upgraded my PC to Windows 11, any InDesign 5.5 documents I open with Arial font, shows I only have Arial as a TTF and that's been this way since I first installed InDesign. When I look at the file path for another font that is listed in the form, it shows correctly. I dont quite get why Arial isn't being seen by InDesign now nor have I found how to fix the issue. <Title renamed by MOD>
InDesign no reconoce las tilsdes y letra ñ al importar un archivo CVS. Alguien sabe como solucionarlo?
Is it possible to export gifs directly from InDesign? <Title renamed by MOD>
Hello,This is the second time this has happened to me in the past month so I'm getting pretty frustrated.Essentially, it goes like this:Load a document, which goes just fine.Move a text box.Crash.Or, it goes like this:Load a document, no issues.File > document setup, intending to change the page size project-wide.Click the box to type in new page size.Type anything.Crash.Or, in an even more fun event, it goes like this:Load a document, no issues.File > document setup.Try using the up/down arrows instead of typing because it feels like text must be the issue.Crash. In any of those cases, when I try to open up that document again, the application notifies me that they're likely corrupted. If I try to open them anyway via that dialog, they won't open. If I open them again via File > Open, then they open like normal. I'm running 15.1.1 on MacOS Catalina 10.15.6. I've rebooted my computer, uninstalled/reinstalled InDesign. I've cleared my preferences. Nothing.
Hi Everyone, We are happy to announce that the ability to generate images by providing a text prompt is now available in InDesign. ► Text to Image (Beta) is a beta feature in InDesign and is now available for testing and feedback ► Text to Image (Beta) is available in English. Text to Image feature empowers users to generate images in Photo or Art format with simple text prompts, powered by Adobe Firefly in InDesign. The "Text to Image" feature can be accessed by using the "Text to Image panel" or the "Contextual Task Bar". Update InDesign Generate Images using the Text to Image panel InDesign 19.4 introduces a powerful new feature: "Generating Images from Text prompts." Now, you can effortlessly create images by describing your prompt, selecting the content type and aspect ratio, and generating three variations to choose from. It's a huge time-saver and a game-changer for your workflow! Please refer to the
Because InDesign 2024 is always crashing, I have to close that launch screen eighteen times a day. Why isn't there a "Don’t show again” check box on it? Hello. . . Adobe? Are you listening? <Title renamed by MOD>
Anybody know what this is?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.