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......NET & Java Developers GroupDocs.Redaction for .NET 26.6 – 2026年6月...2026年6月 リリースノート GroupDocs.Redaction for .NET 26.6 は、明示的なファイルタイプのロード、新しい...
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...... GroupDocs.Redaction for Python 26.6 – června...Přehled vydání Verze 26.6 GroupDocs.Redaction for Python představuje...
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 voor .NET 26.7 – juli...release-opmerkingen GroupDocs.Redaction voor .NET 26.7 voegt...
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...... GroupDocs.Redaction for Python 26.6 – 2026년...2026년 6월 릴리스 하이라이트 GroupDocs.Redaction for Python 버전 26.6은 업데이트된...
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(); }...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...
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年6月...2026年6月 發行亮點 GroupDocs.Redaction for Python 版本 26.6 引入了更新的相依性、引擎升級,以及一個自包含的...
Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... GroupDocs.Redaction for .NET 25.12 发布说明。...发布说明。 GroupDocs.Redaction for .NET 25.9版本说明。 GroupDocs.Viewer for...
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...... GroupDocs.Redaction for Python 26.6 – أبرز...2026 الإصدار 26.6 من GroupDocs.Redaction for Python يقدم تبعيات...
Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class:
LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...