Spire.PDFViewer 6.8.6 is released
We are happy to announce the release of Spire.PDFViewer 6.8.6. In this version, the ASP.NET control supports rotating pages as well as finding and highlighting text. Moreover, this update also fixes the issue occurred in the process of displaying PDF files. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | SPIREPDFVIEWER-514 | The ASP.NET control supports rotating pages.
input type=button id=PdfDocumentViewer1_btnRotate onfocus=this.blur() onclick=pdfdocumentviewer1.Rotate(pdfdocumentviewer1.RotateAngle + 270); value=rotate_270 |
New feature | SPIREPDFVIEWER-515 | The ASP.NET control supports finding and highlighting text.
input type=text id=PdfDocumentViewer1_txtFindText onkeydown=if(event.keyCode==13){pdfdocumentviewer1.SearchText(this.value,true);return false;} value= protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { this.PdfDocumentViewer1.FindTextHighLightColor = System.Drawing.Color.FromArgb(125, 255, 0, 0); this.PdfDocumentViewer1.LoadFromFile(input.pdf); } } |
Bug | SPIREPDFVIEWER-369 SPIREPDFVIEWER-433 SPIREPDFVIEWER-508 |
Fixes the issue that the display content of the PDF was incorrect. |
Bug | SPIREPDFVIEWER-491 | Fixes the issue that Chinese characters in PDF file were displayed incorrectly. |
Bug | SPIREPDFVIEWER-504 | Fixes the issue that the ASP.NET control poped up an error message when no PDF file was loaded. |
Bug | SPIREPDFVIEWER-506 | Fixes the issue that the image covered the text content. |
Bug | SPIREPDFVIEWER-513 | Fixes the issue that the display content of the PDF was blurred. |
Spire.OfficeViewer 6.6 fixes the display issue of watermark
We are happy to announce the release of Spire.OfficeViewer 6.6. This update mainly fixes the issue that the watermark was displayed incomplete after opening Word files. More information is listed below.
Here is a list of changes made in this release
Category | ID | Description |
Bug | SPIREOFFICEVIEWER-23 | Fixes the issue that the watermark was displayed incomplete after opening Word files. |
Spire.Barcode 5.9.4 fixes the issue that the scan results were incorrect
We are glad to announce the release of Spire.Barcode 5.9.4. This version fixes the issue that the scan results were incorrect as well as the text and barcode overlapped when setting transparent background. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
Bug | SPIREBARCODE-202 SPIREBARCODE-203 |
Fixes the issue that the scan results were incorrect. |
Bug | SPIREBARCODE-206 | Fixes the issue that text and barcode overlapped when setting transparent background. |
Spire.XLS 11.9.3 supports converting Excel to UOS/OFD
We are happy to announce the release of Spire.XLS 11.9.3. This version supports converting Excel to UOS/OFD. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | - | Supports converting Excel to UOS.
Workbook workbook = new Workbook(); workbook.LoadFromFile(xlsxFile); workbook.SaveToFile(uosFile, FileFormat.UOS); |
New feature | - | Supports converting Excel to OFD
Workbook workbook = new Workbook(); workbook.LoadFromFile(xlsxFile); workbook.SaveToFile(ofdFile, FileFormat.OFD); |
Spire.Doc 9.10.0 supports getting the alternative text of shape
We are excited to announce the release of Spire.Doc 9.10.0. This version supports getting the alternative text of shape, and enhances the conversion from Word to PDF. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | SPIREDOC-6561 | Supports getting the alternative text of shape.
string text = shape.AlternativeText; |
Bug | SPIREDOC-6506 | Fixes the issue that a customXml folder was generated after an operation on a Word document |
Bug | SPIREDOC-6587 | Fixes the issue that the application threw an error "The given key was not present in the dictionary." when coverting Word to PDF |
Bug | SPIREDOC-6643 | Fixes the issue that the bookmark hierarchy became chaotic when coverting Word to PDF |
Bug | SPIREDOC-6673 SPIREDOC-6722 |
Fixes the issue that the application threw an error “Bad state(invalid stored block lengths)”when loading a Word document |
Bug | SPIREDOC-6674 | Fixes the issue that the application threw System.NullReferenceException error when coverting Word to PDF |
Bug | SPIREDOC-6711 | Fixes the issue that the application threw an error "System.FormatException: 'Input string was not in a correct format.'" when converting HTML to Word |
Spire.Presentation 6.9.5 fixes some issues occurred in the process of getting objects
We are glad to announce the release of Spire.Presentation 6.9.5. This version fixes the issues occurred in the process of getting the correct text color of the chart legend and the correct height of the table cells. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
Bug | SPIREPPT-1609 SPIREPPT-1692 |
Fixes the issue that the OLE icon was not displayed when opened with WPS. |
Bug | SPIREPPT-1690 | Fixes the issue that it failed to get the correct height of the table cells. |
Bug | SPIREPPT-1691 | Fixes the issue that the application threw the error "Object reference not set to an instance of an object" when loading the PPT file after adding math equations. |
Bug | SPIREPPT-1693 | Fixes the issue that it failed to get the correct text color of the chart legend. |
Spire.Office 6.10.0 is released
We are excited to announce the release of Spire.Office 6.10.0. In this version, Spire.Doc supports getting the alternative text of shape. Meanwhile, a lot of bugs have been successfully fixed. More details are listed as follow.
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:
- Spire.Doc.dll v9.10.0
- Spire.Pdf.dll v7.10.0
- Spire.XLS.dll v11.9.3
- Spire.Email.dll v4.7.0
- Spire.DocViewer.Forms.dll v6.8.0
- Spire.PdfViewer.Forms.dll v6.9.1
- Spire.PdfViewer.Asp.dll v6.9.1
- Spire.Presentation.dll v6.9.5
- Spire.Spreadsheet v5.6.1
- Spire.OfficeViewer.Forms.dll v6.10.0
- Spire.Barcode.dll v5.9.4
- Spire.DataExport.dll v4.1.9
- Spire.DataExport.ResourceMgr.dll v2.1.0
- Spire.License.dll v1.4.0
Here is a list of changes made in this release
Spire.Doc
Category | ID | Description |
New feature | SPIREDOC-6561 | Supports getting the alternative text of shape.
string text = shape.AlternativeText; |
Bug | SPIREDOC-6506 | Fixes the issue that a customXml folder was generated after an operation on a Word document |
Bug | SPIREDOC-6587 | Fixes the issue that the application threw an error "The given key was not present in the dictionary." when coverting Word to PDF |
Bug | SPIREDOC-6643 | Fixes the issue that the bookmark hierarchy became chaotic when coverting Word to PDF |
Bug | SPIREDOC-6673 SPIREDOC-6722 |
Fixes the issue that the application threw an error “Bad state(invalid stored block lengths)”when loading a Word document |
Bug | SPIREDOC-6674 | Fixes the issue that the application threw System.NullReferenceException error when coverting Word to PDF |
Bug | SPIREDOC-6711 | Fixes the issue that the application threw an error "System.FormatException: 'Input string was not in a correct format.'" when converting HTML to Word |
Spire.PDF
Category | ID | Description |
Bug | SPIREPDF-1108 | Fixes the issue that the application threw the error "NullReferenceException" when finding and extracting text. |
Bug | SPIREPDF-1268 SPIREPDF-4590 |
Fixes the issue that the application threw the error "NullReferenceException" when converting PDF to images. |
Bug | SPIREPDF-2749 | Fixes the issue that the text was missing after printing PDF files. |
Bug | SPIREPDF-4272 | Fixes the issue that the content was incorrect after converting XPS to PDF. |
Bug | SPIREPDF-4544 | Fixes the issue that the highlight position was incorrect after finding and highlighting text. |
Bug | SPIREPDF-4553 | Fixes the issue that the content was incorrect after converting PDF to TIFF. |
Bug | SPIREPDF-4565 | Fixes the issue that the content of the drawn Grid was incomplete. |
Bug | SPIREPDF-4573 | Fixes the issue that it couldn't create booklets from stream or encrypted files. |
Bug | SPIREPDF-4574 | Fixes the issue that the XFA form field type was incorrectly recognized. |
Bug | SPIREPDF-4576 | Fixes the issue that the metadata was changed after updating the custom properties. |
Bug | SPIREPDF-4615 | Fixes the issue that it failed to find the cross-line text. |
Bug | SPIREPDF-4619 | Fixes the issue that the bold style was lost after replacing text. |
Bug | SPIREPDF-1113 | Fixes the issue that the content was not clear after converting PDF to images. |
Bug | SPIREPDF-3741 | Fixes the issue that the margins of the printout were incorrect. |
Bug | SPIREPDF-4059 | Fixes the issue that the content of the printout was cut off. |
Bug | SPIREPDF-4541 | Fixes the issue that the form fields name were changed after merging PDF files. |
Bug | SPIREPDF-4586 | Fixes the issue that the image position was incorrect after printing the PDF. |
Bug | SPIREPDF-4614 | Fixes the issue that the application threw the error "An item with the same key has already been added" when using multithreading to find text. |
Bug | SPIREPDF-4633 | Fixes the issue that the application threw the error "Object reference not set to an instance of an object" when merging PDF files. |
Bug | SPIREPDF-4642 | Fixes the issue that the result document showed garbled characters when opened in Google Chrome after filling in the form fields. |
Bug | SPIREPDF-4650 | Fixes the issue that the application threw the error "NullReferenceException" when extracting text from PDF. |
Bug | SPIREPDF-4665 | Fixes the issue that the method "CreateBooklet" did not support saving file to stream. |
Spire.Presentation
Category | ID | Description |
Bug | SPIREPPT-1609 SPIREPPT-1692 |
Fixes the issue that the OLE icon was not displayed when opened with WPS. |
Bug | SPIREPPT-1690 | Fixes the issue that it failed to get the correct height of the table cells. |
Bug | SPIREPPT-1691 | Fixes the issue that the application threw the error "Object reference not set to an instance of an object" when loading the PPT file after adding math equations. |
Bug | SPIREPPT-1693 | Fixes the issue that it failed to get the correct text color of the chart legend. |
Spire.Barcode
Category | ID | Description |
Bug | SPIREBARCODE-202 SPIREBARCODE-203 |
Fixes the issue that the scan results were incorrect. |
Bug | SPIREBARCODE-206 | Fixes the issue that text and barcode overlapped when setting transparent background. |
Spire.Office for Java 4.9.5 is released
We are glad to announce the release of Spire.Office 4.9.5 for Java. This version brings some new features. For instance, Spire.PDF for Java supports setting padding for grid cells; Spire.Presentation enhances the conversion from PowerPoint to PDF. In addition, a lot of bugs have been successfully fixed. More details are listed as follows.
Here is a list of changes made in this release
Spire.PDF for Java
Category | ID | Description |
New feature | SPIREPDF-4568 | Supports setting padding for grid cells.
PdfGridCell pdfGridCell = grid.getRows().get(1).getCells().get(0); pdfGridCell.getStyle().setCellPadding(new PdfPaddings(10,10,10,10)); |
Bug | SPIREPDF-3855 | Fixes the issue that the content was missing after converting PDF to Word. |
Bug | SPIREPDF-4548 | Fixes the issue that the stamp was missing after converting PDF to HTML. |
Bug | SPIREPDF-4554 | Fixes the issue that the images were missing after converting PDF to PDFA1A. |
Bug | SPIREPDF-4591 | Fixes the issue that the application threw the error "NullPointerException" when loading the file. |
Bug | SPIREPDF-4605 | Fixes the issue that setting the transparent color did not take effect. |
Bug | SPIREPDF-4595 | Fixes the issue that the inserted image was not displayed correctly. |
Bug | SPIREPDF-4608 | Fixes the issue that setting the vertical alignment of grid cell text to center did not take effect. |
Bug | SPIREPDF-4618 | Fixes the issue that the application threw the error "NullPointerException" when getting the PDF pages. |
Bug | SPIREPDF-4656 | Fixes the issue that the application threw the error "NullPointerException" when setting the JavaScript action of the PDF. |
Spire.Presentation for Java
Category | ID | Description |
Bug | SPIREPPT-1650 | Fixes the issue that it failed to load PPT files with password. |
Bug | SPIREPPT-1655 | Optimizes the time for converting the PPT file to the PDF. |
Bug | SPIREPPT-1664 | Fixes the issue that the shape of the insert image was changed after replacing placeholders with a picture. |
Bug | SPIREPPT-1669 | Fixes the issue that the background picture of the generated file disappeared after converting PPT to PDF. |
Bug | SPIREPPT-1670 | Fixes the issue that the paragraph space was changed after converting PPT to PDF. |
Bug | SPIREPPT-1672 | Fixes the issue that the generated chart was wrong after converting PPT to PDF. |
Spire.PDF for Java 4.9.5 supports setting padding for grid cells
Spire.PDF for Java 4.9.5 is released. This version supports setting padding for grid cells, enhances the conversions from PDF to Word/HTML/PDFA1A and also fixes the issue occurred in the process of loading PDF files. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | SPIREPDF-4568 | Supports setting padding for grid cells.
PdfGridCell pdfGridCell = grid.getRows().get(1).getCells().get(0); pdfGridCell.getStyle().setCellPadding(new PdfPaddings(10,10,10,10)); |
Bug | SPIREPDF-3855 | Fixes the issue that the content was missing after converting PDF to Word. |
Bug | SPIREPDF-4548 | Fixes the issue that the stamp was missing after converting PDF to HTML. |
Bug | SPIREPDF-4554 | Fixes the issue that the images were missing after converting PDF to PDFA1A. |
Bug | SPIREPDF-4591 | Fixes the issue that the application threw the error "NullPointerException" when loading the file. |
Bug | SPIREPDF-4605 | Fixes the issue that setting the transparent color did not take effect. |
Bug | SPIREPDF-4595 | Fixes the issue that the inserted image was not displayed correctly. |
Bug | SPIREPDF-4608 | Fixes the issue that setting the vertical alignment of grid cell text to center did not take effect. |
Bug | SPIREPDF-4618 | Fixes the issue that the application threw the error "NullPointerException" when getting the PDF pages. |
Bug | SPIREPDF-4656 | Fixes the issue that the application threw the error "NullPointerException" when setting the JavaScript action of the PDF. |
Spire.PDF 7.10.0 enhances the conversion from PDF to images
We are happy to announce the release of Spire.PDF 7.10.0. This version enhances the conversion from PDF to images and also fixes the issue occurred in the process of printing PDF files. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
Bug | SPIREPDF-1113 | Fixes the issue that the content was not clear after converting PDF to images. |
Bug | SPIREPDF-3741 | Fixes the issue that the margins of the printout were incorrect. |
Bug | SPIREPDF-4059 | Fixes the issue that the content of the printout was cut off. |
Bug | SPIREPDF-4541 | Fixes the issue that the form fields name were changed after merging PDF files. |
Bug | SPIREPDF-4586 | Fixes the issue that the image position was incorrect after printing the PDF. |
Bug | SPIREPDF-4614 | Fixes the issue that the application threw the error "An item with the same key has already been added" when using multithreading to find text. |
Bug | SPIREPDF-4633 | Fixes the issue that the application threw the error "Object reference not set to an instance of an object" when merging PDF files. |
Bug | SPIREPDF-4642 | Fixes the issue that the result document showed garbled characters when opened in Google Chrome after filling in the form fields. |
Bug | SPIREPDF-4650 | Fixes the issue that the application threw the error "NullReferenceException" when extracting text from PDF. |
Bug | SPIREPDF-4665 | Fixes the issue that the method "CreateBooklet" did not support saving file to stream. |