Rank: Newbie Groups: Member
Joined: 3/29/2012 Posts: 7
|
i really need a digital signatures feature, which i was surprised was not supported by your library. historically, we have used WebSuperGoo's ABCPdf product, which produced good results and had support for digital signatures, but they were SO expensive and arrogant as hell, which is why we are looking to alternatives. OH! and they broke when customers upgraded to IE9!
however, applying digital signatures was very easy with their API. it looked like:
WebSupergoo.Annotations.InteractiveForm pForm = new WebSupergoo.Annotations.InteractiveForm(pPDFDocument);
string sCertFile = @"c:\my_cert_file.pfx"; WebSupergoo.Annotations.FormField pSignatureField = pForm.AddSignature("40 100 240 150", "Signature", sCertFile, sCertPassword, "My Signature Reason", "My Signature Text");
it would be greatly appreciated if you would add support for this crucial capability. we are in the healthcare industry and ALL documents must be electronically signed.
thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks for your feedback. As you already know we do not support digital signature yet. This feature is on our list and will be implemented in our next major release.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 3/29/2012 Posts: 7
|
thank you! do you have a rough ETA for your next release date?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Unfortunately no. We don't have any date for that yet. Sorry about it!
|