Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 30,543 for

groupdocs.redaction

(0.08 sec)
  1. POTM on GroupDocs Blog | Document Automation So...

    POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Redac......NET & Java Developers GroupDocs.Redaction لجافا 25.12 – أبرز مميزات...استكشف ما هو الجديد في GroupDocs.Redaction لـ Java 25.12. متوفر...

    blog.groupdocs.com/ar/tag/potm/index.xml
  2. POTM on GroupDocs Blog | Document Automation So...

    POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Redac......NET & Java Developers GroupDocs.Redaction for Java 25.12 – Aralık...2025 Sürüm Özetleri GroupDocs.Redaction for Java 25.12’de yenilikleri...

    blog.groupdocs.com/tr/tag/potm/index.xml
  3. POTM on GroupDocs Blog | Document Automation So...

    POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Redac......NET & Java Developers GroupDocs.Redaction dla Javy 25.12 – grudzień...wydaniu Poznaj nowości w GroupDocs.Redaction dla Javy 25.12. Dostępne...

    blog.groupdocs.com/pl/tag/potm/index.xml
  4. Bug Fix on GroupDocs Blog | Document Automation...

    Bug Fix on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Bug Fix on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs......NET & Java Developers GroupDocs.Redaction for Java 25.12 – 2025年12月...2025年12月 リリースハイライト GroupDocs.Redaction for Java 25.12 の新機能をご確認ください。現在、NuGet...

    blog.groupdocs.com/ja/tag/bug-fix/index.xml
  5. Developer Guide | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/developer-guide/
  6. 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...
  7. 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...
  8. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Total Releases GroupDocs.Redaction Releases GroupDocs.Comparison...Merger Product Family GroupDocs.Redaction Product Family GroupDocs...

    blog.groupdocs.com/ko/categories/index.xml
  9. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. Python import Groupdocs.redaction as gr import Groupdocs.redaction.options as gro import Groupdocs.redaction.redactions as grr def run(): # Specify the redaction options repl_opt = grr....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/python-net/use-adv...
  10. POTM on GroupDocs Blog | Document Automation So...

    POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in POTM on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Redac......NET & Java Developers GroupDocs.Redaction for Java 25.12 – 2025年12月发布亮点...2025年12月发布亮点 探索 GroupDocs.Redaction for Java 25.12 的新功能。现已在 NuGet...

    blog.groupdocs.com/zh/tag/potm/index.xml