Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 426 for

pdf color redaction

(0.33 sec)
  1. Agents and LLM Integration | GroupDocs

    GroupDocs.Viewer for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document pipelines....Redaction Product Solution GroupDocs...EML, CAD drawings, or scanned PDFs directly. GroupDocs.Viewer renders...

    docs.groupdocs.com/viewer/python-net/agents-and...
  2. Save signed images with various output types | ...

    This article explains how to save images with various image format types....Redaction Product Solution GroupDocs...additional options ( like bit depth, color type, compression, filters etc);...

    docs.groupdocs.com/signature/java/save-signed-i...
  3. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Redaction Product Solution GroupDocs...watermark . ForegroundColor = Color . Red ; watermark . HorizontalAlignment...

    docs.groupdocs.com/watermark/net/migration-notes/
  4. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform Redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-to-stream/
  5. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Documentclass from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Redaction Product Solution GroupDocs...watermark . setForegroundColor ( Color . getRed ()); watermark . setHorizontalAlignme...

    docs.groupdocs.com/watermark/java/migration-notes/
  6. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks API....Redaction Product Solution GroupDocs...document. Ex: @"C:\Docs\document.pdf" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/searching-wate...
  7. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....Redaction Product Solution GroupDocs...gw . Watermarker ( "document.pdf" ) as watermarker : possible...

    docs.groupdocs.com/watermark/python-net/searchi...
  8. Add checkbox component | GroupDocs

    The page describes how to add checkbox component to a document using GroupDocs.Annotation for .NET....Redaction Product Solution GroupDocs...position defines the frame color To add a checkbox component...

    docs.groupdocs.com/annotation/net/add-checkbox-...
  9. Adding repeated watermarks | GroupDocs

    The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents...Redaction Product Solution GroupDocs...= new Watermarker ( "sample.pdf" )) { // Initialize the font...

    docs.groupdocs.com/watermark/net/adding-repeate...
  10. Save Signed Images With Various Output Types | ...

    id: save-signed-images-with-various-output-types url: signature/net/save-signed-images-with-various-output-types title: Saving signed images with various output types weight: 2 description: “This article explains how to save images with various image format types.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False Signature class supports saving of Image signed documents with various image format types and extended options. Following classes are inherited from base class SaveOptions and allows to specify additional output image format settings....Redaction Product Solution GroupDocs...additional options ( like bit depth, color type, compression, filters etc);...

    docs.groupdocs.com/signature/net/developer-guid...