Print Page | Close Window

PDF to TIFF

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=362
Printed Date: 18 May 24 at 4:38PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: PDF to TIFF
Posted By: bsaf
Subject: PDF to TIFF
Date Posted: 11 Mar 06 at 8:11AM
How to extract PDF to Tiff ? Some examples...



Replies:
Posted By: Frans
Date Posted: 14 Mar 06 at 1:57PM

PDF is a page description language. TIFF is purely graphical. I think you have to use a commercial print to TIFF solution (I use Peernet, but there are other very promising looking products). IIRC, another possibility is using Ghostscript with special commandline parameters.

Or output to JPEG and roll your own with libtiff, but this seems like a lot of work.

 



-------------
Frans


Posted By: seva
Date Posted: 14 Mar 06 at 4:18PM
You can use GDI Plus library for converting to TIFF.

-------------
Seva Minkovich
www.etecad.com
seva@etecad.com


Posted By: Ingo
Date Posted: 15 Mar 06 at 2:19AM
Hi bsaf!

Why not use RenderDocumentToFile?
For each documentpage a new tiff... This should work.

Best regards,
Ingo


Posted By: FoolishP
Date Posted: 17 May 06 at 12:52PM
Tiff is not an option mentioned in the documentation for RenderDocumetToFile. Is there an undocumented option that will allow for this?


Posted By: Ingo
Date Posted: 18 May 06 at 4:38AM
Sorry. You're right. No tiff.

Best regards,
Ingo


Posted By: FoolishP
Date Posted: 18 May 06 at 5:59AM
For my imaging work, I use ImgX ActiveX controls from Atalasoft. (they also have .NET controls). While their control will not read PDF, it can read many other formats. I used RenderDocumentToFile to render the PDF to PNG format. From there, I read in the PNG files into ImgX and export to tiff.


Posted By: pschott
Date Posted: 18 May 06 at 9:16AM
Use RenderPageToStream or RenderPageToFile
Load into GDIPlus (See MSDN for example) and save as tiff.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk