新闻中心 | 新版本发布、优惠信息、促销活动和产品资讯等
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

Spire.Doc for Python 12.2.0已发布。本次更新修复了Python 3.7无法安装产品包的问题。详情请阅读以下内容。 问题修复: 修复了用Python3.7安装产品包时出现请求资源失败的问题。 获取Spire.Doc for Python 12.2.0请点击: https://www.e-iceblue.cn/Downloads/Spire-Doc-Python.html
Spire.Office 9.2.0 已发布。在该版本中,Spire.XLS 在 FileFormat 枚举中增加 XLT、XLTX、XLTM 文档格式,同时支持设置页眉页脚图片的剪切位置;Spire.Presentation 支持在 PPTX 中嵌入字体;Spire.PDF 增强了 PDF 到 PDF/A、OFD 以及图片的转换功能;Spire.Doc 增强了 Word 到 PDF 和 HTML 的转换功能。此外,许多已知问题也在该版本中成功修复。详情请阅读以下内容。 该版本涵盖了最新版的 Spire.Doc,Spire.PDF,Spire.XLS,Spire.Email,Spire.DocViewer,Spire.PDFViewer,Spire.Presentation,Spire.Spreadsheet,Spire.OfficeViewer,Spire.Barcode,Spire.DataExport。 版本信息如下: Spire.Doc.dll v12.2.1 Spire.Pdf.dll v10.2.2 Spire.XLS.dll v14.2.1 Spire.Presentation.dll v9.2.0 Spire.Barcode.dll v7.2.9…
Spire.Doc for C++ 12.2.0 已发布。本次更新修复了在 Linux 系统上字符串丢失的问题。详情请阅读以下内容。 问题修复: 修复了在 Linux 系统上字符串丢失的问题。 获取Spire.Doc for C++ 12.2.0请点击: https://www.e-iceblue.cn/Downloads/Spire-Doc-CPP.html
Spire.XLS 14.2.1 现已发布。该版本支持设置页眉页脚图片的剪切位置,同时也修复了一些在转换转换XLSX文档到PDF文档和图片时出现的一些问题。新功能及问题修复详情如下。 新功能: 支持设置页眉页脚图片的剪切位置。 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; sheet.PageSetup.RightFooterPictureCropLeft=0.15; 问题修复:…