Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 10,924 for

text

(0.08 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. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in Text form....length of search queries in text form. To use an alias in a search...

    docs.groupdocs.com/search/java/using-aliases/
  4. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....OpenDocument Formats ODT, OTT Rich Text Format RTF Electronic publication...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  5. 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.... such as graphs, tables, or text lines. The following section...

    kb.groupdocs.com/annotation/java/add-arrow-anno...
  6. 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....needing to convert Open Document Text ( ODT ) files to SVG, you’ve...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Search for QR-Code e-signatures | GroupDocs

    This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API.... getEncodeType () + " and text " + qrCodeSignature . getText...

    docs.groupdocs.com/signature/java/search-for-qr...
  8. Save signed Word Processing with different outp...

    This article explains how to save signed Word Processing documents with various file formats by GroupDocs.Signature API....option with predefined QRCode text QrCodeSignOptions signOptions...

    docs.groupdocs.com/signature/java/save-signed-w...
  9. Add Metadata Signature in Cells Document using ...

    We at GroupDocs, are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.10 of the API provides the ability to add and search Metadata Signature in Cells and Words documents. Furthermore, few improvements are also introduced in this version, therefore, we recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Metadata Signatures for Cells and Words documentsThe Metadata Signature is the additional document property that contains special attributes/tags to keep non visual information inside the document....document: # // setup options with text of signature CellsMetadataSignOpt...

    blog.groupdocs.com/signature/groupdocs.signatur...
  10. 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...