Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 9,900 for

text

(0.04 sec)
  1. Delete Signatures of the certain types | Docume...

    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...
  2. Hello, World! | Documentation

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

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Adding image watermarks | Documentation

    GroupDocs.Watermark API supports adding the following image file types as image watermark...the following article about text watermarks, however, the same...

    docs.groupdocs.com/watermark/net/adding-image-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 | Documentation

    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. Installation | Documentation

    This guide helps you quickly install GroupDocs.Watermark for .NET, a powerful library to add, edit, or remove watermarks from PDF, Word, Excel, PowerPoint, Visio, and image formats. Choose your preferred method below. Install via NuGet (Recommended) Follow these steps to reference GroupDocs.Watermark using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer....Watermark” in the search text box. Click the Install button...Drawing.Common 5.0.3 System.Text.Encoding.CodePages 7.0.0 SkiaSharp...

    docs.groupdocs.com/watermark/net/installation/
  8. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....(Microsoft Word, OpenOffice Texts, Rich Text Files), spreadsheets (Microsoft...

    docs.groupdocs.com/redaction/net/remove-page-re...
  9. 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#....with Microsoft Word and various text editors. There may be instances...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. 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....and enhance the usability of text-based content. Converting PDFs...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...