How can I create a Reader enabled PDF that can be signed in Adobe Reader
Submitted by Anonymous Newbie on Thu, 01/06/2011 - 13:07
Using iText, I've successfully created a document containing an empty signature field. Now I want to allow people to sign this document in Adobe Reader. I've read that I need to Reader enable my document, but I can't find how to do this using iText.
- Login to post comments
Content © 2010 1T3XT BVBA

Use Adobe software!
Submitted by Bruno Lowagie on Thu, 01/06/2011 - 13:10.This is only possible using Adobe Software. The technology that is used to enable a PDF document is based on public-key cryptography, where the viewer of the document (in this case Adobe Reader) has the public key and the authoring software for the document has the corresponding private key. Because iText (and for that matter any other non-Adobe software) has no access to Adobe's private key, you can only enable documents using Adobe products such as LiveCycle Reader Extensions or Acrobat Professional.