This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API....outputFilePath , options ); } More resources GitHub Examples You may easily...
To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata:
Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email:
Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values.... getValue ())); } } More resources GitHub examples You may easily...
To extract a text from emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails.
Here are the steps to extract a text from an email:
Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document.... readToEnd ()); } } More resources GitHub examples You may easily...
This article shows how to handle missing document password exception with GroupDocs.Signature API....Message}" ); } finally { } } More resources GitHub Examples You may easily...
This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...ppsx" , options ); More resources Advanced Usage Topics To learn...
This article explains how to delete Image electronic signatures with GroupDocs.Signature API.... getMessage ()); } More resources Advanced Usage Topics To learn...
This article explains how to delete QR code electronic signatures with GroupDocs.Signature API.... getMessage ()); } More resources Advanced Usage Topics To learn...
This article shows how to handle missing document password exception with GroupDocs.Signature API.... getMessage ()); } More resources GitHub Examples You may easily...
This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API...." ); } More resources GitHub Examples You may easily...