This topic describes how to use the GroupDocs.Viewer Node.js 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...
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 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 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 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 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 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 page describes how to Save only annotated pages when using GroupDocs.Annotation for Java API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Advanced usage / Saving / Save only annotated pages Save only annotated...