Setting PDF security options in Adobe Illustrator CS3 or CS4
Setting PDF security options in Adobe Illustrator CS3 or CS4
- Subject: Setting PDF security options in Adobe Illustrator CS3 or CS4
- From: Jim Skibbie <email@hidden>
- Date: Thu, 08 Oct 2009 11:01:53 -0500
- Thread-topic: Setting PDF security options in Adobe Illustrator CS3 or CS4
Title: Setting PDF security options in Adobe Illustrator CS3 or CS4
I’m trying to control the security option for being able to print a PDF for a PDF that I am saving out of Adobe Illustrator CS3 or CS4.
The parameter allow printing:pdf 128 print none from the class of PDF save options does not seem to affect whether you can print or not print the resulting PDF even though the permissions password comes through. Running this script results in a PDF that has a security permission password of 1234, but you can still print it.
set newFilePathPdf to "Macintosh HD:PasswordTest.pdf"
tell application "Adobe Illustrator"
set curDocument to current document
save curDocument in file newFilePathPdf as pdf with options {class:PDF save options, require perm password:true, permission password:"1234", allow printing:pdf 128 print none}
end tell
Any thoughts on what I’m doing wrong?
Jim
_______________________________________________
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