Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...ALLOW_ALL ^ Permissions . DENY_PRINTING ); // Create a PDF file. PdfViewOptions...
How to extract table of contents from EPUB e-books getToc method is used....Annotation Product Solution GroupDocs...TocItem tocItem : tocItems ) { // Print the text of the chapter try...
This article shows how to create electronic signatures with additional visual extensions...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...
This article explains that how to extract images from document page area....Annotation Product Solution GroupDocs...PageImageArea image in images ) { // Print a page index, rectangle and...
This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document signed...
This article demonstrates how to convert document stored in Amazon S3 storage using GroupDocs.Conversion for Java API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document converted...
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...
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...