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!
![]() |
Help with batch printing |
Post Reply ![]() |
Author | |
mac32bit ![]() Beginner ![]() Joined: 29 Jun 07 Status: Offline Points: 6 |
![]() ![]() ![]() ![]() ![]() Posted: 05 Jul 07 at 11:13AM |
Hi all
I have written the following code to batch print all PDFs in a folder.
Do I have to wait somehow for QP.PrintDocument to finish before printing the next document?
Many thanks in advance.
Mac
procedure TForm1.BitBtn2Click(Sender: TObject);
var Done:integer; SearchRec:TSearchRec; begin try end;
begin QP := TiSEDQuickPDF.Create; if QP.UnlockKey('EvaluationKeyHere') <> 1 then if QP.LoadFromFile(MyFileName) <> 1 then If QP.Encrypted > 0 Then MyPageCount := QP.PageCount; MyPrinter := QP.NewCustomPrinter(PrintersComboBox.Text); // 2=shrink large pages, 1=rotate to fit and centre on page case PaperGroup.ItemIndex of if QP.PrintDocument(MyPrinter, 1, MyPageCount, MyOptions) = 0 then finally end; |
|
![]() |
|
marian_pascalau ![]() Debenu Quick PDF Library Expert ![]() Joined: 28 Mar 06 Location: Germany Status: Offline Points: 278 |
![]() ![]() ![]() ![]() ![]() |
Hi there,
as much as I know it is ok this way (program I have not checked).
Best regards, Marian
|
|
![]() |
|
mLipok ![]() Senior Member ![]() ![]() Joined: 23 Apr 14 Location: Poland, Zabrze Status: Offline Points: 453 |
![]() ![]() ![]() ![]() ![]() |
I use QuickPDF library
My clients (all together) print more then 5000 pdfs each day. And they are very happy. Why you revive this so old thread. |
|
Here you can find description how to test my examples:
http://www.quickpdf.org/forum/forum_posts.asp?TID=2932&PID=12600&title=drawcapturedpagematrix-matrix-howto#12600 |
|
![]() |
|
Ingo ![]() Moderator Group ![]() ![]() Joined: 29 Oct 05 Status: Offline Points: 3529 |
![]() ![]() ![]() ![]() ![]() |
Hi mLipok,
i've removed the message you've answered to. Looked like spam ;-) Cheers, Ingo
|
|
Cheers,
Ingo |
|
![]() |
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