Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TIFF to PDF conversion



At 10:46 PM -0400 6/10/07, Chris Tangora wrote:
I was looking at a way to convert a CMYK composite TIFF to a PDF. I thought about using SIPS but that doesn't save out as PDF. What is the best way anybody has found to make a PDF file from a TIFF? Has anybody tried doing this?

In addition to the excellent suggestions you've got already, you may want to use Smile (free version.) A script for Smile would be:


set (a,b,c,d) to imagefile bounds thetiff
set w to make new graphic window with properties {pagewidth: c, pageheight: d}
beginfigure(w)
drawimage ( thetiff , (0,0) , "" )
endfigure()
save w in file thepdf

Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
References: 
 >TIFF to PDF conversion (From: Chris Tangora <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.