Re: Converting Tiff's to PDF
Re: Converting Tiff's to PDF
- Subject: Re: Converting Tiff's to PDF
- From: Michelle Steiner <email@hidden>
- Date: Thu, 8 Jan 2009 13:25:46 -0700
On Jan 8, 2009, at 12:58 PM, Paul Berkowitz wrote:
On the other hand, the way to do it in GC is not immediately obvious
- it's
erroring my 'save window 1 as "PDF "' but there must be some way to
do it in
GC.
You don't need the quotes around PDF:
tell application "GraphicConverter"
save window 1 in ((path to desktop as text) & "nameoffile.pdf") as PDF
end tell
One problem I found is that the "makecopy" option for Save doesn't
work; it still converts the original file instead of making a PDF copy
of it, hence my renaming the document. Also the dictionary says that
the "in" option is an alias, but I found that it requires a string to
a valid path.
-- Michelle
--
"The optimist proclaims that this is the best of all possible worlds ;
and the pessimist fears this is true." --James Branch Cabell
_______________________________________________
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