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 search for embedded electronic signatures with custom encryption in QR-code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....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...
Create bulleted lists in documents by iterating over data collections and displaying items as bullets....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...
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...
Hi, We recently moved to 8.0.7 viewer, so far its working fine. Just observed following random problem.
Issue
Wrong page no is displayed initially when the document is opened in viewer. Issue is observed when our web s…...So not all page is visible, may be css around those pages is...
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...
This article explains how to implement custom encryption for QR-code electronic signatures....resources GitHub Examples You may easily run the code above and...