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...
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...
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...
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...
Install GroupDocs.Redaction for Python via .NET, run your first redaction, and explore the runnable examples repository on Windows, Linux, or macOS....Install GroupDocs.Redaction for Python via .NET, run your first redaction, and explore the runnable examples repository on Windows, Linux, or macOS.
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......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...
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......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...
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......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...
Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a:
final Redactor redactor = new Redactor("MultipageSample.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....Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a:
final Redactor redactor = new Redactor("MultipageSample.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.