Spire.Office for Java 4.6.6

Spire.Office for Java 4.6.6 is released

Spire.Office for Java 4.6.6 is released. This version brings some new feature, for example, Spire.PDF for Java supports saving PDF documents to stream after merging, enhances the conversions from PDF to images/Excel stream and also fixes the issue occurred in the process of replacing images. More details are listed as follows.

Click the link to download Spire.Office for Java 4.6.6:

Here is a list of changes made in this release

Spire.PDF for Java

Category ID Description
New feature SPIREPDF-4350 Supports saving PDF documents to stream after merging.
PdfDocumentBase pdfDocumentBase = PdfDocument.mergeFiles(inputFiles);
pdfDocumentBase.save(outputStream);
Bug SPIREPDF-4243 Fixes the issue that the content was incorrect after converting PDF to images.
Bug SPIREPDF-4298 Fixes the issue that the application threw the error "StackOverflowError" when replacing images in PDF files.
Bug SPIREPDF-4314 Fixes the issue that the output file couldn't be opened normally after converting PDF to Excel stream.