Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....you to convert CSV data into PDF and MS Word DOC/DOCX reports...you to convert CSV data into PDF and MS Word reports in Java using...
Effortlessly convert DOCX files to Pdf with GroupDocs.Conversion Cloud....Convert DOCX to PDF Effortlessly Convert DOCX to PDF with GroupDocs...easily convert DOCX files to PDF format and vice versa through...
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....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...
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<PdfRootPackage>(); 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....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...
Read this article and find out how you can use the GroupDocs.Comparison for .NET to find differences in Pdf files. Also, in this article you can find an option to use this product in your production.../ How to Compare PDF files How to Compare PDF files Leave feedback...documents.Such functionality as PDF document comparison can significantly...
Reorder the pages of Pdf files in Java. The running example shows how to correct the sequence of unordered Pdf pages within the Java application....Український Tiếng Việt 中文 中國傳統的 PDF is among one of the most in-use...discusses, how to rearrange PDF pages programmatically in Java...
Understand the concept of iterative signing for Pdfs and how to implement it using a product API. Maintain document integrity while enabling multiple approvals with digital certificates.... Iterative signing of PDF documents with digital certificates...Role of Digital Signatures in PDF Documents Iterative Digital Signing...
This guide describes how to build your Pdf files viewer in Java. View Pdf files to render as HTML, JPG, PNG, or Pdf using GroupDocs.Viewer Java API by GroupDocs....How to view PDF documents using Java How to view PDF documents...Leave feedback On this page PDF (Portable-Document-Format) document...
This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....usage / Create PDF with Image Redaction Create PDF with Image Redaction...etc.); save it as a rasterized PDF file (containing images of the...