Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 32,211 for

groupdocs.redaction

(4.15 sec)
  1. PyPI on GroupDocs Blog | Document Automation So...

    PyPI on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PyPI on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Water...... GroupDocs.Redaction for Python 26.6 – ไฮ...2026 เวอร์ชัน 26.6 ของ GroupDocs.Redaction for Python แนะนำการรีเฟรช...

    blog.groupdocs.com/th/tag/pypi/index.xml
  2. Metadata redactions | GroupDocs

    This article shows that how Python redaction API allows you to replace or remove metadata using filters or search by regular expression....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/python-net/metadat...
  3. 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(); }...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-raste...
  4. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.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.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Advanced usage | GroupDocs

    Advanced Groupdocs.redaction for Python via .NET topics — load documents from any source, save in the original format or rasterize to PDF, scope redactions with page filters, apply reusable redaction policies, and extend the supported-format list....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/python-net/advance...
  6. BugFixes on GroupDocs Blog | Document Automatio...

    BugFixes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in BugFixes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo......NET & Java Developers GroupDocs.Redaction for .NET 26.5 – 2026年5月...2026年5月 發佈說明 GroupDocs.Redaction for .NET 26.5 最新的修復與更新於2026年5月發布。可在...

    blog.groupdocs.com/zh-hant/tag/bugfixes/index.xml
  7. 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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/image-redacti...
  8. CSV on GroupDocs Blog | Document Automation Sol...

    CSV on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSV on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Redacti......NET & Java Developers GroupDocs.Redaction for .NET 26.7 – 2026年7月...2026年7月 發行說明 GroupDocs.Redaction for .NET 26.7 在儲存 Word 文件時加入 OOXML...

    blog.groupdocs.com/zh-hant/tag/csv/index.xml
  9. Spreadsheets on GroupDocs Blog | Document Autom...

    Spreadsheets on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Spreadsheets on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......NET & Java Developers GroupDocs.Redaction for .NET 26.7 – Temmuz...Temmuz 2026 Sürüm Notları GroupDocs.Redaction for .NET 26.7, Word belgelerini...

    blog.groupdocs.com/tr/tag/spreadsheets/index.xml
  10. Save Word with OOXML compliance | GroupDocs

    This article shows how to save a Word processing document with a specific OOXML compliance level after redaction....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/save-word-with...