Spire.Doc for Java 5.4.0 supports converting Word documents using NewEngine

2022-04-02 07:32:59

We are pleased to announce the release of Spire.Doc for Java 5.4.0. This version supports converting Word documents using NewEngine. The NewEngine method fixes a lot of issues occurred when converting Word to PDF. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature - Supports converting Word documents using NewEngine.
Document doc = new Document();
doc.loadFromFile(inputFile);
doc.setUseNewEngine(true);
Bug SPIREDOC-6385
SPIREDOC-7011
SPIREDOC-7380
The NewEngine method fixes the issue that the image position offset after converting Word file to PDF.
Bug SPIREDOC-6863
SPIREDOC-6879
SPIREDOC-6918
SPIREDOC-6989
SPIREDOC-6993
SPIREDOC-7004
SPIREDOC-7043
SPIREDOC-7152
SPIREDOC-7219
SPIREDOC-7319
SPIREDOC-7368
SPIREDOC-7371
SPIREDOC-7438
SPIREDOC-7481
SPIREDOC-7483
SPIREDOC-7537
The NewEngine method fixes the issue that the content format was incorrect after converting Word file to PDF.
Bug SPIREDOC-6956 The NewEngine method fixes the issue that the application threw "Exception in thread "main" class com.spire.office.packages.sprpfe" when converting Word file to PDF.
Bug SPIREDOC-6996 The NewEngine method fixes the issue that the application threw "An element with the same key already exists in the dictionary" when converting Word file to PDF.
Bug SPIREDOC-7028 The NewEngine method fixes the issue that the application threw "IllegalArgumentException" when converting Word file to PDF.
Bug SPIREDOC-7071 The NewEngine method fixes the issue that the application hanged a long time when converting Word file to PDF.
Bug SPIREDOC-7111
SPIREDOC-7569
The NewEngine method fixes the pagination was incorrect after converting Word file to PDF.
Bug SPIREDOC-7246 The NewEngine method fixes the content was lost after converting Word file to PDF.
Bug SPIREDOC-7249 The NewEngine method fixes the issue that the application threw "StackOverflowError" when converting Word file to PDF.
Bug SPIREDOC-7255
SPIREDOC-7271
SPIREDOC-7418
The NewEngine method fixes the text wrap was incorrect after converting Word file to PDF.
Bug SPIREDOC-7277
SPIREDOC-7369
SPIREDOC-7408
The NewEngine method optimizes the time consumption when converting Word file to PDF.
Bug SPIREDOC-7308 The NewEngine method fixes the image was overlapped after converting Word file to PDF.
Bug SPIREDOC-7360 The NewEngine method fixes the image was lost after converting Word file to PDF.
Bug SPIREDOC-7519 The NewEngine method fixes the issue that there was an extra blank pages after converting Word file to PDF.
Click the link to download Spire.Doc for Java 5.4.0: