Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 11,322 for

text

(0.38 sec)
  1. GroupDocs.Conversion for Python via .NET | Grou...

    Native Python library that converts documents between 10,000+ format pairs — DOCX, PDF, XLSX, PPTX, images, CAD, email, and archives — on Windows, Linux, and macOS. No Microsoft Office or Adobe Acrobat required....(EML, MSG) eBook (EPUB, MOBI) Text/Markdown (TXT, MD) HTML/Web...

    docs.groupdocs.com/conversion/python-net/
  2. 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...
  3. 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...
  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. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Creating a document object const text = fs . readFileSync ( documentFilePath...CommonFieldNames . Content , text ), ]); const document = groupdocs...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  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. How to Add Watermark Annotation using Java

    Review the step-by-step guide to add watermark annotation using Java and learn how to use these instructions to create annotation in Java....many properties for watermark text to create annotation in Java...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  9. How to Convert HTML to ODT using C#

    Quickly convert HTML to ODT using C# with a popular conversion library along with code example to export HTML to ODT in C# on commonly used operating systems....Converting HTML to ODT (Open Document Text) can be a useful feature in...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Convert PDF to ODT using C#

    Efficiently convert PDF to ODT using C# without installing extra tools. Enhance document processing in projects with this guide on how to export PDF to ODT using C#....files to ODT (Open Document Text). PDFs are renowned for their...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...