This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Annotation Product Solution GroupDocs...getPath (); System . out . print ( "Image file " + imageFilePath...
This article demonstrate that how to extract data from databases via JDBC...Annotation Product Solution GroupDocs...for ( TocItem i : toc ) { // Print the table name System . out...
free electronic signature Java api version is available to evaluate the API which will be similar as licensed but with few limitations...Annotation Product Solution GroupDocs...getConsumptionQuanti (); System . out . print ( "Metered consumption = " +...
This article explains evaluation limitations and licensing of GroupDocs.Merger for Java...Annotation Product Solution GroupDocs...getConsumptionQuanti (); System . out . print ( "Amount (MB) consumed: " +...
This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...
This article explains that how to extract containers items and iterate through container items....Annotation Product Solution GroupDocs...item in attachments ) { // Print an item name and size Console...
To extract metadata from EPUB e-books GetMetadata method is used...Annotation Product Solution GroupDocs...MetadataItem item in metadata ) { // Print the item name and value Console...
Learn how to handle loading of external resources....Annotation Product Solution GroupDocs...PageImageArea i in images ) { // Print the type of image Console ....
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....Annotation Product Solution GroupDocs...MetadataItem item : metadata ) { // Print an item name and value System...
This article explains that how to extract table of contents from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...tocItem in tocItems ) { // Print the text of the chapter using...