Sort Score
Result 10 results
Languages All
Labels All
Results 8,351 - 8,360 of 10,159 for

image

(0.13 sec)
  1. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......format or as a PDF with raster images of original pages 5. Wipe out...

    docs.groupdocs.com/redaction/python-net/_output...
  2. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......format or as a PDF with raster images of original pages 5. Wipe out...

    docs.groupdocs.com/redaction/python-net/_sample...
  3. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "" with "[personal]" Sample: Regular expressions redactions Behind the scenes, "exact phras......format or as a PDF with raster images of original pages 5. Wipe out...

    docs.groupdocs.com/redaction/python-net/_output...
  4. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......format or as a PDF with raster images of original pages 5. Wipe out...

    docs.groupdocs.com/redaction/python-net/_sample...
  5. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......format or as a PDF with raster images of original pages 5. Wipe out...

    docs.groupdocs.com/redaction/python-net/_sample...
  6. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......format or as a PDF with raster images of original pages 5. Wipe out...

    docs.groupdocs.com/redaction/python-net/_sample...
  7. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......format or as a PDF with raster images of original pages 5. Wipe out...

    docs.groupdocs.com/redaction/python-net/_sample...
  8. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......format or as a PDF with raster images of original pages 5. Wipe out...

    docs.groupdocs.com/redaction/python-net/_sample...
  9. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/load-a-password...
  10. 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....location and convert its pages to images final FileOutputStream fileStream...

    docs.groupdocs.com/redaction/java/save-to-stream/