Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java...Signature Product Solution GroupDocs...attachment ); } } The following image shows a sample console output:...
Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....Signature Product Solution GroupDocs...(PDF, 233 KB) The following image demonstrates the result: Was...
GroupDocs.Watermark for Java supports the following watermark types.
TextWatermark ImageWatermark Adding watermark to any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a watermark to a document.
Load the document Create and initialize watermark object Set watermark properties Add a watermark to the document Save the document For more details please refer to the following guides:...Signature Product Solution GroupDocs...Adding text watermarks Adding image watermarks Add watermarks to...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...DublinCore metadata and get **Image Cover **metadata using a unified...DublinCore metadata and get **Image Cover **metadata using a unified...
The articles in this section describe advanced topics related to search operations.
You will find details about different search aspects. Search types, advanced options, internal implementation details:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Signature Product Solution GroupDocs...search results Homophone search Image search options Was this page...
This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer Java API....Signature Product Solution GroupDocs...viewOptions ); } The following image demonstrates the result. There...
This article explains how to get the PDF output file information using Java with GroupDocs.Viewer for Java....Signature Product Solution GroupDocs...pixels" ); } } The following image shows a sample console output:...
From : Aspose Subject: Spotlight on Aspose.Cells and news from Aspose, February 2016 From : campaign Subject: Spotlig......Imaging and News From Aspose, July...formats, preform operations on images, and add attachments to emails...
Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Signature Product Solution GroupDocs...println ( String . format ( "Image height: %s" , videoStreamProperty...
This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java....Signature Product Solution GroupDocs...format as image. ImageFileType.PNG : Sets the output image format...