Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 7,605 for

document redaction

(0.05 sec)
  1. Load from Stream | GroupDocs

    This article shows that how to load file from stream using Redaction API...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/load-from-stream/
  2. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the Document as a rasterized PDF file...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/save-in-raster...
  3. 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....Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/save-in-origin...
  5. Add or Remove Annotations in C# | Annotate Word...

    Programmatically add and remove annotations from Word DOC/DOCX files in C#. Add arrow, rectangle, ellipse, watermark annotations using .NET Annotation API....中文 中國傳統的 Forget to discuss documents’ content and feedback in long...use annotations to markup documents with messages and replies...

    blog.groupdocs.com/annotation/annotate-word-doc...
  6. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET Redaction API...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/load-password-...
  7. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted Document, replacing an original file...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/save-overwriti...
  8. Add or Remove Annotations | Annotate PDF files ...

    Programmatically annotate PDF files in C#. Add or remove annotations like arrows, rectangle, ellipse, highlight, watermark annotations using .NET API....threads about the content of the document(s). You can use annotations...annotations to markup documents with personalized messages and their replies...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  9. GroupDocs.Total for Java 25.12 – 最新更新和修复(2025年12月)

    探索 GroupDocs.Total for Java 25.12 中的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...Redaction 25.12 https://releases.groupdocs...com/redaction/java/release-notes/2025/groupdocs-redaction-for...

    blog.groupdocs.com/zh/total/groupdocs-total-for...
  10. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a Document using the Redaction API....Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/pre-rasterize/