Java on-premise API for merging multiple documents into one file. Join files of different formats into a single format. Insert OLE objects, & split documents....pom 2 KB GroupDocs.Total GroupDocs.Merger API on...
High Code Java API to Sign, Search, & Verify Digital Signatures within MS Word Excel PowerPoint OpenOffice Images PDF & others. Supports Barcode QR-Code Stamp....pom 693 bytes GroupDocs.Total GroupDocs.Signature API...
High Code Java API to Sign, Search, & Verify Digital Signatures within MS Word Excel PowerPoint OpenOffice Images PDF & others. Supports Barcode QR-Code Stamp....90 KB GroupDocs.Total GroupDocs.Signature API...
High Code Java API to Sign, Search, & Verify Digital Signatures within MS Word Excel PowerPoint OpenOffice Images PDF & others. Supports Barcode QR-Code Stamp....90 KB GroupDocs.Total GroupDocs.Signature API...
High Code Java API to Sign, Search, & Verify Digital Signatures within MS Word Excel PowerPoint OpenOffice Images PDF & others. Supports Barcode QR-Code Stamp....pom 3 KB GroupDocs.Total GroupDocs.Signature API...
Java on-premise API that lets you hide & redact any sensitive or classified data, content, information, or metadata to make it unreadable and non-searchable....6 June 11, 2019 GroupDocs.Total GroupDocs.Redaction API...
This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article explains how to access EXIF metadata in a file of any supported format....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This page contains release notes for GroupDocs.Assembly for .NET 18.9. Major Features This release of GroupDocs.Assembly brings a new powerful feature: Abilities to change target file format of an assembled document using file extension or explicit specification.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-80 Add ability to change target file format when assembling Word Processing documents Feature ASSEMBLYNET-81 Add ability to change target file format when assembling Spreadsheet documents Feature ASSEMBLYNET-82 Add ability to change target file format when assembling Presentation documents Feature ASSEMBLYNET-83 Add ability to change target file format when assembling Email documents Feature ASSEMBLYNET-84 Add ability to change target file format when assembling Text documents Feature ASSEMBLYNET-88 Add support for Conholdate licenses Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Products All Products GroupDocs.Total Product Family 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 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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...