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(); 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....Annotation Product Solution GroupDocs...InspectionPackage . Annotations != null ) { foreach ( var annotation in root...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...methods to redact text, metadata, and annotations. Its time to augment...month’s release of GroupDocs.Annotation for .NET 19.3 you will observe...
Cross out Text on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Cross out Text on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......Cross out Text on GroupDocs Blog | Document Automation Solutions...Recent content in Cross out Text on GroupDocs Blog | Document...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...pattern in folder Implement Text Signature alignment for PDF...PDF Documents Implement Text Signature alignment for Words Documents...
Find possible Text and image watermarks using Python via .NET, with powerful criteria....Annotation Product Solution GroupDocs...image_data )) print ( "Text" , wm . text ) print ( "X" , wm . x...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Annotation for Java Servlets Based Front...allows it’s users to draw annotations more fluently. We’d recommend...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...latest version supports replacing text and image for the found watermarks...Watermark for Java 18.3 Replacing Text and Image for Found Watermarks...
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....Annotation Product Solution GroupDocs...or in addition to a specific text. With GroupDocs.Redaction you...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Annotation for .Net v17.10. The main...release is add comments to annotation in diagrams. This release...