This page contains release notes for GroupDocs.Assembly for Java 19.5. Major Features Supported loading of template Documents from HTML with resources and saving of assembled Documents to HTML with resources.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-86 Support saving of assembled Word Processing Documents to HTML with resources Feature ASSEMBLYNET-87 Support loading of template Documents from HTML with resources Feature ASSEMBLYNET-109 Support saving of assembled Spreadsheet Documents to HTML with resources Feature ASSEMBLYNET-110 Support saving of assembled Presentation Documents to HTML with resources Feature ASSEMBLYNET-111 Support saving of assembled emails to HTML with resources Feature ASSEMBLYNET-114 An exception is thrown on saving a Document to DOC or PDF assembled from a DOCX template containing charts Bug ASSEMBLYJAVA-13 Upgrade release JAR to JDK 7 after Java 6 discontinuation Enhancement Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Watermark Product Solution GroupDocs...Supported loading of template documents from HTML with resources and...
Load from Stream As an alternative to a local file, Redactor can open a Document from stream.
The following example demonstrates how to load and redact a Document using Stream:
final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use Document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...
Convert DOCX to DOC using Node.js while preserving formatting and structure. This guide explains how to export DOCX to DOC in Node.js with simple steps....Watermark Product Family GroupDocs.Merger...Node.js application to enable document conversion functionality Create...
This article offers a comprehensive guide on text extraction from RTF in C#. It features a code example to help you effectively extract text from RTF using C#....Watermark Product Family GroupDocs.Merger...RTF ) files are a popular document format known for their flexibility...
This article shows you how to extract text from DOC using C#. It includes a code example to help you for text extraction from DOC in C# without using extra software....Watermark Product Family GroupDocs.Merger... handling and processing documents programmatically has become...
Quickly learn how to add search text annotation to PDF using C# without using extra tool. We also provide code to insert search text annotation in PDF using C#....Watermark Product Family GroupDocs.Merger...simply looking to improve document navigation, the step-by-step...
Load Documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...
This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...
This article explains how to add metadata signatures to PDF Document meta info layer with GroupDocs.Signature...Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...
Learn how to convert ODT to TXT using Node.js quickly and efficiently. Follow this guide to export ODT to TXT in Node.js with simple steps and clear examples....Watermark Product Family GroupDocs.Merger...using Node.js Working with document formats is a common task in...