Rendering documents with GroupDocs.Viewer for Node.js in your Java applications....Rendering documents with GroupDocs.Viewer for Node.js in your Java applications.
This page describes how the search api is used to obtain a list of supported file types....This page describes how the search api is used to obtain a list of supported file types.
This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java.
Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience.
Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters.
Reduce PDF file size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output files....Reduce PDF file size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output files.
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.
The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)
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 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