Re: PDFing from InDesign CS2
Re: PDFing from InDesign CS2
- Subject: Re: PDFing from InDesign CS2
- From: "Stockly, Ed" <email@hidden>
- Date: Mon, 01 Feb 2010 13:26:16 -0800
- Thread-topic: PDFing from InDesign CS2
> Trying to find a way to set the application's (InDesign CS2) default PDF
preset.
Does this work for you?
tell application "Adobe InDesign CS2"
get properties of PDF export preferences
tell PDF export preferences
set acrobat compatibility to acrobat 5
set color bitmap sampling DPI to 300
set grayscale bitmap sampling DPI to 300
--etc.
end tell
end tell
HTH,
ES
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden