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!
![]() |
PDF printing problem |
Post Reply
|
| Author | |
dzsiaar
Beginner
Joined: 11 Jan 13 Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: PDF printing problemPosted: 11 Jan 13 at 12:47PM |
|
I have to write an app for pdf batch printing/plotting.
We have an OCE-TDS600 plotter. I can't print pdf files correctly. I set the roll which contains the same paper (Roll1). But the plotter print the pdf onto anathor roll/paper (Roll4). Here it is the code snippet (I wrote exact values instead of variables): QP.LoadFromFile('D:\myfile.pdf', ''); CustomPrinter := QP.NewCustomPrinter('\\SERVER\Oce_TDS600'); QP.SetupCustomPrinter(CustomPrinter, 2, 9109); QP.SetupCustomPrinter(CustomPrinter, 3, 2953); QP.SetupCustomPrinter(CustomPrinter, 4, 1); //Rolls: //256: Automatic roll //257: Roll1 (297 mm) //258: Roll2 (420 mm) //259: Roll3 (594 mm) //260: Roll4 (841 mm) QP.SetupCustomPrinter(CustomPrinter, 9, 257); QP.SetupCustomPrinter(CustomPrinter, 11, 2); iPrintOptions := QP.PrintOptions(0, 0, 'Printing Sample'); QP.PrintDocument(CustomPrinter, 1, 1, iPrintOptions); What wolud be wrong? Many 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