This topic lists File formats supported by GroupDocs.Viewer for Node.js....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Node.js...
This topic lists File formats supported by GroupDocs.Viewer for Java....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...
We are inspired to see a wide number of users across the world using GroupDocs.Viewer API and their feedback always motivate us to make improvements and add support for more features. Therefore, today, we are announcing another monthly release of GroupDocs.Viewer for .NET with 7 new features, 9 fixes, and 5 improvements. Let’s have an overview of the latest version.
Document Viewer API - New FeaturesFollowing are the new features introduced in GroupDocs....Viewer API and their feedback always...monthly release of GroupDocs.Viewer for .NET with 7 new features...
The following article indicates the File formats that GroupDocs.Comparison can work with....Viewer Product Solution GroupDocs...Started / Supported File Formats Supported File Formats Leave feedback...
Effectively gain the expertise on how to render PPTX as HTML using C#. Moreover, explore detailed step-by-step instructions and C# code for rendering PPTX to HTML....Viewer Product Family GroupDocs.Comparison...applications. With the power of viewer library, developers can seamlessly...
Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Viewer Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...
The following example demonstrates how to save the redacted document, replacing an original File:
// Make a copy of sample FileFiles.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....Viewer Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...
We are delighted to announce that the first monthly release of GroupDocs.Viewer for .NET for the year 2017 is out and available. Using GroupDocs.Viewer for .NET 17.1.0 users will be able to partially render the large Excel sheets. The latest version also supports the configuration of ViewerConfig class via app.config or web.config File. Furthermore, 9 issues have been fixed in this release. Continue to read more about v17.1.0.
GroupDocs.Viewer for ....Viewer for .NET for the year 2017...available. Using GroupDocs.Viewer for .NET 17.1.0 users will...