This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...
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) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...
Learn this article and check how to restrict loading of external resources during conversion...resources Leave feedback On this page What are external resources...maintainability, and scalability of web pages and other documents. These resources...
GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....overview Leave feedback On this page GroupDocs.Total for .NET is...submit a ticket to our . Was this page helpful? Not really Yes, thanks...
Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for Java....sensitivity Leave feedback On this page allows you to adjust comparison...SensitivityOfCompari = 100 Was this page helpful? Not really Yes, thanks...
This Page describes how to perform indexing of password protected documents.
Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords Page in the Managing dictionaries section....documents Leave feedback This page describes how to perform indexing...password dictionary see the page in the section. The password...
This article explains how to use different image adjustment with electronic signatures on document Page....adjustments Leave feedback On this page contains class that implements...online apps from the . Was this page helpful? Not really Yes, thanks...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your CAD...save all elements of an HTML page (including text, graphics, and...
It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....not available for rasterized pages. Bitmap Picture (BMP) Graphics...team will assist you. Was this page helpful? Not really Yes, thanks...
This article demonstrates how to convert specific document Pages by Page number using GroupDocs.Conversion for Java API....Convert specific pages Convert specific pages Leave feedback allows...allows you to convert specific pages of a document instead of processing...