GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...metadata from word processing documents, worksheets, presentations...redaction, annotation redaction, and tabular document redaction...
The page describes how to add button component to a Document using GroupDocs.Annotation for .NET....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Annotation for .NET 3.2.1 API. The latest...latest release of our DocumentAnnotation API provides new features...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Document.InspectionResult class XlsMetadata... Now, you can manipulate documents by applying Metered License...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...and show how to compare two documents from a GroupDocs account....integrated with GroupDocs’ document management solutions. With...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... removing annotation when rendering PDF documents, hide/show...changes when rendering Word documents and much more. Please continue...
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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
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....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
Examples to annotate on your Documents, images or web pages using C#....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...
The page describes how to add dropdown component to a Document using GroupDocs.Annotation for Java....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...