How to add Digitally Sign to PDF File
In order to add sign in PDF file, we’ll use Aspose.PDF API which is a feature-rich, powerful and easy to use document manipulation API. Open NuGet package manager, search for Aspose.PDF and install. You may also use the following command from the Package Manager Console. When signing a PDF document using a signature, you basically confirm its contents “as is”. Consequently, any other changes made afterward invalidate the signature and thus, you would know if the document was altered.
You can use following classed and method for PDF signing
- Class DocMDPSignature.
- Enumeration DocMDPAccessPermissions.
- Property IsCertified in PdfFileSignature class.
Sign PDF with digital signatures.
About Aspose.PDF API
Aspose.PDF API can be used for PDF document manipulation and parsing within applications. One can create, modify, compress, secure, print or save PDF to TXT, HTML, PCL, XFA, XML, XPS, EPUB, TEX, Images and more formats. Aspose.PDF is a standalone API and it does not depend on any software including Adobe Acrobat.