Scripting Acrobat Distiller
Scripting Acrobat Distiller
- Subject: Scripting Acrobat Distiller
- From: "LaBree, John" <email@hidden>
- Date: Fri, 3 Oct 2003 13:47:25 -0400
I am trying to write a droplet script that will direct Distiller 5 to
convert postscript files dropped on it to PDFs with specific security
settings. As far as I can tell I have it right except for one minor detail.
It converts the ps to pdf and sets the security to "Acrobat Standard
Security" and even sets the proper password, but regardless of the settings
I specify, the pdf produced has all of the options allowed.
Can any of you give me a clue what I am doing wrong? The line breaks may
display wrong in the email.
Script beginning -
on open y
set x to 1
set OptionPath to "Macintosh HD:Applications (Mac OS 9):Adobe Acrobat
5.0:Distiller:Settings:DistllForQuad.joboptions"
repeat number of items in y times
tell application "Acrobat Distiller 5.0"
open (item x of y as alias) joboptions alias OptionPath
changepassword "abc456" with wait without printing, changing, selecting and
notechanging
end tell
end repeat
end open
end of Script-
Thanks in advance for your help,
John E LaBree
Imaging Center Manager
GNeil Corporation
(954)846-8899 xt:5451
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.