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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.Document.pdf.PdfReadFileFormatProperties
try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...
Hi All, I have a few questions on group Docs viewer for JSP:
Is there a way to control the dimensions of the html content generated by Group Docs? The dimensions of the html content varies based on the Document used a…...have a few questions on group docs viewer for JSP: Is there a way...html content generated by Group Docs? The dimensions of the html...
Learn how to efficiently compare large sets of Word (DocX) files using GroupDocs.Comparison for Node.js with parallel processing and performance tuning....Order Upgrade an Order Support Docs API Reference Live Demos Free...comparison of Word documents (DOCX/DOC) with GroupDocs.Comparison for...
This article explains how to get a list of indexed Documents from an index, and how to get the text of indexed Documents in HTML or plain text format....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...
Follow this guide to learn how to edit text Documents, spreadsheets, and presentations using GroupDocs.Editor for Node.js via Java API features....Order Upgrade an Order Support Docs API Reference Live Demos Free...Options Class WordProcessing DOC, DOCX, DOCM, DOT, ODT Spreadsheet...
Learn how to parse and extract structured data from Documents using template-based extraction with GroupDocs.Parser for .NET. Extract invoice data, tables, and fields in C#....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...
GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported Document formats please refer to Supported Document formats.
Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information.
Load a PDF Document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...
This article demonstrates how to save edited text Documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Order Upgrade an Order Support Docs API Reference Live Demos Free...Format Class WordProcessing DOC, DOCX, DOCM, DOT, ODT Spreadsheet...
Learn how to generate a preview for any page of an existing WordProcessing Document in SVG format using GroupDocs.Editor for Node.js via Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...WordProcessing document, such as DOC, DOCX, DOCM, RTF, ODT, and more...
Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...