Note This page contains release notes for GroupDocs.Metadata for .NET 20.1 Major Features There are the following features, enhancements and fixes in this release:
Implement the ability to obtain known property descriptors in the public API Implement an alternative way to extract metadata property values Add support for .Net Standard 2.0 Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-3132 Implement the ability to obtain known property descriptors in the public API Improvement METADATANET-3143 Implement an alternative way to extract metadata property values Improvement METADATANET-3133 Add support for .... The library provides information on the...
Manage EXIF metadata of your images in C#. Extract, update, add or remove EXIF data of your images programmatically using the metadata .NET API....metadata Metadata Management C# Library # GroupDocs.Metadata for .NET...
GroupDocs.Editor-for-Node.js-via-Java. Contribute to groupdocs-editor/GroupDocs.Editor-for-Node.js-via-Java development by creating an account on GitHub....high-performance and cross-platform library that enhances your apps to...
This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....NET library, we provide simple but powerful...
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....Along with full featured Java library we provide simple, but powerful...
At this point, you should have a useful idea of the basics of graphics programming using Canvas and WebGL and what you can do with these APIs, as well as a good idea of where to go for further information. Have fun!...however show how to use a WebGL library to create a 3D scene more easily...based on OpenGL (Open Graphics Library), and allows you to communicate...
Render & view Word, PDF, Excel, Powerpoint or Image files easily and free... 10+ Libraries Our product includes 10+ libraries, offering...optimize performance. These libraries are designed to fulfill different...
Note This page contains release notes for GroupDocs.Signature for .NET 18.6 Major Features There are about 15 improvements, new features and fixes in this regular release. Most new features are related to cells positioning that was improved to support pixels locations. Text Signature options were updated with ability to align text inside signature area. Verification process of QR-Code Signatures was adjusted to support encrypted text and optional encode types. Summary the most notable changes are:... IsValid ); Signature library was updated to generate GroupDocsSignatureEx...catch selected exceptions from library. Following example demonstrates...