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!
![]() |
PageCount not working |
Post Reply
|
| Author | |
pmaltais
Beginner
Joined: 14 Dec 10 Location: 404 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Topic: PageCount not workingPosted: 14 Dec 10 at 8:00PM |
|
Hi,
I load PDF documents wich contain more than one page. PageCount always returns 1. I'm using LoadFromStream. What am I missing? Note that further in the code I display the document in a PDF Viewer and the document is perfectly displayed. Here is my code listing: // oDocument is a business object containing the PDF stream and other data related to it... try sLicence := 'my_reg_key'; myPDFLibCtrl := TQuickPDF0722.Create(); if (myPDFLibCtrl.UnlockKey(sLicence) = 1) then begin myPDFLibCtrl.LoadFromStream(oDocument.fileStream); oDocument.numberOfPages := myPDFLibCtrl.PageCount; Result := SaveNewDocument(oDocument); end else begin ShowMessage('Quick PDF Library: Invalid licence.'); end; finally if Assigned(myPDFLibCtrl) then begin myPDFLibCtrl.Free(); myPDFLibCtrl := nil; end; end; Thanks for your help. Patrick Maltais, programmer Edited by Ingo - 15 Dec 10 at 8:05AM |
|
![]() |
|
pmaltais
Beginner
Joined: 14 Dec 10 Location: 404 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 Dec 10 at 8:54PM |
|
I have found the problem. The Stream must be repositionned to its beginning. I added the line
oDocument.fileStream.Seek(0, soFromBeginning); just before the LoadFromStream call and it works perfectly. Thanks
|
|
![]() |
|
Rowan
Moderator Group
Joined: 10 Jan 09 Status: Offline Points: 398 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 Dec 10 at 1:00PM |
|
Thanks for sharing. Useful tip.
|
|
![]() |
|
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