InDesign CS3 export PDF with convert all spot to process
InDesign CS3 export PDF with convert all spot to process
- Subject: InDesign CS3 export PDF with convert all spot to process
- From: Håvard Graudo <email@hidden>
- Date: Wed, 5 Dec 2007 11:51:33 +0100
I want to export to PDF using a user-chosen export-profile. I want
control the "Output -> Ink manager -> All spots to process" value,
but I cannot find how to access that feature by script. Where is it
hidden?
If I have a document with CMYK + one spot-color and choose export
with "my set" the spot color will survive throught to the PDF.
If I run the below script with the same "my set" it will convert the
color to CMYK.
Why is this and how can I control it?
Håvard
Here are the core parts:
tell application "Adobe InDesign CS3"
set allExportFormats to name of every PDF export preset
tell document 1
set chosenExportFormat to (choose from list allExportFormats with
prompt "Choose an output preset")
set chosenExportFormat to PDF export preset (chosenExportFormat as
text)
end tell
tell PDF export preferences
set page range to "1"
-->>> "set all spots to process to true" ??
end tell
export format PDF type to "Macintosh HD:somefile.pdf" using
chosenExportFormat without showing options
end tell
_______________________________________________
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