Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 10,290 for

text

(0.38 sec)
  1. Working with metadata in PNG images | GroupDocs

    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 !... Text ); var compressedChunk = chunk...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. System Requirements | GroupDocs

    GroupDocs.Conversion for Python via .NET sustem requirements....fontconfig - Enables font lookup for text rendering with System.Drawing...

    docs.groupdocs.com/conversion/python-net/system...
  3. Delete Signatures of the certain types | GroupDocs

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

    docs.groupdocs.com/signature/net/delete-signatu...
  4. Hello, World! | GroupDocs

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

    docs.groupdocs.com/redaction/python-net/hello-w...
  5. Issue with Fonts Rendering Artifacts in PDF Con...

    Hello, I am using GroupDocs conversion java lib to convert PowerPoint files (.pptx) to PDF, but I am encountering an issue where some characters appear with artifacts after the conversion. The Text becomes distorted, ma…... The text becomes distorted, making it...

    forum.groupdocs.com/t/issue-with-fonts-renderin...
  6. Case sensitive search | GroupDocs

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

    docs.groupdocs.com/search/net/case-sensitive-se...
  7. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/net/build-your-first-...
  8. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....applications are able to display simple text statistics for loaded documents...demonstrates how to obtain the text statistics for a presentation...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint, image and other formats with GroupDocs.Conversion for .NET....PDF files is not limited to text only, it could be hyperlinks...content manipulations and editing text, tables, images, lists, etc...

    docs.groupdocs.com/conversion/net/convert/pdf/
  10. Scan Barcode from ODT using Java

    This guide details the process about how to scan barcode from ODT using Java, providing a code example to help you efficiently extract barcode from ODT in Java.... The use of Open Document Text ( ODT ) format is prevalent...

    kb.groupdocs.com/parser/java/scan-barcode-from-...