Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 4,661 for

text signature

(0.06 sec)
  1. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....Signature Product Solution GroupDocs...data such as: slides, shapes, text, animations, video, audio and...

    docs.groupdocs.com/merger/python-net/merge/powe...
  2. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution....Signature Product Solution GroupDocs...structured representation of the text, including bounding rectangles...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  3. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Signature Product Solution GroupDocs...Console . WriteLine ( chunk . Text ); var compressedChunk = chunk...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Hello, World! | Documentation

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Signature Product Solution GroupDocs...will have all instances of the text “John Doe” masked with small...

    docs.groupdocs.com/redaction/python-net/hello-w...
  5. Extract metadata from documents | Documentation

    This article shows how to extract metadata with GroupDocs.Parser from documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Signature Product Solution GroupDocs...get familiar how to extract text, images, forms and more, please...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....Signature Product Solution GroupDocs...case-sensitive search with a query in text form. C# string indexFolder...

    docs.groupdocs.com/search/net/case-sensitive-se...
  7. Add Arrow Annotation to JPG using Java

    In this tutorial, you'll discover how to add arrow annotation to JPG using Java. Furthermore, we'll furnish a code example to insert arrow annotation to JPG in Java....Signature Product Family GroupDocs.Metadata... such as graphs, tables, or text lines. The following section...

    kb.groupdocs.com/annotation/java/add-arrow-anno...
  8. How to Convert ODT to SVG using Java

    In this topic, you will learn how to convert ODT to SVG using Java without installing third-party software. Also, we will provide code to export ODT to SVG in Java....Signature Product Family GroupDocs.Metadata...needing to convert Open Document Text ( ODT ) files to SVG, you’ve...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Convert PDF to Image using Node.js

    Learn how to convert PDF to Image using Node.js. This guide provides a simple method to efficiently export PDF to Image in Node.js, ensuring high-quality image output....Signature Product Family GroupDocs.Metadata...original content, including text, graphics, and layout, remains...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  10. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows....Signature Product Family GroupDocs.Metadata...rendering of graphics, tables, and text. This solution is ideal for...

    kb.groupdocs.com/conversion/python/convert-pdf-...