<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Quick Pdf and Windows 8.1 App</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Quick Pdf and Windows 8.1 App]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 20:38:24 +0000</pubDate>
  <lastBuildDate>Wed, 26 Aug 2015 18:37:54 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3167</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Quick Pdf and Windows 8.1 App : Hello,I&amp;#039;m working on a windows...]]></title>
   <link>http://www.quickpdf.org/forum/quick-pdf-and-windows-81-app_topic3167_post12683.html#12683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2289">JMLM</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 26 Aug 15 at 6:37PM<br /><br />Hello,<br>I'm working on a windows 8.1 application C# ( V 11.15)<br>I've easily imported the library&nbsp; and builed a project,<br>I have only changed <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private string SR(IntPtr data)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int size = dll.DebenuPDFLibraryStringResultLength(instanceID);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; byte&#091;&#093; result = new byte&#091;size * 2&#093;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Marshal.Copy(data, result, 0, size * 2);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return Encoding.Unicode.GetString(result);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private string SR(IntPtr data)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int size = dll.DebenuPDFLibraryStringResultLength(instanceID);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; byte&#091;&#093; result = new byte&#091;size * 2&#093;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Marshal.Copy(data, result, 0, size * 2);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return Encoding.Unicode.GetString(result,0,0);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>in DebenuPDFLibraryDLL1115.cs<br>i can load and&nbsp; save pdf. The functions like drawbox drawtext are working.<br>But GetPageText returns empty.<br>Does anyone had this issue ? <br>Cheers Jim<br><span style="font-size:10px"><br /><br />Edited by JMLM - 27 Aug 15 at 9:28PM</span>]]>
   </description>
   <pubDate>Wed, 26 Aug 2015 18:37:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/quick-pdf-and-windows-81-app_topic3167_post12683.html#12683</guid>
  </item> 
 </channel>
</rss>