This article explains how To sign a document with Text signature by GroupDocs.Signature API. Let's try To add a digital signature To a Pdf programmatically....to add a text signature to a PDF programmatically. To manipulate...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...
Merge Excel spreadsheet files in Java. Combine specific sheets of XLS/XLSX files using Java merger API by GroupDocs....to Split PDF Files in Java Merge or Split PDF, Word, and Excel...
This article explains how To search various data values types within electronic signatures in the document metadata by GroupDocs.Signature API....pdf" )) { // search for signatures...Metadata ); // try to get each Pdf signature with proper data type...
This article explains how To obtain supported file formats list when parsing documents with GroupDocs.Parser within your Python applications....() # Define format categories word_formats = [ ".doc" , ".docx"..., ".ods" ] pdf_formats = [ ".pdf" ] print ( "Word Processing...
This article explains how To use exceptions handling when adding electronic signatures To document with GroupDocs.Signature API....You are welcome to eSign PDF, Word, Excel, PowerPoint documents...
This article explains how To use different image adjustment with electronic signatures on document page....pdf" ); ImageSignOptions options...= signature . sign ( "signed.pdf" , options ); // analyzing result...