Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 5,494 for

groupdocs.redaction,

(1.69 sec)
  1. Getting Started | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....

    docs.groupdocs.com/redaction/java/getting-started/
  2. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF

    docs.groupdocs.com/redaction/python-net/select-...
  3. CrossPlatform on GroupDocs Blog | Document Auto...

    CrossPlatform on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CrossPlatform on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......CrossPlatform on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CrossPlatform on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope...

    blog.groupdocs.com/th/tag/crossplatform/index.xml
  4. System.Drawing on GroupDocs Blog | Document Aut...

    System.Drawing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in System.Drawing on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......System.Drawing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in System.Drawing on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo...

    blog.groupdocs.com/th/tag/system.drawing/index.xml
  5. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others.

    docs.groupdocs.com/redaction/python-net/image-r...
  6. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....This article explains that how to use PageAreaRedaction.

    docs.groupdocs.com/redaction/java/use-page-area...
  7. 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....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.

    docs.groupdocs.com/redaction/python-net/saving-...
  8. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....This article shows how the redaction API is used to load file from disk.

    docs.groupdocs.com/redaction/net/load-from-loca...
  9. v26.6 on GroupDocs Blog | Document Automation S...

    v26.6 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in v26.6 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Wat......v26.6 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in v26.6 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Wat...

    blog.groupdocs.com/ar/tag/v26.6/index.xml
  10. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/save-in-origi...