Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 4,698 for

text annotations

(0.03 sec)
  1. How to run examples | Documentation

    This article describes how to run Java file conversion API code examples....Annotation Product Solution GroupDocs...java file using your favorite text editor. Uncomment examples that...

    docs.groupdocs.com/conversion/java/how-to-run-e...
  2. 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 !...Annotation Product Solution GroupDocs...Console . WriteLine ( chunk . Text ); var compressedChunk = chunk...

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

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

    docs.groupdocs.com/redaction/python-net/hello-w...
  4. Delete Signatures of the certain types | Docume...

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Annotation Product Solution GroupDocs...SignatureType > { SignatureType . Text , SignatureType . Image , SignatureType...

    docs.groupdocs.com/signature/net/delete-signatu...
  5. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Annotation Product Family GroupDocs...with Microsoft Word and various text editors. There may be instances...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Convert PDF to DOCX using Node.js

    Learn how to convert PDF to DOCX using Node.js with a simple guide. Easily export PDF to DOCX in Node.js for editable and formatted document conversion....Annotation Product Family GroupDocs...and enhance the usability of text-based content. Converting PDFs...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  7. 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....Annotation Product Solution GroupDocs...case-sensitive search with a query in text form. C# string indexFolder...

    docs.groupdocs.com/search/net/case-sensitive-se...
  8. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Annotation Product Family GroupDocs...Handling documents in Open Document Text ( ODT ) format is quite common...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  9. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Python via .NET API and couple lines of code...Annotation Product Solution GroupDocs...any size and structure - all text, images, tables, graphs, forms...

    docs.groupdocs.com/merger/python-net/merge-pdf/
  10. Merge files | Documentation

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using c# programming language and GroupDocs.Merger API....Annotation Product Solution GroupDocs...Presentations Merge Excel Merge text files Merge TEX Was this page...

    docs.groupdocs.com/merger/net/merge/