This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....resources GitHub Examples You may easily run the code above and...
This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....guides: GitHub examples You may easily run the code above and...
This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
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 MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....resources GitHub examples You may easily run the code above and...
Find possible text and image watermarks using Python via .NET, with powerful criteria....Search criteria Large documents may contain many candidates. Without...
Hi All, I have a few questions on group docs viewer for JSP:
Is there a way to control the dimensions of the html content generated by Group Docs? The dimensions of the html content varies based on the document used a…... You may find following resources helpful:...
This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....resources GitHub examples You may easily run the code from documentation...
This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others.... GitHub examples You may easily run the code above and...