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

Spire.Cloud 纯前端文档控件

Spire.PDF 3.9.6 for Java现已发布。该版本支持转换SVG到PDF,添加SVG图片到PDF文档中,以及以流式布局转换PDF到Word的功能,并且修复了绘制字形和提取文本乱码的问题。 新功能: 支持转换SVG到PDF。 PdfDocument doc = new PdfDocument(); doc.loadFromSvg(inputFile_svg); doc.saveToFile(outputFile); 支持添加SVG图片到PDF文档中。 PdfDocument doc1 = new PdfDocument(); doc1.loadFromSvg(inputFile_svg); PdfDocument doc2 = new PdfDocument(); doc2.loadFromFile(inputFile_pdf); doc2.getPages().get(0).getCanvas().drawTemplate(doc1.getPages().get(0).createTemplate(), new Point2D.Float(10,10), new Dimension(100,100) ); doc2.saveToFile(outputFile, FileFormat.PDF); doc1.close(); doc2.close();…
Spire.Presentation for Java 3.9.6现已发布。该版本支持获取动画的效果,同时也修复了.ppt转pdf时出现的问题。详情如下。 新功能: 支持获取动画的效果。 Presentation presentation = new Presentation(); presentation.loadFromFile("data/animation.pptx"); for (int c = 0; c < presentation.getSlides().getCount(); c++) { ISlide slide = presentation.getSlides().get(c); for (int i = 0; i < slide.getTimeline().getMainSequence().getCount(); i++) {…
Spire.Barcode for Java 3.9.3现已发布。该版本支持设置条码顶部文本的排列方式,同时也支持在条形码底部添加自定义文本。除此之外,一些在扫描条形码和QR码时出现的问题也得以成功解决。详情请查阅以下内容。 新功能: 支持设置条码顶部文本的排列方式。 int width = 399; int height = 159; BarcodeSettings bs = new BarcodeSettings(); bs.setType(BarCodeType.UPCA); bs.setUnit(GraphicsUnit.Pixel); bs.setWideNarrowRatio(0.5f); bs.setTextFont(new Font("Arial", Font.PLAIN,20 )); String data = "602318275035"; bs.setData(data); bs.setData2D(data); bs.setShowTextOnBottom(true); bs.setTopText(data); bs.setShowTopText(true); bs.setTextAlignment(StringAlignment.Center);…
Spire.Office 5.9.2 已正式发布。该版本新增了一些功能,例如:Spire.Presentation支持添加幻灯片到节以及删除节中的幻灯片,Spire.Presentation支持获取节的索引并删除节,Spire.XLS支持隐藏XLSX文档的视图功能。此外,本次更新也修复了PPT/Word/Excel转PDF出现的问题。更多新功能及问题修复详情如下。 该版本涵盖了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。 版本信息如下: Spire.Doc.dll v8.9.6 Spire.Pdf.dll v6.9.6 Spire.XLS.dll v10.9.5 Spire.Email.dll v3.6.7 Spire.DocViewer.Forms.dll v5.1.1 Spire.PdfViewer.Forms.dll v5.9.0 Spire.PdfViewer.Asp.dll v5.9.0 Spire.Presentation.dll v5.9.2 Spire.Spreadsheet v4.5.0 Spire.OfficeViewer.Forms.dll v5.9.2 Spire.Barcode.dll v4.7.0 Spire.DataExport.dll v4.1.9 Spire.DataExport.ResourceMgr.dll v2.1.0 Spire.Common.dll v10.9.5 Spire.License.dll v1.3.8 获取Spire.Office…