<?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 : PB 10.5 with QuickPDF 816</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 : PB 10.5 with QuickPDF 816]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 09 Jun 2026 01:35:55 +0000</pubDate>
  <lastBuildDate>Tue, 14 Aug 2012 23:27:48 +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=2371</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[PB 10.5 with QuickPDF 816 : Ram,Andrew is correct about Powerbuilder....]]></title>
   <link>http://www.quickpdf.org/forum/pb-105-with-quickpdf-816_topic2371_post9984.html#9984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 2371<br /><strong>Posted:</strong> 14 Aug 12 at 11:27PM<br /><br />Ram,<br><br>Andrew is correct about Powerbuilder. Powerbuilder 10.5 does indeed use Ansi strings. <b>BUT</b>, if you upgrade to Powerbuilder 11.0 or greater, Powerbuilder then uses wide character (or sometimes called Unicode) strings. So depending on what functions you call you may have to change your code to accommodate Powerbuilder's internal changes.<br><br>Just a little warning<br>Wheeley<br><br><br>]]>
   </description>
   <pubDate>Tue, 14 Aug 2012 23:27:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pb-105-with-quickpdf-816_topic2371_post9984.html#9984</guid>
  </item> 
  <item>
   <title><![CDATA[PB 10.5 with QuickPDF 816 : Hi Andrew  Thanks very much...]]></title>
   <link>http://www.quickpdf.org/forum/pb-105-with-quickpdf-816_topic2371_post9982.html#9982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2027">Ram</a><br /><strong>Subject:</strong> 2371<br /><strong>Posted:</strong> 14 Aug 12 at 7:47AM<br /><br />Hi Andrew<DIV>&nbsp;</DIV><DIV>Thanks very much for sharing the tips to resolve the problem.&nbsp; It is working perfectly fine now.&nbsp; Is there any tips to create bookmarks inside the PDF's (like clicking on the master row should take me to detail rows in the same pdf document ).&nbsp; I am trying to incorporate linkage chain between master and detail records like we are doing inside the Datawindow linkage.</DIV><DIV>&nbsp;</DIV><DIV>I really appreciate your timely&nbsp; help</DIV><DIV>&nbsp;</DIV><DIV>Thanks and regards,</DIV><DIV>Ram</DIV>]]>
   </description>
   <pubDate>Tue, 14 Aug 2012 07:47:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pb-105-with-quickpdf-816_topic2371_post9982.html#9982</guid>
  </item> 
  <item>
   <title><![CDATA[PB 10.5 with QuickPDF 816 :   PowerBuilder uses AnsiStrings...]]></title>
   <link>http://www.quickpdf.org/forum/pb-105-with-quickpdf-816_topic2371_post9980.html#9980</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2371<br /><strong>Posted:</strong> 14 Aug 12 at 6:35AM<br /><br /><div>PowerBuilder uses AnsiStrings and Quick PDF Library defaults to Unicode strings.</div><div><br></div><div>We have added a set of 'A' functions to QPL to allow passing and returning of Ansi strings&nbsp;</div><div><br></div><div>So instead of calling &nbsp;:-</div><div><br></div><div>&nbsp; QuickPDFUnlockKey &nbsp; &nbsp; &nbsp;you call QuickPDFUnlockA</div><div>&nbsp;</div><div><br></div><div>Also</div><div><br></div><div>&nbsp;QuickPDFLoadFromFileA</div><div>&nbsp;QuickPDFRenderPageToFileA</div><div>&nbsp;QuickPDFMergeFileListA</div><div>&nbsp;...</div><div><br></div><div>Every QPL function that uses a string has a matching A function.</div><div><br></div><div><br></div><div><span style=": rgb251, 251, 253; ">Long ll_instance, ll_ret</span><br style=": rgb251, 251, 253; "><span style=": rgb251, 251, 253; ">&nbsp;</span><br style=": rgb251, 251, 253; "><span style=": rgb251, 251, 253; ">ll_instance = QuickPDFCreateLibrary() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // &lt;&lt;</span><br style=": rgb251, 251, 253; "><span style=": rgb251, 251, 253; ">ll_ret = QuickPDFUnlockKeyA(ll_instance, 'j57g79ru43q3xz8su8wu3ej8y') &nbsp;// &lt;&lt;</span><br style=": rgb251, 251, 253; "><span style=": rgb251, 251, 253; ">&nbsp;</span><br style=": rgb251, 251, 253; "><span style=": rgb251, 251, 253; ">if&nbsp;ll_ret =&nbsp;1 then //&nbsp;</span><br style=": rgb251, 251, 253; "><span style=": rgb251, 251, 253; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ll_ret = QuickPDFAddToFileListA(ll_instance, 'List', 'one.pdf')</span><br style=": rgb251, 251, 253; "><span style=": rgb251, 251, 253; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ll_ret = QuickPDFAddToFileListA(ll_instance, 'List', 'two.pdf')</span><br style=": rgb251, 251, 253; "><span style=": rgb251, 251, 253; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ll_ret= QuickPDFMergeFileListA(ll_instance, 'List', 'three.pdf') &nbsp; &nbsp; &nbsp;// &lt;&lt;</span><br style=": rgb251, 251, 253; "><span style=": rgb251, 251, 253; ">End if</span></div><div><br></div><div>Andrew.</div><div>&nbsp;</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 14 Aug 2012 06:35:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pb-105-with-quickpdf-816_topic2371_post9980.html#9980</guid>
  </item> 
  <item>
   <title><![CDATA[PB 10.5 with QuickPDF 816 : Hi,  We are evaluating the QUICKPDF...]]></title>
   <link>http://www.quickpdf.org/forum/pb-105-with-quickpdf-816_topic2371_post9979.html#9979</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2027">Ram</a><br /><strong>Subject:</strong> 2371<br /><strong>Posted:</strong> 14 Aug 12 at 6:20AM<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>We are evaluating the QUICKPDF with PowerBuilder 10.5.&nbsp; I have written a piece of code to test the pdf merge functionality</DIV><DIV>&nbsp;</DIV><DIV>Long ll_instance, ll_ret<BR>&nbsp;<BR>ll_instance = QuickPDFCreateLibraryA()<BR>ll_ret = QuickPDFUnlockKey(ll_instance, 'j57g79ru43q3xz8su8wu3ej8y')<BR>&nbsp;<BR>if&nbsp;ll_ret =&nbsp;1 then // <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ll_ret = QuickPDFAddToFileListA(ll_instance, 'List', 'one.pdf')<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ll_ret = QuickPDFAddToFileListA(ll_instance, 'List', 'two.pdf')<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ll_ret= QuickPDFMergeFileList(ll_instance, 'List', 'three.pdf')<BR>End if<BR>&nbsp;</DIV><DIV>I am not able to get return value 1 (ll_ret = 1) in the unlockkey function.&nbsp; COuld you please help to overcome from this issue.</DIV><DIV>&nbsp;</DIV><DIV>Thanks and regards,</DIV><DIV>Ram</DIV>]]>
   </description>
   <pubDate>Tue, 14 Aug 2012 06:20:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pb-105-with-quickpdf-816_topic2371_post9979.html#9979</guid>
  </item> 
 </channel>
</rss>