<?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 : Digital Signature</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 : Digital Signature]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 30 Apr 2026 07:06:11 +0000</pubDate>
  <lastBuildDate>Tue, 23 Feb 2021 23:36:31 +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=3880</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[Digital Signature : maybe here:https://developers....]]></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> 3880<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[Digital Signature : @tfrost It worked! Thanks a lot.For...]]></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> 3880<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[Digital Signature : @tfrost That was really helpful,...]]></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> 3880<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[Digital Signature : I have not used a certificate...]]></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> 3880<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[Digital Signature : Hi, my application is in C/C++...]]></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> 3880<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> 
 </channel>
</rss>