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

advanced raster redaction

(0.04 sec)
  1. 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...
  2. Existing objects in word processing document | ...

    Remove, inspect, and modify shapes (potential watermarks) in Word documents using Python via .NET....Redaction Product Solution GroupDocs...Python / Developer Guide / Advanced usage / Adding watermarks...

    docs.groupdocs.com/watermark/python-net/existin...
  3. 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...
  4. 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...
  5. 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...
  6. Supported file formats | GroupDocs

    File formats supported by GroupDocs.Viewer for Python are listed here....Redaction Product Solution GroupDocs...File TARGA (Truevision Advanced Raster Graphics Adapter) Graphics...

    docs.groupdocs.com/viewer/python-net/supported-...
  7. 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/
  8. Select specific pages for rasterized PDF | Grou...

    Select specific pages for Rasterized PDF Saving document as a Rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/select-specif...
  9. Save with default options | GroupDocs

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be Rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform Redactions redactor....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-with-def...
  10. 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...