• 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: TIFF to PDF conversion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TIFF to PDF conversion


  • Subject: Re: TIFF to PDF conversion
  • From: Emmanuel <email@hidden>
  • Date: Tue, 12 Jun 2007 00:20:53 +0200

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:
Archives: http://lists.apple.com/archives/applescript-users

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

  • Prev by Date: create new field definitons in FileMaker
  • Next by Date: Remove iTune album ?
  • Previous by thread: Re: TIFF to PDF conversion
  • Next by thread: Re: TIFF to PDF conversion
  • Index(es):
    • Date
    • Thread