Re: PDF to Tif
Re: PDF to Tif
- Subject: Re: PDF to Tif
- From: Wayne Melrose <email@hidden>
- Date: Tue, 13 Dec 2005 21:41:02 +0100
sips...
set f to POSIX path of (choose file) -- pdf file
do shell script "sips --setProperty format tiff " & f & " --out ~/
Desktop/test.tiff"
Also really worth a look.. you can choose different file types,
resize images and a whole bunch of other stuff I haven't really got
to yet..
Wayne
On Dec 13, 2005, at 7:20 PM, Stockly, Ed wrote:
I'm looking for a scriptable way to convert PDF files to Tiff
images. (Each PDF file is a single page)
I can do both manually via the user interface in either Photoshop
or Acrobat, but neither works via AppleScript.
Any suggestions?
Ed Stockly
Los Angeles Times
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >PDF to Tif (From: "Stockly, Ed" <email@hidden>) |