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!
![]() |
Problem to print pdf files Vb.net |
Post Reply
|
| Author | |
Marco
Team Player
Joined: 09 Nov 10 Location: Livorno Status: Offline Points: 40 |
Post Options
Thanks(0)
Quote Reply
Topic: Problem to print pdf files Vb.netPosted: 09 Nov 10 at 2:11PM |
|
Hello, I've some problem to print pdf files (of few kb) in Vb.net: - If i use PrintDocument method, spool file is too big and the printer prints (after some time) the message "Insufficient Memory..File: zedgec.c Line number: 91".
- If i use the PrintDocumentToFile method, the printer is called but doesn't print nothing. How can i do?
Thanks for the support! |
|
![]() |
|
Ingo
Moderator Group
Joined: 29 Oct 05 Status: Offline Points: 3530 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 Nov 10 at 4:02PM |
|
Hi Marco!
I'm doing it this way with success: // . . . QP.LoadFromFile(Edit1.text); prName := QP.GetDefaultPrinterName(); prOptions := QP.PrintOptions(2, 0, Edit1.Text); QP.PrintDocument(prName, p1, p2, prOptions); // . . . Cheers, Ingo |
|
![]() |
|
Marco
Team Player
Joined: 09 Nov 10 Location: Livorno Status: Offline Points: 40 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 Nov 10 at 10:05AM |
Hi,
before in my code the method LoadFromFile was between options definition and the PrintDocument..can that command order change something?
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