Spire.PDF for Java 3.8.5

Spire.PDF for Java 3.8.5 supports converting PDF to Excel

We're pleased to announce the release of Spire.PDF for Java 3.8.5. This version supports converting PDF to Excel. Also, some issues that occurred when converting PDF to Image have been successfully fixed. See the list below for more details.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREPDF-3533 Supports converting PDF to Excel.
PdfDocument pdf = new PdfDocument();
pdf.loadFromFile(inputFile);
pdf.saveToFile(outputPath, FileFormat.XLSX);
Bug SPIREPDF-3486 Fixes the issue that it caused incorrect content after converting PDF to image on Ubuntu system.
Bug SPIREPDF-3490 Fixes the issue that it caused extra dotted lines after converting PDF to image.
Bug SPIREPDF-3507 Fixes the issue that stamp was lost after converting PDF to image.
Click the link to download Spire.PDF for Java 3.8.5: