This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with GroupDocs.Editor for Node.js via Java....Assembly Product Solution GroupDocs...
Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information.
Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Assembly Product Solution GroupDocs...
This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Assembly Product Solution GroupDocs...
Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor for Python via .NET API....Assembly Product Solution GroupDocs...
This article describes the new feature of the GroupDocs.Editor for .NET version 25.11 - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format...Assembly Product Solution GroupDocs...
This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking API...Assembly Product Solution GroupDocs...
The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Assembly Product Solution GroupDocs...