Print Page | Close Window

Convert PDF to jpeg or gif format

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=2242
Printed Date: 24 Apr 25 at 6:40AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Convert PDF to jpeg or gif format
Posted By: dummypdf
Subject: Convert PDF to jpeg or gif format
Date Posted: 23 Apr 12 at 1:45PM
Hi all,

I'm looking for a tool to convert content of a pdf document to graphic picture, one separate (gif or jpeg) picture per doc page.
As I just discovered QuickPDF existence, I just would like to know if it is possible to do this conversion with QuickPDF.
If not the case, what soft could I use?

Thanks a lot
Regards



Replies:
Posted By: Ingo
Date Posted: 23 Apr 12 at 2:02PM
Hi Dummy ;-)

Try the advanced search function (above, on the right side) with
RenderPageTo
You'll find enough code for trying.

Cheers and welcome here,
Ingo


Posted By: AndrewC
Date Posted: 19 Sep 12 at 1:03AM
dummypdf,

QuickPDF is more than capable of doing the task. You will need to a small section of code though.

  QP.LoadFromFile("pages.pdf", "");
  QP.DocumentPageToFile(200, 1, QP.PageCount(), 1, "pages%p.jpg");   

This will create pages1.jpg, pages2.jpg, pages3.jpg ...  ie 1 jpg at 200dpi for each page in the PDF file.

What programming language are you using ?

Andrew.




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