This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for Java....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article explains how to set document password after files comparison within your .NET applications using GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Reduce PDF file size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output files....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This page describes how the search Api is used to obtain a list of supported file types....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article shows that how to load file from stream using redaction Api...Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article shows how to save a file to the specified stream...Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
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....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...