Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,170 for

full text search

(0.04 sec)
  1. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Search Product Solution GroupDocs...salt ); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Python via .NET API....Search Product Solution GroupDocs...and TSV), XML, HTML, and plain text. — common for all documents...

    docs.groupdocs.com/editor/python-net/extracting...
  3. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Search Product Solution GroupDocs...PdfX_1A ). Sets reading order of text: L2R (left to right) or R2L...

    docs.groupdocs.com/conversion/java/convert-to-p...
  4. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....Search Product Solution GroupDocs...salt ); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/net/sign-documents...
  5. Install GroupDocs.Redaction for Python via .NET...

    Install GroupDocs.Redaction for Python via .NET on Windows, Linux, or macOS — from PyPI or from a pre-downloaded wheel, including Intel and Apple Silicon builds....Search Product Solution GroupDocs...do not lift that restriction. Text, metadata, annotation, and page...

    docs.groupdocs.com/redaction/python-net/install...
  6. Edit Email | GroupDocs

    This guide demonstrates how to edit the content of documents from the Email format family like common Text documents using GroupDocs.Editor for Node.js via Java....Search Product Solution GroupDocs...differs from editing common text documents. Loading Loading Email...

    docs.groupdocs.com/editor/nodejs-java/edit-email/
  7. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....Search Product Solution GroupDocs..."image1.jpg" , /* stream or base64 text*/ ); PngImage image2 = new PngImage...

    docs.groupdocs.com/editor/net/create-editabledo...
  8. Implement custom encryption with QR-Code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Search Product Solution GroupDocs...steps to embed into QR-code text with custom encryption with...

    docs.groupdocs.com/signature/net/implement-cust...
  9. Parse data from documents | GroupDocs

    Learn how to parse and extract structured data from documents using template-based extraction with GroupDocs.Parser for .NET. Extract invoice data, tables, and fields in C#....Search Product Solution GroupDocs..."Not a template field" : area . Text ); } } private static Template...

    docs.groupdocs.com/parser/net/parse-data-from-d...
  10. Working with metadata in Matroska (MKV) files |...

    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....Search Product Solution GroupDocs...Console . WriteLine ( subtitle . Text ); } } } More resources GitHub...

    docs.groupdocs.com/metadata/net/working-with-me...