Spire.PDFViewer 7.12.6 supports obtaining the coordinates of a mouse click relative to the PDF page content
2024-02-07 07:20:34
We are happy to announce the release of Spire.PDFViewer 7.12.6. This version supports obtaining the coordinates of a mouse click relative to the PDF page content. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDFVIEWER-454 Spire.PdfDocumentViewer supports obtaining the coordinates of a mouse click relative to the PDF page content. private void Form1_Load(object sender, EventArgs e) { this.pdfDocumentViewer1.LoadFromFile("1.pdf"); this.pdfDocumentViewer1.MouseDown += new MouseEventHandler(PV_Click); } private void PV_Click(object sender, MouseEventArgs e) { string outputFile = "out.Pdf"; string outputFile_TXT = "out.txt"; File.Delete(outputFile_TXT); if (e.Button == MouseButtons.Left) { PointF[] controlPositions = new…
Spire.OCR 1.9.1 supports Linux operating system
2024-02-07 06:34:41
We are happy to announce the release of Spire.OCR 1.9.1. In this version, Spire.OCR for .NET Standard DLL supports Linux operating system. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREOCR-30 Spire.OCR for .NET Standard DLL supports Linux operating system. Click the link to download Spire.OCR 1.9.1: https://www.e-iceblue.com/Download/ocr-for-net.html More information of Spire.OCR new release or hotfix: https://www.e-iceblue.com/forum/spire-ocr-new-release-or-hotfix-t10327.html
Spire.Doc for Python 12.2.0 fixes the issue that the product package couldn't be installed with Python 3.7
2024-02-06 05:51:37
We are pleased to announce the release of Spire.Doc for Python 12.2.0. This version fixes the issue that the product package couldn’t be installed with Python 3.7. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10288 Fixes the issue that the program failed to request resources when installing the product package with Python3.7. Click the link below to download Spire.Doc for Python 12.2.0: https://www.e-iceblue.com/Download/Spire-Doc-Python.html
Spire.Office 9.2.0 is released
2024-02-06 01:22:27
We are excited to announce the release of Spire.Office 9.2.0. In this version, Spire.XLS supports setting the clipping position of header and footer images and adds XLT, XLTX, and XLTM formats to the FileFormat enumeration; Spire.Presentation supports embedding fonts in PPTX; Spire.PDF enhances the conversion from PDF to PDF/A, images, and OFD; Spire.Doc enhances the conversion from Word to PDF and HTML. Besides, a lot of known issues are fixed successfully in this version. More details are listed below. 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.…
Spire.Doc for C++ 12.2.0 fixes the issue that strings were lost on Linux
2024-02-05 07:05:28
We are happy to announce the release of Spire.Doc for C++ 12.2.0. This version fixes the issue that strings were lost on Linux. More details are listed below. Here is a list of changes made in this release Category ID Description Bug - Fixes the issue that strings were lost on Linux. Click the following link to download Spire.Doc for C++: https://www.e-iceblue.com/Download/doc-for-cpp.html
Spire.XLS 14.2.1 supports setting the clipping position of header and footer images
2024-02-04 09:55:02
We're pleased to announce the release of Spire.XLS 14.2.1. This version supports setting the clipping position of header and footer images. In addition, some known issues that occurred when converting XLSX documents to PDF or images have been successfully fixed. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5038 Supports setting the clipping position of header and footer images. sheet.PageSetup.LeftHeaderPictureCropTop=6.15; sheet.PageSetup.LeftHeaderPictureCropBottom=7.15; sheet.PageSetup.LeftHeaderPictureCropLeft =7.15; sheet.PageSetup.LeftHeaderPictureCropRight = 6.15; sheet.PageSetup.LeftFooterPictureCropTop=0.15; sheet.PageSetup.LeftFooterPictureCropBottom=0.15; sheet.PageSetup.LeftFooterPictureCropLeft =0.15; sheet.PageSetup.LeftFooterPictureCropRight =0.15; sheet.PageSetup.CenterHeaderPictureCropTop=0.15; sheet,PageSetup.CenterHeaderPictureCropBottom=0.15; sheet.PageSetup.CenterHeaderPictureCropLeft=0.15; sheet.PageSetup.CenterHeaderPictureCropRight =0.15; sheet.PageSetup.CenterFooterPictureCropTop=0.15; sheet.PageSetup.CenterFooterPictureCropBottom=0.15; sheet.PageSetup.CenterFooterPictureCropLeft =0.15; sheet.PageSetup.CenterFooterPictureCropRight=0.15; sheet.PageSetup.RightHeaderPictureCropTop=0.15; sheet.PageSetup.RightHeaderPictureCropBottom=0.15; sheet.PageSetup.RightHeaderPictureCropLeft=0.15; sheet.PageSetup.RightHeaderPictureCropRight=0.15; sheet.PageSetup.RightFooterPictureCropTop=0.15; sheet.PageSetup.RightFooterPictureCropBottom=0.15;…
Spire.Presentation for Java 9.2.2 adds methods to get and set the transparency and brightness of colors
2024-02-04 09:27:45
We are delighted to announce the release of Spire.Presentation for Java 9.2.2. This version adds methods to get and set the transparency and brightness of colors. It also enhances the conversion from PowerPoint to PDF. Besides, some known issues are fixed in this version, such as the issue that the obtained alignment of text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2419 Adds getTransparency() and setTransparency(value) methods to get and set the transparency of the color, getBrightness() and setBrightness(value) methods to get and set the…
Spire.PDF for Java 10.2.0 fixes some known issues
2024-02-04 09:16:05
We're glad to announce the release of Spire.PDF for Java 10.2.0. In this version, some known issues have been fixed, such as the issue that the creation time obtained from a PDF document was wrong, and the issue that redrawing extracted images to a page failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6465 Fixes the issue that the creation time obtained from a PDF document was wrong. Bug SPIREPDF-6503 Fixes the issue that redrawing extracted images to a page failed Bug SPIREPDF-6504 Fixes the issue that the…
