原創(chuàng)|產(chǎn)品更新|編輯:李顯亮|2021-01-13 09:50:19.587|閱讀 241 次
概述:Spire.Presentation for .NET更新至v6.1,該本支持嵌入zip對(duì)象到PPTX文件;支持加載和打印包含數(shù)學(xué)公式的PPT/PPTX文檔以及轉(zhuǎn)換到其他文檔格式。此外,該版本還修復(fù)了復(fù)制組合圖形時(shí)出現(xiàn)的問(wèn)題,歡迎下載體驗(yàn)。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
Spire.Presentation for .NET是專業(yè)的 PowerPoint組件,開發(fā)者可以在 .NET 平臺(tái)上對(duì) PPT文檔進(jìn)行生成、修改、轉(zhuǎn)換和打印等操作,而無(wú)需安裝 Microsoft PowerPoint。
近日,.NET平臺(tái)Spire.Presentation迎來(lái)了2021年v6.1正式版的發(fā)布,該本支持嵌入zip對(duì)象到PPTX文件;支持加載和打印包含數(shù)學(xué)公式的PPT/PPTX文檔以及轉(zhuǎn)換到其他文檔格式。此外,該版本還修復(fù)了復(fù)制組合圖形時(shí)出現(xiàn)的問(wèn)題。點(diǎn)擊下方按鈕免費(fèi)下載。
下載Spire.Presentation for .NET最新版
新功能
String zipPath= "C:/test.zip"; Presentation ppt = new Presentation(); byte[] data = File.ReadAllBytes(zipPath); Rectangle rec = new Rectangle(80, 60, 100, 100); //The first parameter needs to be passed the complete file name IOleObject ole = ppt.Slides[0].Shapes.AppendOleObject("test.zip", data, rec); ole.ProgId = "Package"; Image image = Image.FromFile(@"E:\demoProducts\Image\logo.png"); IImageData oleImage = ppt.Images.Append(image); ole.SubstituteImagePictureFillFormat.Picture.EmbedImage = oleImage; ppt.SaveToFile(@"result.pptx", Spire.Presentation.FileFormat.Pptx2013);
Bug修復(fù)
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn