New Hotfix for Spire.Office Version 2.10.3

With the effort of our develop team, today we have released the latest hotfix for Spire.Office Platinum hotfix version 2.10.3. In this latest version, all the most recent version of our Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.PDFViewer, Spire.DocViewer, Spire.DataExport and Spire.Barcode are included.

Versions:

  • Spire.Doc v5.3.50,
  • Spire.PDF v3.2.104,
  • Spire.XLS v7.6.38,
  • Spire.Presentation v2.2.12,
  • Spire.PDFViewer v2.4.41,
  • Spire.DocViewer v1.8.7,
  • Spire.DataExport v3.5.4,
  • Spire.Barcode v1.2.5,

Free Trial to evaluate Spire.Office v2.10.3 here:

http://www.e-iceblue.com/Download/download-office-for-net-now.html


Spire.Doc

Bug Solutions:

  • Fix the issue that the symbol lost when .docx to PDF conversion.
  • Fix the issue that the filled content of Form Field lost when .docx to pdf conversion.
  • Fix the issue that the TableOfContent(IDocument doc, string switches) method can't work.
  • Fix the issue that the result is incorrect when html to rtf conversion.
  • Fix the issue that the result is incorrect when html to image conversion.
  • Fix the issue that the result is incorrect when .docx to pdf conversion.
  • Fix the issue that it can't extract text from some documents.
  • Fix the issue that "Object reference not set to an instance of an object" when saving document to pdf.
  • Fix the issue that "Index was outside the bounds of the array" when .docx to pdf conversion.
  • Fix the issue that the font isn't embedded correctly when .docx to PDF conversion.
  • Fix the issue that the image is magnified when merging two RTF files.
  • Fix the issue that "ArgumentOutOfRangeException" when mail merging.

Spire.XLS

New Features:

  • Add new feature to only protect the file via the password.
  • workbook.Protect("111",false,false);
    
  • Add new feature to set the offset of image when the fill way of chart is picture fill.
  • Workbook book = new Workbook();
    Worksheet sheet = book.Worksheets[0];
    Chart chart = sheet.Charts.Add();
    chart.ChartArea.Fill.CustomPicture(Image.FromFile("01.png"), "None");
    IChart ichart = book.Worksheets[0].Charts[0];
    (ichart.ChartArea.Fill as XlsShapeFill).Tile = false;
    (ichart.ChartArea.Fill as XlsShapeFill).PicStretch.Left = 10;
    (ichart.ChartArea.Fill as XlsShapeFill).PicStretch.Top = 20;
    (ichart.ChartArea.Fill as XlsShapeFill).PicStretch.Right = 10;
    (ichart.ChartArea.Fill as XlsShapeFill).PicStretch.Bottom = 5;
    

Bug Solutions:

  • Fix the issue that "Zip exception" when loading the CSV file using LoadFromStream method.
  • Fix the issue that the feature to lock/unlock cell doesn't work.
  • Fix the issue that the content of chart is incorrect when .xls to .xlsx conversion.
  • Fix the issue that all datalable fonts will change when setting individual datalable's font.
  • Fix the issue that the format of the cell will change when merging multiple files.
  • Fix the issue that the TextRotationAngle property of DataLables doesn't work.

Spire.PDF

Bug Solutions:

  • Fix the issue that the result is incorrect when convert XPS to PDF.
  • Fix the issue that "Invalid/Unknown/Unsupported format" when loading a Pdf document.
  • Fix the issue that the font is not bold when convert PDF to XPS and convert PDF to Image in WPF
  • Fix the issue that the font is not bold when pdf to image conversion.
  • Fix the issue that the content displays incorrectly when XPS to pdf conversion.
  • Fix the issue that the text lost when printing PDF document.
  • Fix the issue that the bookmark in pdf doesn't work.
  • Fix the issue that some character lost when XPS to pdf conversion.
  • Fix the issue that "There is an error in XML document (513, 278)/(32, 428)" when XPS to PDF conversion.
  • Fix the issue that the font displays incorrect when PDF to XPS conversion.