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!
Multiple copies on printer |
Post Reply |
Author | |
lapinig
Beginner Joined: 20 Jan 06 Location: Italy Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 20 Jan 06 at 6:25AM |
There is a method to print multiple copies of the same page on the printer?
I send a page to printer with the command oPdf.PrintDocument etc. etc. include in for-next cycle (Visual Basic). The page is rendered 'n' times and sended 'n' times to the printer. There is an alternate method? gualtiero |
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi!
Sorry. I think it's better (for a quick answer) to post this at "i need help..." ;-) Bets regards, Ingo |
|
JanN
Senior Member Joined: 29 Oct 05 Location: Germany Status: Offline Points: 116 |
Post Options
Thanks(0)
|
Try these functions:
cp: string; [...] cp := oPdf.NewCustomPrinter(>YourWindowsPrinter<); oPdf.SetupCustomerPrinter(cp, 4, 2); // choose 2 copies oPdf.PrintDocument(cp, 1, oPdf.PageCount, PrintOptions); A little bit of Delphi. But I think it is easy to port to VB. |
|
lapinig
Beginner Joined: 20 Jan 06 Location: Italy Status: Offline Points: 9 |
Post Options
Thanks(0)
|
OK i've translate to VB and works fine.
Thanks to JanN To Ingo. Sorry i've posted in a wrong place. thanks |
|
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