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!
![]() |
Quick Pdf and Windows 8.1 App |
Post Reply ![]() |
Author | |
JMLM ![]() Team Player ![]() ![]() Joined: 26 Mar 13 Status: Offline Points: 40 |
![]() ![]() ![]() ![]() ![]() Posted: 26 Aug 15 at 6:37PM |
Hello,
I'm working on a windows 8.1 application C# ( V 11.15) I've easily imported the library and builed a project, I have only changed private string SR(IntPtr data) { int size = dll.DebenuPDFLibraryStringResultLength(instanceID); byte[] result = new byte[size * 2]; Marshal.Copy(data, result, 0, size * 2); return Encoding.Unicode.GetString(result); } to private string SR(IntPtr data) { int size = dll.DebenuPDFLibraryStringResultLength(instanceID); byte[] result = new byte[size * 2]; Marshal.Copy(data, result, 0, size * 2); return Encoding.Unicode.GetString(result,0,0); } in DebenuPDFLibraryDLL1115.cs i can load and save pdf. The functions like drawbox drawtext are working. But GetPageText returns empty. Does anyone had this issue ? Cheers Jim Edited by JMLM - 27 Aug 15 at 9:28PM |
|
![]() |
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