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!
![]() |
RenderPageToString, generates a empty image page |
Post Reply ![]() |
Author | |
cmedina ![]() Beginner ![]() ![]() Joined: 11 Apr 12 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 11 Apr 12 at 7:37PM |
Hi, I need help with this problem. This is mi wrapper implementation: public byte[] RenderPageToString(int DPI, int Page, int Options) { if (this.dll == null) { return new byte[0]; } IntPtr source = this.dll.QuickPDFRenderPageToString(this.instanceID, DPI, Page, Options); int length = this.dll.QuickPDFStringResultLength(this.instanceID); byte[] destination = new byte[length]; Marshal.Copy(source, destination, 0, length); return destination; }
|
|
![]() |
|
AndrewC ![]() Moderator Group ![]() ![]() Joined: 08 Dec 10 Location: Geelong, Aust Status: Offline Points: 841 |
![]() ![]() ![]() ![]() ![]() |
You should try upgrading the to 7.26 version as it includes lots of bug fixes and enhancements. It is a free upgrade for all 7.xx users and can be downloaded from http://www.quickpdflibrary.com/downloads/binaries/qp/oldversions/0726/quick_pdf_library726.exe It is most likely these PDF files are molformed. It is possible we may be able to add a workaround to QPL to get it to load the files correctly. Andrew.
|
|
![]() |
|
cmedina ![]() Beginner ![]() ![]() Joined: 11 Apr 12 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() |
Thank you, I updated to 7.26 and worked perfectly
|
|
![]() |
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