Spire.Office 7.12.5 is released

Spire.Office 7.12.5 is released

2022-12-30 09:52:21

We are glad to announce the release of Spire.Office 7.12.5. In this version, Spire.Doc supports .NET 7.0 platform and supports setting "Snap to grid when document grid is defined" for paragraphs; Spire.PDF adds a new interface for converting PDF to Word; Spire.XLS supports .NET 7.0; Spire.Presentation fixes the issue that the content was lost after saving PowerPoint slide as Image. Besides, many known issues are fixed successfully in this version. More details are listed below.

In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included.

DLL Versions:

Click the link to get the version Spire.Office 7.12.5:
More information of Spire.Office new release or hotfix:

Here is a list of changes made in this release

Spire.Doc

Category ID Description
New feature - Supports .NET 7.0 platform.
New feature SPIREDOC-7985 Supports setting "Snap to grid when document grid is defined" for paragraphs.
Document document = new Document(inputFile);
Paragraph paragraph = document.Sections[0].Paragraphs[0];
paragraph.Format.SnapToGrid = true;
Bug SPIREDOC-5863 Fixes the issue that some of the content was given an extra purple background color when converting Word to PDF.
Bug SPIREDOC-5963 Fixes the issue that paging was incorrect when converting Word to PDF.
Bug SPIREDOC-6776 Fixes the issue that the table content was incorrect when converting Word to PDF.
Bug SPIREDOC-8661 Fixes the issue that the pictures lost when converting Word to PDF.
Bug SPIREDOC-8781 Fixes the issue that the program hanged when converting HTML to Word.
Bug SPIREDOC-8841 Fixes the issue that the character spacing changed after replacing text.
Bug SPIREDOC-8891 Fixes the issue that the file name of the embedded OLE object garbled when it was Hebrew.

Spire.PDF

Category ID Description
New feature - Adds a new interface for converting PDF to Word.
PdfToWordConverter converter= new PdfToWordConverter (inputPDF);
converter.SaveToDocx(outputWord);
converter.Dispose(); 
Bug SPIREPDF-5580 Fixes the issue that the images lost after converting PDF to Excel.
Bug SPIREPDF-5600 Fixes the issue that the text content found by position was incorrect.
Bug SPIREPDF-5616 Fixes the issue that the program threw an error "Badly formed dictionary next should be a name. before 377658" when merging PDF documents.
Bug SPIREPDF-5654 Fixes the issue that the program threw System.StackOverflowException when using pdfDocument.InsertPage method to merge PDF documents.
Bug SPIREPDF-5655 Fixes the issue that the bullets were displayed incorrectly after converting PDF to Excel.
Bug SPIREPDF-5656 Fixes the issue that it failed to open the converted Excel file from PDF by MS Excel tool.
Bug SPIREPDF-5667 Fixes the issue that the program threw an error "com.spire.pdf.packages.sprnsn cannot be cast to com.spire.pdf.packages.sprvqe" when merging PDF documents.
Bug SPIREPDF-5680 Fixes the issue that the content was incomplete when printing PDF in German system.

Spire.XLS

Category ID Description
Bug SPIREXLS-783 Fixes the issue that the borders were incorrect after converting Excel to PDF.
Bug SPIREXLS-4288 Fixes the issue that the modified data failed to be saved after calling Save() function to save .et files.
Bug SPIREXLS-4297 Fixes the issue that the formula was not calculated after converting Excel to CSV.
Bug SPIREXLS-4317 Fixes the issue that the selected cell was still active after calling SetActiveCell() function.
Bug SPIREXLS-4325 Fixes the issue that the data for A column lost after converting Excel to PDF.
Bug SPIREXLS-4328 Fixes the issue that the data format was incorrect after converting the data from CSV file to a data table.
Bug SPIREXLS-4330 Fixes the issue that the Chinese character garbled after converting HTML to Excel.
Bug SPIREXLS-4332 Fixes the issue that the program threw System.NullReferenceException when converting the specified cell ranges to images continuously.

Spire.Presentation

Category ID Description
Bug SPIREPPT-2109 Fixes the issue that the content was lost after saving PowerPoint slide as Image.