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!
Colour printing - multiple pages |
Post Reply |
Author | |
Colin
Beginner Joined: 08 Mar 13 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 08 Mar 13 at 5:28AM |
Hi.
I am using Quick PDF Library 7 with Delphi. I can print a single page document which has colour images. I can print a multipage document which has no colour images. I cannot print a multi page document which has colour images. I get a debugger exception my.exe raised exception class Exception with message'' for each page. The printer will then push out blank pages? PDFLibrary.LoadFromFile(Thefilepath); printDialog1.MinPage := 1; printDialog1.MaxPage := PDFLibrary.PageCount; printDialog1.FromPage := 1; printDialog1.ToPage := PDFLibrary.PageCount; if printDialog1.Execute then begin PDFLibrary.PrintDocument(Printer.Printers[Printer.PrinterIndex], printDialog1.FromPage, printDialog1.ToPage,PDFLibrary.PrintOptions (1, 1, '')); end; What is wrong? Colin |
|
AndrewC
Moderator Group Joined: 08 Dec 10 Location: Geelong, Aust Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Colin,
It sounds like the PDF might be malformed. You may need to create a case with the Debenu official support via http://www.debenu.com/support/contact/ Which version of QPL 7.xx are you using ? Andrew.
|
|
Colin
Beginner Joined: 08 Mar 13 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Andrew
I am using 7.25. This is happening with all pdfs which have any color in them (not just created by me, but any existing pdf). I will forward this onto the official support. Thanks for your input. regards Colin |
|
AndrewC
Moderator Group Joined: 08 Dec 10 Location: Geelong, Aust Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Have you tired updating the printer driver ? This can often fix strange problems like this.
Andrew.
|
|
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