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. |
Click the link to get Spire.PDFViewer 6.8.6:
More information of Spire.PDFViewer new release or hotfix: