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!
How to render to more than one Page |
Post Reply |
Author | |
lakkan
Senior Member Joined: 10 Dec 15 Location: Bangalore Status: Offline Points: 53 |
Post Options
Thanks(0)
Posted: 04 Feb 16 at 9:27AM |
Hi,
platform: Win32C Could you please tell us, how to render more than one page to DC at once, using RenderPageToDC functionality. Regards Lakkan Edited by lakkan - 04 Feb 16 at 9:30AM |
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi Lakkan,
you can start more than one instance ... then it should work. If you're working on the same file then you should open it in read mode only. Here's a bit background: http://www.debenu.com/kb/is-debenu-pdf-library-thread-safe/ http://www.debenu.com/docs/pdf_library_reference/DAOpenFileReadOnly.php BTW: Here you can insert all your interesting keywords and search for articles, kb-content and references: http://www.debenu.com/docs/pdf_library_reference/Search.php |
|
Cheers,
Ingo |
|
BobW
Senior Member Joined: 27 Feb 13 Location: Minnesota Status: Offline Points: 64 |
Post Options
Thanks(0)
|
I'm using a printer control defined as VSP. ii and Result are longs, QP is a Quick PDF object with an open file.
I've done it in a for loop like this: for ii = 1 to QP.PageCount Result = QP.RenderPageToDC(VSP.DPI, ii, VSP.HDC) if ii <> QP.PageCount then VSP.Newpage next ii Warning: When the DPI gets to be 600 or larger you might have memory problems if the documents have > 1000 pages. |
|
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