Join a global community of InDesign users.
Als letztes aktiv
Hello all,I open an older version indesign document in 2019, and try to convert text to outlines, and it deforms, changes the adjustments of the text, changes the text frame width, leaving the outlined text with kerning errors. I have checked the fonts for any error, they seem to be fine. Anyone having the same problem?[Here is the list of all Adobe forums... https://forums.adobe.com/welcome][Moved from generic Cloud/Setup forum to the specific Program forum... Mod]
Hello everyone,I have a stupid question: until some time ago we were still working with Indesign 2023 on several computers because it went well.A few weeks ago, we loaded the update to ID 2024. This is also going so far, only one thing is annoying: with ID 2023 and also with all versions before, you could scale the screen view with "Command-Spacebar" and then a rubber band appeared, which covered the scaling range. With ID 2024, the rubber band is no longer present at "Command-Spacebar", but the screen scales immediately. For the rubber band, you now have to add the shift key to get this function. That's annoying!Is it possible to change this somewhere?Thank you, mac.friend <Title renamed by MOD>
Hallo zusammen,InDesign aus der Creative Cloud läuft auf MacMini problemlos, jedoch seit heute nicht mehr auf dem PC. Dort zieht das Wartezeichen ewige Runden und blockiert das Programm selbst, aber auch andere Programme auf dem Rechner. Egal, ob man InDesign aus einem Dokument startet oder aus der CC. Was tun?
Hi everyone Is it possible to replace all incidents of a swatch, eg. C40 M40 Y80 K0 (or Pantone for that matter) to another, eg.C25 M35 Y65 K5 when exporting a PDF without doing the change in the actual document? Would love to hear your experiences, thanks <Title renamed by MOD>
I have a document that includes long lists of names, many of which are followed by words in parentheses that need to have a certain character style applied (but the parentheses remain unstyled). Several years ago I asked if there is a GREP search that can accomplish this, and I received an answer from Nigel Chapman that worked: Because you want to exclude the brackets from the matched string, you need to use look-behind and look-ahead. It isn't pretty. Search for(?<=\()[^)]+(?=\))Set the replacement to$0and set the Change Format to your character style. It doesn't seem to be working now. Should this still accomplish what I need, or is there a change to the Find or Change To strings I need to make? Mac OS 12.4InDesign 17.3 Thanks
I've read thru the threads, tried File>New then Place>file and I get this error message. Suggestions? <Title renamed by MOD>
I am creating an interactive pdf. On one page I would like a reader to be able to use a slider (or a good alternative) to view and move between 4 images of a single building. The building looks new and the gradually becomes older and more overgrown. I simply have 4 photoshopped images which show the building looking more and more overgrown. So I would like the reader to be able to move the slider backwards and forwards and watch the building change in age. Is this interactivity possible using Indesign? Thanks for any help.
When using Variable Fonts and checking ‘Map Optical Size to Font Size in Variable Fonts’ (under Preferences > Type), are the type sizes extrapolated from fewer drawings? For instance, in a 24 pt. size, does ‘Map Optical Size’ employ the Display-size drawing, or is the optical size created based on the selected size? In other words, for fonts that possess four optical sizes (Display, Subhead, Regular, and Caption) will selecting ‘Display’ produce the optimal rendering at 24 pt., while selecting ‘Custom’ extrapolates a rendering at the 24 pt. size?
ABCD NameAD NameABD Name I need to align the three above.Some people may use grids, but that feature is difficult to use and I usually don't use it. It's better to use font spacing. However, it is troublesome to adjust the font spacing. For example, when the font size becomes larger, I have to try every Letter spacing value.Just want to ask: What is the relationship between font size and spacing, can we calculate it?
For years I have been using a G13 Logitech Gaming Board with CCSuite. I have the key shortcuts I use most programmed into the G13. I had Illustrator 2017 and Photoshop 2017 installed and had been using them since their release. This week I was able to upgrade from InDesign 2014 to 2017. When I did, the macro's using the Space and Shift keys stopped working. These are keys I use constantly. I use Command + Space to Zoom In, Space to activate the Hand tool, Option + Command + Space to Zoom Out. They all still work pressing them on my keyboard but not on the G13. Does anyone have any ideas?Things I have done since updating to InDesign 2017:uninstalled and reinstalled all CCSuite programsupdated Logitech and Wacom drivers (This caused a conflict between the two so, I had to install older drivers)deleted and reprogrammed both the G13 and Wacom shortcutsposted a help question on Logitech's forum (no reply or even acknowledgment)This issue is really cutting into my productivity.It is harshing
Hello everyone, I am seeking assistance with an issue related to some very important files. A friend of mine, who is quite elderly, authored a series of documents many years ago using Adobe PageMaker 6.5 on an old Mac, which has since broken down. Recently, I managed to recover the hard drive and found four files, each containing over 2000 pages of content.However, I am facing multiple challenges: 1. Cannot Open Files: I attempted to open the files with both InDesign CS6 and CS5, but the program crashes every time. It seems there might be compatibility issues or corruption in the files.2. Font Issues: The primary language in the documents is Vietnamese, with some annotations in Chinese characters and Japanese. The original font used is "Vinapala". Additionally, I am unsure which encoding was used in these documents. I tried opening it with other editors, of course some applications can open it but it has font error, looks like martian language.These files are crucial to
I purchased the font Jealous Punk Dot, thinking I could quickly fill the interior dots with a contrasting color to the primary letter of the font. For example, a pic online shows the font in white, with the dots inside being blue. I assumed I'd only need to click the stroke button, and the inside dots would fill. However, when I hit the stroke button, it adds a stroke around the entire font and inside the dots- as it should. I don't have to convert the font to outlines and fill in each dot, right? What would be the point of that? I'm stumped. It's like the font has two main colors. Help!
It's strange that there's no option in the object style to limit the size and have the height vary with width. When I only limit the width to 52mm, I want the height to scale proportionally with the width.Now here's the thing, the frame doesn't automatically fit. Am I just not getting it?Or did Adobe forget?Thanks.
I do not know why I am getting this message. I have never seen this before in all the years I've been using Adobe apps. I had some files on my server. I copied them to a transfer drive. I then copied them to my production machine. I do not have my server mounted to my production machine. I open a InDesign file and this is what I get. I am current on all apps and OS. TIA <Title renamed by MOD>
Hi, I'm trying to use the Share for Review feature and keep getting the error: There was an error creating the artifact. I am using InDesign version 16.2.1 and Windows 10. Thanks for any help!
Hello, Below is a script indended to swap two selected items. Should a user have a graphic the script portionally centres the images in their new frames. However EPS do not behave in such a away, but jpgs pdfs and psds all seems okay. Any hints would be most welcome, Best, Smyth //AutoSwap app.doScript(function () { if (app.selection.length !== 2) { alert("Please select exactly two objects."); } else { var firstObject = app.selection[0]; var secondObject = app.selection[1]; // Check if either object is a GraphicLine if (firstObject.constructor.name === "GraphicLine" || secondObject.constructor.name === "GraphicLine") { alert("Cannot swap selection with a rule."); return; // Exit the script if a GraphicLine is detected } // Ensure both objects are valid if (!firstObject.isValid || !secondObject.isValid) { alert("Invali
I feel like an idiot having to finally give up and ask this, but how do I get my chosen workspace to stay up and available? (Win 11, ID 19.0.1 but persistent since first v19 release.) What I want is simple: if ID is open, I want my workspace (all panes and palettes) visible. I use an enormous spread of panes that I've optimized over the years, and hate having to go look for things. Through the end of v18, other than the occasional glitch after an update or prefs reset, ID has quietly met this requirement and displayed my workspace from startup to exit, regardless of what doc I may or may not have open. Since v19, ID seems to refuse to open a workspace until I open a document. Bad enough, except that I have occasionally opened ID to find my full workspace laid out, so it must be possible, right? And then it's a crapshoot as to whether the workspace will open even when I do open a regular work doc, one that has been closed multiple times with the full and proper layout arou
Bonjour, j'ai un problème sur mes exports pdf indesign. Quand j'imprime en recto verso, le vérso est systématiquement à l'envers... Le problème vient forément d'indesign car il est récurrent même sur des imprimantes différentes. Je précise que le recto comme le verso apparaissent pourtant à l'endroit sur mes documents pdf. Par pitié, quelqu'un aurait il une solution ? Je vous remercis d'avance pour vos réponses 🙂
I know there must be a simple way to do this, but I don't have time to do research to find out... I have a 200+ page document and need to change the point size of a single word throughout. I don't want to spend time changing each instance of the word individually--and I know there's a solution so that is unnecessary--but I'm not aware of how to do it. I know it's a dumb question, but I seriously can't stop work to try and find the answer... <Title renamed by MOD>
Is there a way I can name a page in the Pages panel to something I can easily recognise so that I can find or move a page without difficulty? Like how you can rename an artboard in Illustrator. Hope I'm using the proper terminology! <Title renamed by MOD>
I am trying to achieve to put Kasheeda on selected character only. In fact, I ahve kasheeda enabled in paragraph style. Some characters are not looking good in kasheeda so I thought of removing kasheeda from that characters or use some other kasheeda. Indesign gives an option. If I change kasheeda from drop down, it changes in the whole paragraph and not the selected characters. Is there a way to achieve that using script or Character styles ? Here is the textاسمہ اسلام اباد، یایہا الناس اجتنبوا الكذب Here is the code I have written to apply character style BUT I do not know how to control that drop down.I have attached a screenshot and IDML file also. Here is the code written to apply character style:var characterStyleName = "Kasheeda"; var mySelection = app.selection[0]; if (mySelection.length == 0) { alert("Please select some text first."); } else { // Check if the character style exists in the document var charStyle = doc.characterStyles
Hi,I'm looking to create A6 stationery that can be printed 4 times on an A4 sheet without having to create them 4 times on the screen (in an A4 doc). Is this possible?Until now I have been using photoshop to create A6 note cards (in an A6 doc) and have been printing these induvidually.Also, do you think In Design is the better program to print stationery too? I'd liek to branch out into wedding stationery. I've found if I print the same design from Illustrator or Photoshop, the Photoshop print comes out a much better quality.Any help gratefully received 🙂
Latest Win11 Pro, latest InDesign. Text is displayed in noticably lower quality when not being edited with all settings set to high. For the current price tag in 2024 this is ridiculous. Here's a video: indesign_text_issue.mp4
I am having an indexing problem. In the past I used the ‘See also’ feature but now for some entries I need to delete this but every time I do so InDesign crashes. I am forced to trawl thru the index each time I refresh it to manually delete the unwanted entries on the page. I have attached an example of the problem as it exists now. Originally these entries related to another name (BEASLEY) which I have completely removed fromm my document. I have removed the other entry the ‘See all’ was linking with. I have tried every strategy I can think of but the outcome of all is a crash and when I recover the material the problem remains. BENTONBrian: .... D8.Mark: .... D8.Melanie: .... D8.BESLY See also ; See also .BEZELEY See also .BEZLEY See also .BILLINGSMay V: .... D6.BISHOPCheryl J: .... D8.
I'm using MacOS Ventura and I keep my work computer turned on 24/7 so I can connect to it from home. I found a memory leak in the new InDesign Quicklook feature. I was experiencing sluggishness like when memory runs out but couldn't see that I was doing something I haven't done before. There's 24 GB RAM in my Mac and it seldom runs out. I had a look at the Activity Monitor and saw the InDesign Quicklook plugin using almost 7 GB RAM!I force quit it and it restarts at about 250 MB RAM. Now it's 3-4 days later and it's up to 1 GB RAM. Looks like it's slowly eating up memory and since I dont turn off my Mac it builds up. Posting this as a heads up to others. Don't know how to send in a bug report to Adobe but maybe someone here knows about that? Back at 1 GB RAM after a few days
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.