Re: TIFF to PDF - easiest way?
Re: TIFF to PDF - easiest way?
- Subject: Re: TIFF to PDF - easiest way?
- From: Skeeve <email@hidden>
- Date: Mon, 27 Jun 2011 20:20:21 +0200
Am 27.06.11 19:44, schrieb ilsa:
set my_source to "Macintosh HD:Users:ILC:Desktop:DV-110606a:2011-06-06
12-17-07_IMAGE000_102.tiff"
set my_dest to "Macintosh HD:Users:ILC:Desktop:DV-110606a:2011-06-06
12-17-07_IMAGE000_102.pdf"
do shell script "sips -s format pdf "& quoted form of POSIX path of
my_source& " --out "& quoted form of POSIX path of my_dest
Something must be fishy about you OS X ;) Which Version do you use?
Or maybe the TIFF is borken? Can you mail it to me? Because this script
worked fine for me:
set my_source to "Macintosh HD:Users:skeeve:Desktop:test.tiff"
set my_dest to "Macintosh HD:Users:skeeve:Desktop:test.pdf"
do shell script "sips -s format pdf " & quoted form of POSIX path of
my_source & " --out " & quoted form of POSIX path of my_dest
_______________________________________________
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