Convert TIFF to PDF

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Dextrasys
Forum Newbie
Posts: 1
Joined: Mon Mar 26, 2007 9:36 am

Convert TIFF to PDF

Post by Dextrasys »

How do I convert TIFF to PDF using PHP? Poniters and details would help. Thanks.

Gomathi
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

PHP doesn't have native support for TIFF image files.. so generally, you don't, unless you use an external program that does.. or a class that can parse the image format.
Post Reply