Re: PDF to Tif
Re: PDF to Tif
- Subject: Re: PDF to Tif
- From: kai <email@hidden>
- Date: Wed, 14 Dec 2005 02:26:31 +0000
On 14 Dec 2005, at 00:32, Brett Conlon wrote:
Out of interest, what resolution does it save the TIFF to? Can this
be set?
Image Events, while handy for a few things, has a pretty basic
feature set. Resolution remains the same as the source file. You can
get it, but not set it - although there is a scaling option:
---------------
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)
scale by factor 0.5
save as TIFF in p
close
end tell
end tell
---------------
---
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