GroupDocs.Signature for .NET is a popular API to esign documents with the digital electronic signatures, with digital certificates. For the Digital signatures API uses PFX certificate files to esign document with password protected private and public keys. The Digital signatures might be used to certify business documents with eSign PDF particular page, certify entire Microsoft Office documents like Words, Excel, Powerpoint files, and Open Office documents. Customers can easily manipulate the signatures like editing them, removing or adjust. The API provides a way to search and verify signatures. Moreover, a lot of abilities for signatures customization are provided.
GroupDocs.Signature for .NET provides ability to sign Zip documents with Digital signatures quickly and easily.
GroupDocs.Signature for .NET are supported on all major platforms and operating systems. Before executing the code below, please make sure that you have the following prerequisites installed on your system.
// Set up input Zip file
string filePath = "input.zip";
// Set up output file
string outputFilePath = "output.zip";
// Provide digital certificate
string certificateFilePath = "certificate.pfx";
// Instantiate Signature for input file
using (GroupDocs.Signature.Signature signature = new GroupDocs.Signature.Signature(filePath))
{
//Provide sign options
DigitalSignOptions options = new DigitalSignOptions(certificateFilePath)
{
// set certificate password
Password = "1234567890",
// set signature position
Left = 50,
Top = 200,
};
// sign Zip document
SignResult result = signature.Sign(outputFilePath, options);
}
Sign Zip file with various signatures right now by visiting the GroupDocs.Signature App website. Free online demo waiting for you.
No need to download API
No need to write any code
Just upload the source file
Get download link to save the file
“You can also sign Zip with other signature types. Please see the list below.”
(Portable Document Format)
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Open XML presentation Format)
(Macro-enabled Presentation File)