Removing watermark from a particular page of Pdf document using C#....Comparison Product Solution GroupDocs...watermarks / To PDF documents / Existing objects in PDF document Existing...
This article explains how to add metadata signatures to Pdf document meta info layer with GroupDocs.Signature...Comparison Product Solution GroupDocs...Electronic Signature PDF Electronic Signature PDF with Metadata signature...
compare text files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare text files on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Developers Python Word Document Comparison Guide: Find Differences Between...with GroupDocs.Comparison GroupDocs.Comparisonを使用してPythonでWor...
Detect file type, file size, and page count of a document using GroupDocs.Comparison for Python via .NET — from file paths or streams....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Python...
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....Comparison Product Solution GroupDocs...usage / Create PDF with Image Redaction Create PDF with Image Redaction...
Learn this article and check how to load and convert Pdf documents with advanced options using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...types / Load PDF document with options Load PDF document with...
Optimize spreadsheets in Pdfs. Reduces file size by enabling border lines and removing specific characters....Comparison Product Solution GroupDocs...documents / Render to PDF / Optimize the output PDF file / Optimize...
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....Comparison Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...
Learn how to extract tables from Pdf documents using GroupDocs.Parser for .NET. Compare multiple extraction methods from basic page-specific extraction to advanced document-wide processing with complete code examples....Comparison Product Solution GroupDocs...Tables from PDF Documents Extract Tables from PDF Documents Leave...