Represents a user comment in a presentation....Document PresentationComment Class...GroupDocs.Metadata.Formats.Document PresentationComment Namespace:...
This guide explains how to install GroupDocs.Conversion for .NET to your environment...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...
Variety of features to manipulate graphics, watermarks and text annotations...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...
Represents a page in a OneNote section....Document NotePage Class NotePage Properties...GroupDocs.Metadata.Formats.Document NotePage Namespace: GroupDocs...
GroupDocs.Assembly for .NET 18.10 Release Notes – the latest updates and fixes....Assembly Product Family GroupDocs.Assembly for .NET...Toggle navigation GroupDocs.Assembly for .NET 18.10 Release Notes...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word Documents to HTML, PDF, PNG, and JPEG formats....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
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...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...