<?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 : Signed PDF info</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 : Signed PDF info]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 09 Aug 2026 07:30:54 +0000</pubDate>
  <lastBuildDate>Mon, 22 Feb 2016 07:51:23 +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=3270</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[Signed PDF info : Thanks for the info, so it has...]]></title>
   <link>http://www.quickpdf.org/forum/signed-pdf-info_topic3270_post13010.html#13010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2560">Chopinke</a><br /><strong>Subject:</strong> 3270<br /><strong>Posted:</strong> 22 Feb 16 at 7:51AM<br /><br />Thanks for the info, so it has to be manually. I found a reference:<div><br></div><div>https://www.adobe.com/devnet-docs/acrobatetk/tools/DigSig/Acrobat_DigitalSignatures_in_PDF.pdf</div><div><br></div><div>I am working with DXE7, so I need to find a way to also verify the substring DSS.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 22 Feb 2016 07:51:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/signed-pdf-info_topic3270_post13010.html#13010</guid>
  </item> 
  <item>
   <title><![CDATA[Signed PDF info : Hi,actually there isn&amp;#039;t a...]]></title>
   <link>http://www.quickpdf.org/forum/signed-pdf-info_topic3270_post13008.html#13008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3270<br /><strong>Posted:</strong> 19 Feb 16 at 8:16PM<br /><br />Hi,<div><br></div><div>actually there isn't a function to check if there's an existing signature but you can do it yourself.</div><div>There are always some special tags in the pdf-source if there's an existing signature.</div><div><br></div><div>You can read the complete pdf-file from disc into a string.</div><div>Then you can convert it (for better search results) to upper cases.</div><div>Then you can search (with "Pos") for these special signatures.</div><div>I've done it with Delphi XE5 but you can do it similar with any other language.</div><div><br></div><div>// . . .</div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textkomplett := LoadFileToStr2(FName);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uppercontent := UpperCase(textkomplett);</div><div><span style="line-height: 1.4;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If ( ( ( Pos('/TYPE /SIG', uppercontent) &gt; 0 ) and</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;( Pos('/FT /SIG', uppercontent) &gt; 0 ) ) or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;( ( Pos('/TYPE/SIG', uppercontent) &gt; 0 ) &nbsp;and</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;( Pos('/FT/SIG', uppercontent) &gt; 0 ) ) &nbsp;or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;( Pos('/SIGFLAGS', uppercontent) &gt; 0 ) ) &nbsp;Then</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sign_ja := '1';</div></div><div>// . . .</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 19 Feb 2016 20:16:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/signed-pdf-info_topic3270_post13008.html#13008</guid>
  </item> 
  <item>
   <title><![CDATA[Signed PDF info : Hi,I can&amp;#039;t seem to find the...]]></title>
   <link>http://www.quickpdf.org/forum/signed-pdf-info_topic3270_post13007.html#13007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2560">Chopinke</a><br /><strong>Subject:</strong> 3270<br /><strong>Posted:</strong> 19 Feb 16 at 3:51PM<br /><br />Hi,<div><br></div><div>I can't seem to find the function to determine if a PDF is digitally signed and the function to retrieve digital signature information to display to the user. I would like to display some information from what Adobe Reader displays in the Signatures panel.</div><div><br></div><div>Thanks!</div><span style="font-size:10px"><br /><br />Edited by Chopinke - 19 Feb 16 at 3:51PM</span>]]>
   </description>
   <pubDate>Fri, 19 Feb 2016 15:51:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/signed-pdf-info_topic3270_post13007.html#13007</guid>
  </item> 
 </channel>
</rss>