<?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 : Sample Code</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 : Sample Code : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 11 May 2026 20:07:49 +0000</pubDate>
  <lastBuildDate>Tue, 09 Mar 2021 20:21:00 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_topic_feed.asp?FID=13</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[Sample Code : DLL Import file for Visual FoxPro]]></title>
   <link>http://www.quickpdf.org/forum/dll-import-file-for-visual-foxpro_topic1188_post15682.html#15682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3137">mbabcock</a><br /><strong>Subject:</strong> DLL Import file for Visual FoxPro<br /><strong>Posted:</strong> 09 Mar 21 at 8:21PM<br /><br />I downloaded the long list of DECLARES from the OP.&nbsp; There's just 2 lines where you need to get rid of the trailing "AS LONG" for it to compile without errors.&nbsp; FYI.]]>
   </description>
   <pubDate>Tue, 09 Mar 2021 20:21:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-import-file-for-visual-foxpro_topic1188_post15682.html#15682</guid>
  </item> 
  <item>
   <title><![CDATA[Sample Code : Scale all pages in a PDF with CapturePage]]></title>
   <link>http://www.quickpdf.org/forum/scale-all-pages-in-a-pdf-with-capturepage_topic2012_post15652.html#15652</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> Scale all pages in a PDF with CapturePage<br /><strong>Posted:</strong> 01 Mar 21 at 10:41PM<br /><br />You can't set it directly.<br>All related functions are working with top, left, width and height - so you have to do some calculations ;-)<br><br>]]>
   </description>
   <pubDate>Mon, 01 Mar 2021 22:41:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/scale-all-pages-in-a-pdf-with-capturepage_topic2012_post15652.html#15652</guid>
  </item> 
  <item>
   <title><![CDATA[Sample Code : Scale all pages in a PDF with CapturePage]]></title>
   <link>http://www.quickpdf.org/forum/scale-all-pages-in-a-pdf-with-capturepage_topic2012_post15648.html#15648</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3223">Pulkitsoft</a><br /><strong>Subject:</strong> Scale all pages in a PDF with CapturePage<br /><strong>Posted:</strong> 27 Feb 21 at 9:35AM<br /><br /><div><br></div><div>Is Anyone can help? Above given page scaling code working very well.</div><div><br></div><div>I wants to specify left, top, bottom, right margin in above given code.</div><div><br></div><div>Note: Output page not to be stretch.</div>]]>
   </description>
   <pubDate>Sat, 27 Feb 2021 09:35:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/scale-all-pages-in-a-pdf-with-capturepage_topic2012_post15648.html#15648</guid>
  </item> 
  <item>
   <title><![CDATA[Sample Code : Digital Signature]]></title>
   <link>http://www.quickpdf.org/forum/digital-signature_topic3880_post15644.html#15644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> Digital Signature<br /><strong>Posted:</strong> 23 Feb 21 at 11:36PM<br /><br />maybe here:<br>https://developers.foxitsoftware.com/kb/article/advanced-options-signing-pdf-files/<div><br></div><div>btw.</div><div>Somebody can provide how to modify this example to use CryptCards ?</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 23 Feb 2021 23:36:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/digital-signature_topic3880_post15644.html#15644</guid>
  </item> 
  <item>
   <title><![CDATA[Sample Code : Digital Signature]]></title>
   <link>http://www.quickpdf.org/forum/digital-signature_topic3880_post15555.html#15555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3244">DigitalSignature</a><br /><strong>Subject:</strong> Digital Signature<br /><strong>Posted:</strong> 28 Jan 21 at 1:21PM<br /><br /><div>@tfrost It worked! Thanks a lot.</div><div><br></div><div>For others who would have a similar requirement to sign PDF using windows store certificate the process is as follows :</div><div><br></div><div>1) Start a signing intent with NewSignProcessFromXXX &amp; use SignProcessID returned by this method on all API calls below<br></div><div>2) Get SHA1 hash of the certificate and call SetSignProcessCertFromStore</div><div>3) Specify signature field on PDF using SetSignProcessField, if you don't have one, it'll create it for you</div><div>4) Call EndSignProcessToXXX to sign PDF<br></div><div>5) GetSignProcessResult can be used to verify if PDF was signed successfully<br></div>]]>
   </description>
   <pubDate>Thu, 28 Jan 2021 13:21:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/digital-signature_topic3880_post15555.html#15555</guid>
  </item> 
  <item>
   <title><![CDATA[Sample Code : Digital Signature]]></title>
   <link>http://www.quickpdf.org/forum/digital-signature_topic3880_post15544.html#15544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3244">DigitalSignature</a><br /><strong>Subject:</strong> Digital Signature<br /><strong>Posted:</strong> 21 Jan 21 at 4:21AM<br /><br />@tfrost That was really helpful, thank you. Will try this out and get back if I run into any issue.<br>]]>
   </description>
   <pubDate>Thu, 21 Jan 2021 04:21:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/digital-signature_topic3880_post15544.html#15544</guid>
  </item> 
  <item>
   <title><![CDATA[Sample Code : Digital Signature]]></title>
   <link>http://www.quickpdf.org/forum/digital-signature_topic3880_post15543.html#15543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> Digital Signature<br /><strong>Posted:</strong> 20 Jan 21 at 1:34PM<br /><br /><div>I have not used a certificate from the Windows store, but I have used a certificate from a PFX file.</div><div><br></div><div>Basically you start a Sign Process with qp.NewSignProcessFromX, where X is 'file' or 'stream' or 'string' containing the PDF. This function returns a sign process ID which is required in all subsequent signing calls.</div><div><br></div><div>Then if you want a picture stamp, you may need to use SetSignProcessField, SetSignProcessFieldBounds, SetSignProcessFieldImageFromFile, and then you may need QP.SetNeedAppearances(0).&nbsp;</div><div><br></div><div>Next, SetSignProcessSubFilter and SetSignProcessInfo if you need them.</div><div><br></div><div>Finally I use SetSignProcessPFXFromFile to load the certificate, but you would replace this with SetSignProcessCertFromStore. To save the signed PDF you call EndSignProcessToFile(id, outputpdffile) and qp.GetSignProcessResult.&nbsp;</div><div><br></div><div>Make sure that you use a certificate which supports PDF-signing. Not all do. And it is essential to check, report and fix any error returns from the above functions, before continuing to the next one.</div><div><br></div><div>It does all work, but there is a lot to get right.&nbsp; Persevere!</div>]]>
   </description>
   <pubDate>Wed, 20 Jan 2021 13:34:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/digital-signature_topic3880_post15543.html#15543</guid>
  </item> 
  <item>
   <title><![CDATA[Sample Code : Digital Signature]]></title>
   <link>http://www.quickpdf.org/forum/digital-signature_topic3880_post15542.html#15542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3244">DigitalSignature</a><br /><strong>Subject:</strong> Digital Signature<br /><strong>Posted:</strong> 20 Jan 21 at 8:40AM<br /><br /><div>Hi, my application is in C/C++ for Windows platform &amp; I want to use Quick PDF library to generate multi-lingual PDFs that are digitally signed using one of the certificates on system.</div><div><br></div><div>I'm unable to get any documentation on how would one use Quick PDF library to digitally sign a PDF using a certificate from store. All I've got until now is SetSignProcessCertFromStore method from the documents, but there is no sample code on how do I go about using it.<br></div><div><br></div><div>Any documentation or samples or guide on this would be really helpful.<br></div>]]>
   </description>
   <pubDate>Wed, 20 Jan 2021 08:40:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/digital-signature_topic3880_post15542.html#15542</guid>
  </item> 
  <item>
   <title><![CDATA[Sample Code : Android Pdf Creation]]></title>
   <link>http://www.quickpdf.org/forum/android-pdf-creation_topic3872_post15509.html#15509</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> Android Pdf Creation<br /><strong>Posted:</strong> 20 Dec 20 at 11:00PM<br /><br />Hi Ali :) <br><br><br>what i've found are these links:<br>https://www.debenu.com/kb/setup-android-studio-and-debenu-quick-pdf-library/<br>https://www.debenu.com/kb/create-an-emulator-for-testing-in-android-studio/<br><br>Perhpas you've more luck searching yourself from here:<br>https://www.debenu.com/docs/pdf_library_reference/Search.php<br><br>I would expect that the android package should contain the things you're asking for?<br><br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Sun, 20 Dec 2020 23:00:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/android-pdf-creation_topic3872_post15509.html#15509</guid>
  </item> 
  <item>
   <title><![CDATA[Sample Code : Android Pdf Creation]]></title>
   <link>http://www.quickpdf.org/forum/android-pdf-creation_topic3872_post15508.html#15508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3239">Ali Abbas</a><br /><strong>Subject:</strong> Android Pdf Creation<br /><strong>Posted:</strong> 20 Dec 20 at 3:28PM<br /><br />I have seen few links related to Android SDK to create PDF Document, but unfortunately not able get the desired results. It always end up like this:<br />Getting Started ActiveX Edition<br />Getting Started DLL Edition<br />Getting Started Delphi Edition<br />Getting Started LIB Edition<br /><br />Can anyone please share the links.<br />Our requirement is to create PDF programmatically with Multilanguage support like English, Arabic and Urdu.<br />Thanks in Advance.]]>
   </description>
   <pubDate>Sun, 20 Dec 2020 15:28:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/android-pdf-creation_topic3872_post15508.html#15508</guid>
  </item> 
 </channel>
</rss>