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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Advanced Usage / Saving documents / Save to stream Save to stream Leave...
This article explains how to provide advanced Options when updating Image electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Image signatures with advanced options Updating Image signatures with...
The listed articles below explain how to Saves images to the file system during document conversion....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...usage / Saving image strategy / Save image as file Save image as...
This article explains how to provide advanced Options when updating Barcode electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Barcode signatures with advanced options Updating Barcode signatures...
This article explains how to provide advanced Options when updating Image electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Image signatures with advanced options Leave feedback On this page...
This article demonstrates that how to Save the document as a rasterized PDF file...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...usage / Saving documents / Save in rasterized PDF Save in rasterized...
The listed articles below explain how to embeds images as Base64 strings directly in the Markdown....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...usage / Saving image strategy / Save image as base64 Save image...
This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Advanced usage / Saving / Save file to local disk Save file to local...
This article demonstrates that how to Save a document to any custom file at any location on the local disc or a even a Stream...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Advanced usage / Saving documents / Save to Stream Save to Stream Leave...