Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 367 for

pdf color redaction

(0.03 sec)
  1. Add watermark | GroupDocs

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....Redaction Product Solution GroupDocs...watermark font name - watermark color - watermark width - watermark...

    docs.groupdocs.com/conversion/net/add-watermark/
  2. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for .NET...Redaction Product Solution GroupDocs..., // set Text color and Font ForeColor = Color . Red , Font =...

    docs.groupdocs.com/signature/net/migration-notes/
  3. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Redaction Product Solution GroupDocs...watermark . setForegroundColor ( Color . getRed ()); watermark . setBackgroundColor...

    docs.groupdocs.com/watermark/java/adding-text-w...
  4. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....Redaction Product Solution GroupDocs...Border = new Border () { Color = Color . DarkGreen , DashStyle...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....Redaction Product Solution GroupDocs...document. Ex: @"C:\Docs\sample.pdf" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...will discuss how to convert color PDF documents to grayscale JPG...using C# . In this digital era, PDF is one of the most used file...

    blog.groupdocs.com/groupdocs.blog/page/23/
  7. Render EML as PNG using Python

    Learn how to render EML as PNG using Python. This tutorial explains how to convert EML to PNG in Python with custom dimensions for email visualization....Redaction Product Family Render EML...resolution, and background color while automating large-scale...

    kb.groupdocs.com/viewer/python/render-eml-as-pn...
  8. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (Pdf, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use Color box replacements to redact text in images....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/using-ocr/
  9. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (Pdf, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use Color box replacements to redact text in images....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/using-ocr/
  10. Convert images | GroupDocs

    In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code...Redaction Product Solution GroupDocs...pixel is a representation of color in terms of a number of bits...

    docs.groupdocs.com/conversion/net/convert/image/