Spire.Presentation 11.9.1 のリリースをお知らせいたします。本バージョンでは、Office 数式を追加するための Paragraphs.AppendOfficeMathML() メソッドへの対応を追加し、PPT から PDF への変換時にテキストがぼやける問題を修正しました。詳細は以下の通りです。
変更内容一覧
| カテゴリー | ID | 説明 |
| 新機能 | SPIREPPT-3172 | Office 数式を追加するための Paragraphs.AppendOfficeMathML() メソッドを追加しました。
Presentation ppt = new Presentation(); IAutoShape autoShape = ppt.Slides[0].Shapes.AppendShape(ShapeType.Rectangle, new RectangleF(100, 100, 300, 200)); string txtContent = File.ReadAllText(inputFile); autoShape.TextFrame.Paragraphs.AppendOfficeMathML(txtContent); ppt.SaveToFile(outputFile, FileFormat.Pptx2013); ppt.Dispose(); |
| 不具合修正 | SPIREPPT-3191 | PPT を PDF に変換する際、テキストがぼやけて不鮮明になる問題を修正しました。 |
Spire.Presentation 11.9.1 のダウンロードはこちらをクリック:






