You might need to save a document to any custom file at any location on the local disc or a even a Stream.
The following example demonstrates how to save a document to any location.
final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform Redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...
This article shows how to implement one or several interfaces for the document's features and required Redaction....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...
This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using Java....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...
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(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...
Programowo znajdź określony tekst, słowa, frazy w dokumentach PDF z rozróżnianiem wielkości liter i RegEx za pomocą C#. Zastąp lub ukryj tekst, aby zredagować pliki PDF....Redaction for .NET, interfejs API do.../packages/groupdocs.redaction). PM> Install-Package GroupDocs.Redaction Nie ma...
Редактируйте текст в PDF и других документах с помощью C# в своих приложениях .NET. Редактируйте документы, чтобы затемнить текст, а также текст во встроенных изображениях....Redaction предоставляет API для редактирования...Install-Package GroupDocs.Redaction Установить через диспетчер...
This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...
به صورت برنامه نویسی متن، کلمات، عبارات خاصی را در اسناد PDF با حساسیت حروف کوچک و بزرگ و RegEx در Java پیدا کنید. برای ویرایش فایل های PDF متن را جایگزین یا مخفی کنید....کردن متن با کادر رنگی Java Redaction API برای جایگزینی متن # GroupDocs...https://docs.groupdocs.com/redaction/java/ ) مراجعه کنید. دانلود...