Print Page | Close Window

Printing Multiple Copies from QuickPDF

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: General Discussion
Forum Description: Discussion board for Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=307
Printed Date: 22 Nov 24 at 11:53PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Printing Multiple Copies from QuickPDF
Posted By: davidwilcoxen
Subject: Printing Multiple Copies from QuickPDF
Date Posted: 06 Feb 06 at 11:47AM

I need to generate multiple-copy print jobs from QuickPDF, but I haven't found any syntax for specifying more than one copy. I would have expected a print option for number of copies, but just don't see it. Has anyone else needed to print multiple copies? Is there a better way than just sending multiple print requests?

Thanks very much for reading.




Replies:
Posted By: swb1
Date Posted: 06 Feb 06 at 12:05PM

In Delphi I would simply put in :

 

Printer.Copies := NumOfCopies;

 

before making the call to print.

I assume most other languages have wrappers for the printer that do this as well.

As a last resort you could just loop your call to print NumOfCopies times.

 

Steve


Posted By: JanN
Date Posted: 06 Feb 06 at 12:11PM
Have a look at this thread:

http://www.quickpdf.org/forum/forum_posts.asp?TID=276


Posted By: davidwilcoxen
Date Posted: 06 Feb 06 at 2:00PM

Jan,

Indeed, that appears to do the trick! Are the various custom printer setup options documented somewhere? How did you know '4' is the value to set the number of copies?

Thanks a million!

-David



Posted By: Pirmin
Date Posted: 06 Feb 06 at 3:24PM

Hi Jan, hi David

After reading your post about the solution, I have been searching the manual for the function SetupCustomerPrinter and I also could not find any description.
The reason is that the function name in http://www.quickpdf.org/forum/forum_posts.asp?TID=276 - www.quickpdf.org/forum/forum_posts.asp?TID=276 has a spelling mistake.
With the correct function name SetupCustomPrinter you will find the description in the manual.

Best Regards
Pirmin



Posted By: JanN
Date Posted: 06 Feb 06 at 3:41PM
Sorry, my fault.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk