• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: PDF to Tif
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: PDF to Tif
      • From: kai <email@hidden>
References: 
 >Re: PDF to Tif (From: Brett Conlon <email@hidden>)

  • Prev by Date: Re: PDF to Tif
  • Next by Date: Multiple IF conditions in one line & path to Users Library
  • Previous by thread: Re: PDF to Tif
  • Next by thread: Re: PDF to Tif
  • Index(es):
    • Date
    • Thread