This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for Java....This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for Java.
Reduce PDF image resolution by adjusting compression and resizing options within the GroupDocs.Viewer API....Reduce PDF image resolution by adjusting compression and resizing options within the GroupDocs.Viewer API.
Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage.
The following example demonstrates how to load a file from a local disk.
advanced_usage.loading_files.LoadFromLocalDisk
// Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for .NET examples
GroupDocs.Metadata for Java examples...The following example demonstrates how to load a file from a local disk.
advanced_usage.loading_files.LoadFromLocalDisk
// Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for .NET examples
GroupDocs.Metadata for Java examples
This article shows how to save a document to a specified location on a local disk in Java...This article shows how to save a document to a specified location on a local disk in Java
The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for .NET....The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for .NET.
This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java....This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java.
The page describes how to set the quality of an image added to a document....The page describes how to set the quality of an image added to a document.
This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Python applications....This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Python applications.