This article explains how to provide advanced Options when updating Text electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Text signature with advanced options Leave feedback On this page...
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) { SaveOptionsOptions = new SaveOptions(); Options.setAddSuffix(false); Options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.Save(Options); } } finally { redactor....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Usage / Saving documents / Save overwriting original file Save overwriting...
This topic describes how to use the GroupDocs.Viewer Java API to specify various Options for rendering CAD files to HTML, PDF, PNG, and JPEG....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Specify rendering options Specify rendering options for CAD files...
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...
This article explains how to provide advanced Options when updating QR-code electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...QR-code signatures with advanced options Leave feedback On this page...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various Options for rendering CAD files to HTML, PDF, PNG, and JPEG....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Specify rendering options Specify rendering options for CAD files...
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...
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...
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...