Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Convert PDF to TIF
  FAQ FAQ  Forum Search   Register Register  Login Login

Convert PDF to TIF

 Post Reply Post Reply
Author
Message
moakley View Drop Down
Beginner
Beginner


Joined: 23 Oct 12
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote moakley Quote  Post ReplyReply Direct Link To This Post Topic: Convert PDF to TIF
    Posted: 12 May 14 at 5:39PM
I have a single page PDF that I am trying to convert to TIF.  I am using the following code. 
 
  if (qp.Unlocked() == 1)
  {
            DocumentID = qp.LoadFromFile(pdfFilename, "");
            qp.RenderDocumentToFile(150, 1, 1, 10, tifFilename);
            qp.RemoveDocument(DocumentID);
  }
 
For closer inspection is there a way I can make the PDF available for troublshooting?
Back to Top
Chopinke View Drop Down
Team Player
Team Player


Joined: 29 Apr 14
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chopinke Quote  Post ReplyReply Direct Link To This Post Posted: 12 May 14 at 9:32PM
I hope the following code helps (Delphi):

            DPL.LoadFromFile(pdfFile, '');
            cnt := DPL.PageCount;
            for pg := 1 to cnt do
            begin
              DPL.SelectPage(pg);
              DPL.RenderPageToFile(150, pg, 7, 'tifFile'+IntToStr(pg)+'.tif');
            end;

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store