New Release for Spire.Office Version 2.12.7

Spire.Office

With the effort of our develop team, today we have released the latest version for Spire.Office Platinum hotfix version 2.12.7. 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.5.191,
  • Spire.PDF v3.5.236,
  • Spire.XLS v7.8.63,
  • Spire.Presentation v2.4.26,
  • Spire.PDFViewer v2.7.32,
  • Spire.DocViewer v2.0.83,
  • Spire.DataExport v3.5.26,
  • Spire.Barcode v1.2.9,

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

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


Details of New features and Bug solutions:

Spire.Doc

Bug Solutions:

  • Fixes the issue that caused the paragraph spacing incorrect when converts to PDF.
  • Fixes the issue where editing restrictions turned on after fill form filed.
  • Fixes the issue that caused content lost when convert to PDF.
  • Resolves the issue where vertically aligned on the page lost when convert to PDF.
  • Fixes the issue that caused application hanged when convert to PDF.
  • Fixes the issue that caused NullReferenceException when open a .docx that contains a citation.
  • Fixes the issue that caused InvalidCastException when convert RTF to PDF.
  • Fixes the issue where the position of the header is incorrect when converts to PDF.
  • Fixes the issue where the position of the table is incorrect when converts to PDF.
  • Fixes the issue where the position of the textbox is incorrect when converts to PDF.
  • Resolves the issue where it writes \jpegblip instead of \pngblip when writes an RTF file with a .png image.
  • Addresses the issue where image has black background when convert to PDF.
  • Fixes the issue that caused blank space error when convert to PDF.
  • Fixes the issue where the content rendered incorrectly when convert html to doc.
  • Resolves the issue that caused ArgumentOutOfRangeException when convert to PDF.
  • Resolves the issue that caused the exception "Scale factor must be greater than 0" when load the document.
  • Fixes the issue that caused the style incorrect when converts to PDF.
  • Fixes the issue that caused the content of footer incorrect when converts to PDF.
  • Resolves the issue where the before and after mark lost after mailmerging.
  • Fixes the issue that caused the fore color of content control incorrect when select value.
  • Fixes the issue that caused the document can't be opened after mailmerge.
  • Fixes the issue that caused the Title case formatting incorrect when mailmerge.

Spire.PDF

Bug Solutions:

  • Fixes the issue that caused the exception that No FunctionType specified in function when convert pdf to image.
  • Fixes the issue where the shape lost when convert pdf to pdf/A.
  • Fixes the issue that caused some contents lost while adding the watermark.
  • Fixes the issue where the character "€" wasn't printed correctly.
  • Fixes the issue where the extract text was garbled.
  • Fixes the issue where most of the fields became unfillable after filling fields.
  • Fixes the issue that caused the exception "namespaceprefix ‚x' not defined" when load document.
  • Fixes the issue that caused the exception "Badly formed dictionary" when merge documents.
  • Resolves the issue that caused the backgroud template lost when print.
  • Fixes the issue where the text Colors vanished when printing PDF.
  • Fixes the issue where the euro signs in the document were printed as small squares.
  • Fixes the issue that caused some contents invisible when convert html to PDF.
  • Addresses the issue that caused the text garbled when extract text from PDF.
  • Improve the XPS to PDF conversion speed.
  • Fixes the issue that caused the NullReferenceException when searching for text in some document.
  • Fixes the issue that caused the content lost and incorrect when convert PDF to image.
  • Optimizes the PDF size while converting XPS to PDF.
  • Reduces the PDF size while converting tiff image to PDF.
  • Improves time performance of the merged document.
  • Fixes the issue where some PDF documents cannot be loaded or merged.
  • Fixes the issue that caused the content lost when merge PDFs.
  • Fixes the issue that caused the exception "There are other characters at the end of the string cannot be analyzed" when convert PDF to image.
  • Adds new property "IsConfiguerGraphicFilledBounds" for PdfSignature class to adjust the large image when creating a visual digital signature.

Spire.XLS

New Features:

Add new feature to set the background color of legend in a chart.

XlsChartFrameFormat x = chart.Legend.FrameFormat as XlsChartFrameFormat;
x.Fill.FillType = ShapeFillType.SolidColor;
x.ForeGroundColor = Color.White;

Add new options for header and footer.

//Specify whether the header and footer should scale as you use the "Shrink To Fit" feature on the document.
sheet.PageSetup.ScaleWithDoc 

//Give a different header and footer only for the first page
sheet.PageSetup.DifferentFirst 

//Specify that odd-numbered pages should have a different header and footer from even-numbered pages.
sheet.PageSetup.DifferentOddandEven 

Add new property to set the line weight.

(ChartSerie.DataPoints[0].DataFormat.LineProperties as XlsChartBorder).CustomLineWeight;

Bug Solutions:

  • Fixes the issue that caused conditional Formatting not working when convert excel to PDF.
  • Fixes the issue that caused some documents fail to load.
  • Fixes the issue where the content is not converted properly when convert excel to PDF.
  • Fixes the issue where the formula's results render incorrectly when converting to PDF.
  • Fixes the issue where the image render incorrectly when convert Excel to PDF.

Spire.presentation

Bug Solutions:

  • Fixes the issue where slide animations were not preserved when save .ppt to other formats.
  • Fixes the issue that caused the content incorrect when convert PPT to image.
  • Fixes the issue where it is unable to create a slide when the presentation is opened from a PPTX that has a Master Slide.
  • Fixes the issue that caused the content lost when convert .ppt to pdf.
  • Fixes the issue that caused some saved documents can't be opened.

Spire.Pdfviewer:

Bug Solutions:

  • Fixes the issue where the page lost when print document.
  • Fixes the issue that caused the save button disable when load a document in code via PDFViewer.
  • Fixes the issue where the position of the page is incorrect when display a document in PDFDocumentViewer.