Forum Replies Created
-
AuthorPosts
-
gamouning
MemberThis question has been answered and resolved in a different forum. I am posting a link to the thread for any others who might be interested below:
gamouning
MemberHi,
Can someone tell me how to make changes to a predefined paragraph style called “3. text” using javascript? I need to change the applied font name “Times New Roman” fontstyle “Regular” to font name “YaleNew” fontstyle “Roman”.
Thanks in advance for any assistance you can provide.
-Greg
gamouning
MemberHi Kai,
Thanks for this sharing this code. I am having success with the page range but no luck with selecting my Export preset. I tried using the following:
var myPDFExportPreset = app.pdfExportPresets.item(“Monthly_Rat”)
myDocument.exportFile(
ExportFormat.pdfType,
File(Folder.desktop + “/ExportPageRangeAsPDF.pdf”),
true, myPDFExportPreset
);Note: I know these preset settings do not work because the “Monthly_Rat” does not appear and the PDF that gets created does not contain the correct attributes when I few them via properties.
Thanks in advance for any additional assistance you can provide.
-Greg
September 11, 2018 at 2:24 pm in reply to: Is there a quick way to generate pages without manually adding or editing them? #110370September 11, 2018 at 2:23 pm in reply to: Is there a quick way to generate pages without manually adding or editing them? #110369gamouning
MemberFYI, just discovered this “tip of the day” related to Indesign Book files:
September 11, 2018 at 11:11 am in reply to: Is there a quick way to generate pages without manually adding or editing them? #110366gamouning
MemberHi Nayan,
Have you looked at any of the InDesign Data Merge and Book features? Below I lists several resources which should help you get started:
https://creativepro.com/data-merging-part-3.php
The InDesigner – Episode 33: Long Documents, Part 1 – Book Basics
https://helpx.adobe.com/indesign/using/data-merge.html
https://helpx.adobe.com/indesign/using/creating-book-files.html
https://www.lynda.com/InDesign-tutorials/Understanding-Book-feature/114894/135947-4.html
Hopes these links were helpful!
-Greg
gamouning
MemberThanks Kai, just what I need! :-)
-Greg
gamouning
MemberHi Kai,
Thanks for your reply. Yes, you are correct however, I am not interested in making this script complicated with doing error checking. It will be used with a Find/Change script I created to use an Open Type font.
Regards,
Greggamouning
MemberHi David,
Sorry for the delay. I tested this script and it worked for me perfectly.
Thanks. :-)
-Greg
gamouning
MemberThanks for the link David. I will give this script a try.
Regards,
Greggamouning
MemberHi Masood Ahmad,
Thanks, I appreciate your reply and will take a look at this video.
-Greg
gamouning
MemberHi Obi-wan Kenobi,
Thanks for your reply. This looks like what I need:
How do I download and test a copy of this script?
-Greg
gamouning
MemberP.S. Some paragraphs contain text following ” – ” and I want to leave those paragraphs asis.
gamouning
Member@evgenytr Thanks for your reply. Since this post, I received a script which meets my basic needs written by Colin Flashman. He expressed an interest in making it available some time in the future to the public if others have a need for it.
gamouning
Member@kboulier74 thanks for your reply. I am familiar with both of the scripts you mention. However, what I need is a way for InDesign to process multiple data merge “files” not records. Apologies if this wasn’t clear in the original post.
-
AuthorPosts
