Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 10,235 for

text

(0.11 sec)
  1. How to run examples | GroupDocs

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

    docs.groupdocs.com/conversion/java/how-to-run-e...
  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. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. Convert XLSX to XLS using Python

    Learn how to convert XLSX to XLS using Python. Step-by-step guide and code example is included in this topic for how to export XLSX to XLS in Python....spreadsheet content into a plain text format for easier distribution...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  9. How to Convert ODT to DOCX using Java

    In this topic, you will discover the procedure how on convert ODT to DOCX using Java. Also, we will furnish you with Java code snippet to export ODT to DOCX in Java....involves transforming Open Document Text ( ODT ) files into Microsoft...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. GroupDocs.Search Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....be used for performing full text search over the indexed documents...

    blog.groupdocs.com/categories/groupdocs.search-...