Hi, I tried to export to PDF from ID CS3, the script is as follow:-
tell application "Adobe InDesign CS3"
tell PDF export preferences
set PDF destination profile to use no profile
end tell
tell document 1
export format PDF type to filename without showing options
end tell
end tell
But it prompt me an error message:
Adobe InDesign CS3 got an error: The property’s value is locked and cannot be changed.
when executing this line:
set PDF destination profile to use no profile
Please advise. Thanks!