Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 74 for

advanced raster redaction

(0.6 sec)
  1. Saving documents | GroupDocs

    Save redacted documents with GroupDocs.Redaction for Python via .NET — keep the original format, Rasterize to PDF, save to a stream, overwrite the source, select pages, and apply Advanced Rasterization options....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/saving-...
  2. Saving documents | GroupDocs

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a document into images and puts them in a single PDF file, so you can share the redacted document without any additional conversions....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/saving-docume...
  3. Saving documents | GroupDocs

    The articles explain that how to save documents in different ways after making Redactions....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/saving-documents/
  4. AI agents and LLM integration | GroupDocs

    Use GroupDocs.Watermark for Python via .NET with AI coding assistants and LLMs — the bundled AGENTS.md reference, the GroupDocs MCP server, and machine-readable documentation....Redaction Product Solution GroupDocs...`WatermarkableImageCo` | Enumerate raster images in the document | |...

    docs.groupdocs.com/watermark/python-net/agents-...
  5. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a Rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform Redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as Rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-in-raste...
  6. Verify Digital signatures in image | GroupDocs

    This topic explains how to verify digital signatures embedded in images using steganography (LSB technique) with GroupDocs.Signature API....Redaction Product Solution GroupDocs...digital signatures embedded in raster images using steganography...

    docs.groupdocs.com/signature/net/verify-digital...
  7. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Java....Redaction Product Solution GroupDocs...File TARGA (Truevision Advanced Raster Graphics Adapter) Graphics...

    docs.groupdocs.com/viewer/java/supported-docume...
  8. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Node.js....Redaction Product Solution GroupDocs...File TARGA (Truevision Advanced Raster Graphics Adapter) Graphics...

    docs.groupdocs.com/viewer/nodejs-java/supported...
  9. Loading documents | GroupDocs

    Load documents into GroupDocs.Redaction for Python via .NET from a local disk or a stream, open password-protected files, and pre-Rasterize a document as it is loaded....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/loading...
  10. Pre-rasterize | GroupDocs

    This article shows how to pre-Rasterize a document using the Redaction API....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/pre-rasterize/