提供3000多款全球软件/控件产品
针对软件研发的各个阶段提供专业培训与技术咨询
根据客户需求提供定制化的软件开发服务
全球知名设计软件,显著提升设计质量
打造以经营为中心,实现生产过程透明化管理
帮助企业合理产能分配,提高资源利用率
快速打造数字化生产线,实现全流程追溯
生产过程精准追溯,满足企业合规要求
以六西格玛为理论基础,实现产品质量全数字化管理
通过大屏电子看板,实现车间透明化管理
对设备进行全生命周期管理,提高设备综合利用率
实现设备数据的实时采集与监控
利用数字化技术提升油气勘探的效率和成功率
钻井计划优化、实时监控和风险评估
提供业务洞察与决策支持实现数据驱动决策
原创|产品更新|编辑:黄竹雯|2019-04-09 09:50:44.000|阅读 349 次
概述:专业的office工具套包 Spire.Office更新至4.4.0,添加Spire.PDF支持查找和高亮跨行的文本等新功能。
# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>
Spire.Office是一款企业级Office控件套包,为工厂智能制造提供最全面的office操作,无需安装Microsoft Office也能完成办公自动化。
Spire.Office 4.4.0已经正式发布了。该版本添加了许多新功能,例如,Spire.PDF支持查找和高亮跨行的文本,Spire.Presnetation支持对文本添加动画,Spire.XLS支持设置文本框的内边距,Spire.Spreadsheet支持自定义语言配置文件的路径。此外,本次更新还修复了大量漏洞。
该版本涵盖了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。
版本信息如下:
新功能:
PdfDocument doc = new PdfDocument(input); PdfTextFind[] result = null; foreach (PdfPageBase page in doc.Pages) { result = page.FindText("This is a test", TextFindParameter.CrossLine).Finds; for (int i = 0; i < result.Length; i++) { result[i].ApplyHighLight(Color.Yellow); } } doc.SaveToFile(output);
PdfNewDocument doc = new PdfNewDocument(); PdfPageBase page = doc.Pages.Add(); String pfxPath = inputFile; PdfCertificate cer = new PdfCertificate(pfxPath, password, X509KeyStorageFlags.Exportable); PdfSignature signature = new PdfSignature(doc, page, cer, "s1"); signature.Bounds = new RectangleF(new PointF(100, 100), new SizeF(200, 200)); signature.ConfigureHttpOCSP(null, null); doc.Save(outputFile);
PdfRGBColor color = xxField.BackColor; xxField.BackColor = Color.Yellow;
PdfGridCellContent cellContent = new PdfGridCellContent(); cellContent.ImageLocation = new PointF(20,20);
问题修复:
新功能:
Presentation ppt = new Presentation(); ppt.LoadFromFile("test.pptx"); IAutoShape shape = (IAutoShape)ppt.Slides[0].Shapes[0]; AnimationEffect animation = shape.Slide.Timeline.MainSequence.AddEffect(shape, AnimationEffectType.Fly); animation.SetStartEndParagraphs(2, 3); IAutoShape shape2 = (IAutoShape)ppt.Slides[0].Shapes[1]; AnimationEffect animation2 = shape.Slide.Timeline.MainSequence.AddEffect(shape2, AnimationEffectType.FadedZoom); animation2.SetStartEndParagraphs(0, 0); ppt.SaveToFile("result.pptx", FileFormat.Pptx2010); ppt.Dispose();
Presentation ppt = new Presentation(); ppt.LoadFromFile(inputfile); PresentationPrintDocument document = new PresentationPrintDocument(ppt); //Set print task name document.DocumentName = "print task 1"; document.Print0rder = Order.Horizontal; document.SlideFrameForPrint = true; document.GrayLevelForPrint = true; document.SlideCountPerPageForPrint = PageSlideCount.Three; document.PrinterSettings.PrintRange = PrintRange.AllPages; //Set continuous print area document.PrinterSettings.PrintRange = PrintRange.SomePages; document.PrinterSettings.FromPage = 1; document.PrinterSettings.ToPage = ppt.Slides.Count - 1; //Set discontinuous print area //document.SelectSldiesForPrint("1", "2-6"); document.PrinterSettings.PrintToFile = true; document.PrinterSettings.PrintFileName = outputfile; ppt.Print(document); ppt.Dispose();
问题修复:
新功能:
Paragraph.Format.AutoSpaceDN;
Paragraph.Format.AutoSpaceDE;
问题修复:
新功能:
TextBoxShapeBase texbox = workbook.Worksheets[0].TextBoxes[0] as TextBoxShapeBase; texbox.InnerLeftMargin = 1; texbox.InnerRightMargin = 3; texbox.InnerTopMargin = 1; texbox.InnerBottomMargin = 3;
问题修复:
新功能:
spreadsheet.MenuLanguageConfigPath= "D:/SpreadsheetTest/MenuLanguageConfig.xml";
问题修复:
更多资源【Spire.Doc系列教程】【Spire.PDF系列教程】【Spire.XLS系列教程】【】帮助你玩转Spire.Office!
还有一份为你精心准备的文档管理工具的学习大礼包哦~ 点击查看详情>>>
本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@capbkgr.cn
文章转载自:慧都网JS开发工具WebStorm v2024.3全新发布,新版本主要改进包括增强的框架组件导航和重命名等,欢迎下载最新版体验!
新版本与 .NET Framework 更改保持一致。主要更新包括终止对 .NET 4.0/4.5 的支持、停止使用 MVC4 以及将 MVC5 升级到 .NET 4.6.2,欢迎下载体验!
本文将介绍MFC界面开发组件BCGControlBar Professional for MFC v36.0的一些亮点,欢迎下载相关产品体验~
报表工具DevExpress Reporting v24.2已经在本月发布,新版本进一步增强了AI功能,欢迎加入社群及时获取最新信息!
专业的.NET Office套件,涵盖office文档创建、编辑、转换、管理和OCR内容识别等操作
Spire.Office Platinum支持的操作文档格式有 Word,Excel,PowerPoint,PDF 和 Barcode
服务电话
重庆/ 023-68661681
华东/ 13452821722
华南/ 18100878085
华北/ 17347785263
客户支持
技术支持咨询服务
服务热线:400-700-1020
邮箱:sales@capbkgr.cn
关注我们
地址 : 重庆市九龙坡区火炬大道69号6幢