Re: PDF to Tif
Re: PDF to Tif
- Subject: Re: PDF to Tif
- From: Brett Conlon <email@hidden>
- Date: Wed, 14 Dec 2005 10:32:09 +1000
Out of interest, what resolution does
it save the TIFF to? Can this be set?
Cheers,
Coj
kai <email@hidden>
You think right, Michelle. Here's a short example (which assumes that
existing files have a "pdf" extension):
---------------
set f to choose file of type "com.adobe.pdf"
tell (info for f) to set n to name's text 1 thru -5 & ".tif"
set p to (choose file name default name n) as Unicode text
tell application "Image Events"
launch
tell (open f)
save
as TIFF in p
close
end tell
end tell
---------------
If file conversion is carried out in batches, the launch command
should be required only initially. (Image Events evidently quits
after being inactive for 5 minutes.)
---
kai
_______________________________________________
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