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....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote Documents using GroupDocs.Comparison for Java....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...
Significant trouble installing, and now using GroupDocs At first, attempting `pip install groupdocs-viewer-net` was yielding an error that said no such file existed, despite me getting that command......be also reflected in the documentation. Let us know if you have...is the code currently in my editor: # This example demonstrates...
GroupDocs.Compairson for Java developer Documentation. Learn how to diff docx, pptx, and pdf files using Java....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...
This article shows that how to perform the operations on search results....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...
Following this guide you will learn how to save edited Word Document with password or change output Document format using GroupDocs.Editor for .NET features....Editor Product Solution GroupDocs...Ask AI GroupDocs Documentation / GroupDocs.Editor Product Family...
Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ Document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
Follow this guide and learn how to remove page from PDF or Word Document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger API....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...