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!
![]() |
Print and Sort |
Post Reply
|
| Author | |
PDFNow
Beginner
Joined: 20 Dec 11 Status: Offline Points: 10 |
Post Options
Thanks(0)
Quote Reply
Topic: Print and SortPosted: 20 Dec 11 at 8:50AM |
|
Hello,
I want to print a pdf-document several times with this code: Dim customPrinter Call QP.LoadFromFile("C:\Temp\Test.pdf") customPrinter = QP.NewCustomPrinter(GetDefaultPrinterName) Call QP.SetupCustomPrinter(customPrinter, 8, 1) Call QP.SetupCustomPrinter(customPrinter, 4, 2) Call QP.PrintDocument(customPrinter, 1, QP.PageCount, QP.PrintOptions(0, 0, "PDF")) The problem is that the printout is'nt sorted. Does someone know an answer to my problem? Thanks. |
|
![]() |
|
AndrewC
Moderator Group
Joined: 08 Dec 10 Location: Geelong, Aust Status: Offline Points: 841 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 Dec 11 at 3:23AM |
|
Unfortunately some printer drivers do not use the DEVMODE settings at all and store the settings in their own positions.
Here are some other customers with similar problem. Also this is a Windows design issue and not something we can fix in QPL apart from the following functions below. We have added the following functions into QPL recently http://www.quickpdflibrary.com/help/quickpdf/GetPrinterDevModeToString.php http://www.quickpdflibrary.com/help/quickpdf/SetPrinteDevModeFromString.php Andrew.
|
|
![]() |
|
PDFNow
Beginner
Joined: 20 Dec 11 Status: Offline Points: 10 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 Dec 11 at 8:37AM |
|
Thanks for the help. The (8 years old) printer was the problem...
|
|
![]() |
|
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