This article shows that how to provides syntax of all elements allowed in Text search queries....Watermark Product Solution GroupDocs...syntax of all elements allowed in text search queries. See also , ...
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....Watermark Product Solution GroupDocs...decrypt previously encrypted text of QR-Code and decrypt custom...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...elements of an HTML page (including text, graphics, and stylesheets)...
This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Watermark Product Solution GroupDocs...link rel = "stylesheet" type = "text/css" href = "document_resources/style...
Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Watermark Product Solution GroupDocs...WYSIWYG-editor end-user deleted some text, for example, a paragraph, with...
This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for Java....Watermark Product Solution GroupDocs...also hold fonts. Even for plain text document (TXT), when converting...
Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...spreadsheet. Specifies that if text starts with “=” it should be...
This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Watermark Product Solution GroupDocs...qr_signature . getEncodeType ()+ " and text " + qr_signature . getText ());...
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....Watermark Product Solution GroupDocs...decrypt previously encrypted text of QR-Code and decrypt custom...
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....Watermark Product Solution GroupDocs...Console . WriteLine ( subtitle . Text ); } } } More resources GitHub...