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!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Quick Pdf and Windows 8.1 App
  FAQ FAQ  Forum Search   Register Register  Login Login

Quick Pdf and Windows 8.1 App

 Post Reply Post Reply
Author
Message
JMLM View Drop Down
Team Player
Team Player
Avatar

Joined: 26 Mar 13
Status: Offline
Points: 40
Post Options Post Options   Thanks (0) Thanks(0)   Quote JMLM Quote  Post ReplyReply Direct Link To This Post Topic: Quick Pdf and Windows 8.1 App
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store