This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Signature for .NET 21.4 Major Features This release contains important improvements for PDF Digital signatures, for signature image preview generation, changes with the additional signature options properties and bug fixes. Below the list of most notable changes in release of GroupDocs.Signature for .NET 21.4:
Implemented ability to support Border properties for PDF Digital signature on document page. Improved generation of digital signature image preview for Pdf document....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Search for .NET 18.5. Major Features There are 3 enhancements in this regular monthly release:
Implement searching by parts Implement ability to specify the number of searching threads Add SearchingTime field to SearchResults All Changes Key Summary Category SEARCHNET-1207 Implement searching by parts Enhancement SEARCHNET-1502 Implement ability to specify the number of searching threads Enhancement SEARCHNET-1551 Add SearchingTime field to SearchResults Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files.
The following are the steps to read native MKV metadata.
Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior.
Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files.
The following are the steps to read the header of an OpenType file.
Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to run code examples in GroupDocs.Conversion for Python via .NET....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
You will find how you can use GroupDocs.Comparison for Java inside your production when comparing Text, Word and PDF files to see the differences. Look at file comparison sensitivity configuration and other use cases of the GroupDocs.Comparison API...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Programmatically add and remove annotations from PDF files. Add arrow, rectangle annotations and more using Java API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...