Spire.PDF 7.4.13

Spire.PDF 7.4.13 supports setting lines to determine cells when converting PDF to Excel

We are pleased to announce the release of Spire.PDF 7.4.13. This version supports setting lines to determine cells when converting PDF to Excel, as well as adds a new property to determine whether the printer is valid. In addition, it also enhances the conversions from PDF to Image/Excel/XPS and fixes the issue occurred in the course of printing PDF files. More details are listed as follows.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-4127 Supports setting lines to determine cells when converting PDF to Excel.
PdfDocument pdf = new PdfDocument();
pdf.LoadFromFile(PDFFile);
pdf.ConvertOptions.SetPdfToXlsxOptions(PdfToXlsxLayout.Line);
pdf.SaveToFile(ExcelFile, FileFormat.XLSX);
New feature SPIREPDF-4196 Adds a new property "PrintSettings.IsValid" to determine whether the printer is valid.
PdfDocument pdf = new PdfDocument();
pdf.LoadFromFile(inputFile);
pdf.PrintSettings.PrinterName = @"Microsoft XPS Document Writer";
bool value = pdf.PrintSettings.IsValid;
Bug SPIREPDF-726 Optimizes the speed of converting PDF to images.
Bug SPIREPDF-770 Fixes the issue that the content was incorrect after converting PDF to images.
Bug SPIREPDF-772 Fixes the issue that setting the number of copies to print failed to take effect.
Bug SPIREPDF-793 Fixes the issue that the application threw the error "Index was outside the bounds of the array" when converting PDF to XPS.
Bug SPIREPDF-3212 Fixes the issue that the signatures of the result PDF were invalid after adding multiple digital signatures to the PDF.
Bug SPIREPDF-3919
SPIREPDF-3942
Fixes the issue that the application threw the error "Object reference not set to an instance of an object" when printing PDF.
Bug SPIREPDF-3934
SPIREPDF-4148
Fixes the issue that the printout was incorrect after printing the PDF.
Bug SPIREPDF-4099 Fixes the issue that the content was incorrect after converting PDF to Excel.
Bug SPIREPDF-4176 Fixes the issue that the application threw the error "Object reference not set to an instance of an object" when drawing web links on PDF page template elements.
Bug SPIREPDF-4186 Fixes the issue that the application threw the error "cannot draw table, because there is no enough space for it" when drawing the table.
Bug SPIREPDF-4210 Fixes the issue that the cell was not split correctly after converting PDF to Excel.
Click the link to download Spire.PDF 7.4.13:
More information of Spire.PDF new release or hotfix: