This article explains how to access EXIF metadata in a file of any supported format....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
With GroupDocs.Viewer for Java you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, and extract document text....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
With GroupDocs.Viewer for Node.js you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, and extract document text....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This page contains release notes for GroupDocs.Assembly for .NET 18.9. Major Features This release of GroupDocs.Assembly brings a new powerful feature: Abilities to change target file format of an assembled document using file extension or explicit specification.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-80 Add ability to change target file format when assembling Word Processing documents Feature ASSEMBLYNET-81 Add ability to change target file format when assembling Spreadsheet documents Feature ASSEMBLYNET-82 Add ability to change target file format when assembling Presentation documents Feature ASSEMBLYNET-83 Add ability to change target file format when assembling Email documents Feature ASSEMBLYNET-84 Add ability to change target file format when assembling Text documents Feature ASSEMBLYNET-88 Add support for Conholdate licenses Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Watermark for .NET 18.3. Major Features There are the following new features in this monthly release:
Implement ability to edit Pdf document objects that can be considered as watermarks Implement ability to edit text and image in found possible watermarks (across all formats) Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-788 Implement ability to edit Pdf document objects that can be considered as watermarks New Feature WATERMARKNET-789 Implement ability to edit text and image in found possible watermarks (across all formats) New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Watermark for .NET 17.11. Major Features There are following features in this first release:
Add support for Email Formats Remove SlidesBaseSlide.BackgroundImage property (obsolete code) Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-513 Add support for email formats New Feature WATERMARKNET-541 Remove SlidesBaseSlide.BackgroundImage property (obsolete code) Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Render files, list and save attachments in any supported format using GroupDocs.Viewer for Python via .NET to experience its simplicity and power in Python....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...