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!
![]() |
Convert PDF to TIF |
Post Reply ![]() |
Author | |
moakley ![]() Beginner ![]() Joined: 23 Oct 12 Status: Offline Points: 9 |
![]() ![]() ![]() ![]() ![]() 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?
|
|
![]() |
|
Chopinke ![]() Team Player ![]() Joined: 29 Apr 14 Status: Offline Points: 24 |
![]() ![]() ![]() ![]() ![]() |
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; |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store