<?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 : Can&#039;t signing a signature field</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 : Can&#039;t signing a signature field]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 05:16:45 +0000</pubDate>
  <lastBuildDate>Tue, 16 Feb 2021 22:27:10 +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=3896</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[Can&#039;t signing a signature field : Regarding SetNeedApp... you can...]]></title>
   <link>http://www.quickpdf.org/forum/cant-signing-a-signature-field_topic3896_post15622.html#15622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3896<br /><strong>Posted:</strong> 16 Feb 21 at 10:27PM<br /><br />Regarding SetNeedApp... you can read this in the documentation:<br>"...<br>Most PDF viewers will create the appearance stream for all form fields when the document is opened<br>..."<br>This isn't correct behavior if you want to sign a document.<br>It should be firmed and unchanged.<br>So try SetNeeApp... with 0 or -1 and it should work as expected.<br><br>Cheers and welcome here,<br>Ingo<br><br><span style="font-size:10px"><br /><br />Edited by Ingo - 16 Feb 21 at 10:28PM</span>]]>
   </description>
   <pubDate>Tue, 16 Feb 2021 22:27:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-signing-a-signature-field_topic3896_post15622.html#15622</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#039;t signing a signature field : Thanks for your replay.I Am checking...]]></title>
   <link>http://www.quickpdf.org/forum/cant-signing-a-signature-field_topic3896_post15618.html#15618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3256">Adia</a><br /><strong>Subject:</strong> 3896<br /><strong>Posted:</strong> 16 Feb 21 at 10:42AM<br /><br />Thanks for your replay.<div><br></div><div>I Am checking the res value in debug.</div><div>SetNeedAppearances, SetSignProcessFieldall,&nbsp;SetSignProcessFieldImageFromFile,SetSignProcessSubFilter, SetSignProcessInfo,SetSignProcessPFXFromFile return 1.</div><div>EndSignProcessToFile return 0.</div><div>GetSignProcessResult return 13.</div><div><br></div><div>I moved the&nbsp;SetNeedAppearances&nbsp;<span style=": rgb251, 251, 253;">precede to the NewSignProcessFromFile call</span></div><div><span style=": rgb251, 251, 253;">but I getting the same result - 13.</span></div><div><span style=": rgb251, 251, 253;"><br></span></div><div><span style=": rgb251, 251, 253;"><br></span></div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 16 Feb 2021 10:42:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-signing-a-signature-field_topic3896_post15618.html#15618</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#039;t signing a signature field : First, I suggest not discarding...]]></title>
   <link>http://www.quickpdf.org/forum/cant-signing-a-signature-field_topic3896_post15617.html#15617</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 3896<br /><strong>Posted:</strong> 16 Feb 21 at 10:27AM<br /><br />First, I suggest not discarding all the res values; check each one.&nbsp; And also I would recommend moving your SetNeedAppearances to precede the NewSignProcess call.]]>
   </description>
   <pubDate>Tue, 16 Feb 2021 10:27:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-signing-a-signature-field_topic3896_post15617.html#15617</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#039;t signing a signature field : HiI am trying to sign document...]]></title>
   <link>http://www.quickpdf.org/forum/cant-signing-a-signature-field_topic3896_post15615.html#15615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3256">Adia</a><br /><strong>Subject:</strong> 3896<br /><strong>Posted:</strong> 16 Feb 21 at 9:20AM<br /><br />Hi<div>I am trying to sign document using PFX file.</div><div>in the document I already have a signature filed name "Sig" -&nbsp; code snip:</div><div><br></div><div><div>int signProcessID = debenu.NewSignProcessFromFile(fileName, "");</div><div>int res = debenu.SelectPage(1);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>res = debenu.SetSignProcessField(signProcessID, "Sig");&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>res = debenu.SetSignProcessFieldImageFromFile(signProcessID,&nbsp; Path.Combine(Directory.GetCurrentDirectory(), $"SigImage.jpg"), 0);</div><div>res = debenu.SetNeedAppearances(0);</div><div>res = debenu.SetSignProcessSubFilter(signProcessID, 3);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>res = debenu.SetSignProcessInfo(signProcessID, "To test digital signatures", "The World", "Contact me");</div><div>res = debenu.SetSignProcessPFXFromFile(signProcessID, GetPFXFileName(), "123456");</div><div>res = debenu.EndSignProcessToFile(signProcessID, Path.Combine(Directory.GetCurrentDirectory(), $"{Guid.NewGuid().ToString().Substring(0, 5)}.pdf"));</div><div>res = debenu.GetSignProcessResult(signProcessID);</div><div>res = debenu.ReleaseSignProcess(signProcessID);</div></div><div><br></div><div>I&nbsp; getting code <u><b>13</b></u> from&nbsp;GetSignProcessResult&nbsp;</div><div><br></div><div>Please Advice&nbsp;</div><div><br></div><div><br></div><div><br></div><div><br></div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 16 Feb 2021 09:20:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-signing-a-signature-field_topic3896_post15615.html#15615</guid>
  </item> 
 </channel>
</rss>