mekentosj / podofo

PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package. This repo is a fork of the code at http://svn.code.sf.net/p/podofo/code/podofo/trunk
GNU General Public License v2.0
53 stars 29 forks source link

Embed signature into PDF on iOS #8

Open marcosatanaka opened 5 years ago

marcosatanaka commented 5 years ago

Hello,

I have a signature server to where I POST a hash (SHA-256) of the PDF, and receive the signature as a response. Now, I have to embed this signature on the PDF. I could not find this use case in the documentation. Is it possible to do this with PoDoFo?

SunilAruruios commented 5 years ago

Yes, this is possible with podofo. For support you can contact me at sunil.aruru@gmail.com