Sort Score
Result 10 results
Languages All
Labels All
Results 9,131 - 9,140 of 369,759 for

save

(0.22 sec)
  1. Public API Changes in Aspose.Cells 16.10.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....= 80 ; // Save the result in XLSX format book . Save ( "output...= 80 ; // Save the result in XLSX format book . Save ( "output...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Assemble Slides|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... LayoutSlides [ i ]); } //Save the PPTX file to the Disk pres...i ]); } //Save the PPTX file to the Disk pres . Save ( MyDir +...

    docs.aspose.com/slides/net/assemble-slides/
  3. 在 Java 中将 PowerPoint 演示文稿转换为 Markdown|Aspose.Sl...

    使用 Aspose.Slides for Java 将 PowerPoint 幻灯片(PPT、PPTX)转换为干净的 Markdown,自动化文档编写并保持格式。... 使用 Save 方法将对象保存为 markdown 文件。 Presentation..."pres.pptx" ); try { pres . save ( "pres.md" , SaveFormat . Md...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  4. Working with Watermark in Python|Aspose.Words f...

    Create and manage watermarks in a document using Python.... save ( "output.docx" ) Q: How do..."logo.png" , options ) doc . save ( "output.docx" ) Q: What is...

    docs.aspose.com/words/python-net/working-with-w...
  5. 使用 Python 嵌入演示文稿中的字体|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python 通过 .NET 将 TrueType 字体嵌入 PowerPoint 和 OpenDocument 演示文稿,确保在所有平台上准确渲染。... save ( "picture1_out.png" , slides..., 720 )) as image : image . save ( "picture2_out.png" , slides...

    docs.aspose.com/slides/zh/python-net/embedded-f...
  6. 将 PowerPoint 演示文稿转换为 Android 上的 Markdown|Aspose...

    使用 Aspose.Slides for Android 通过 Java 将 PowerPoint 幻灯片(PPT、PPTX)转换为干净的 Markdown,自动化文档编写并保持格式。... 使用 Save 方法将对象保存为 markdown 文件。 以下 Java..."pres.pptx" ); try { pres . save ( "pres.md" , SaveFormat . Md...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  7. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...完成后,您只需使用Document对象的Save方法保存输出PDF。以下代码片段向您展示了如何在PDF文档的所有页面中替换文本。...Green ); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/
  8. 在幻灯片上添加注释|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Text () { Text = text }); // Save the comment authors part. authorsPart.... CommentAuthorList . Save (); // Save the comments part. commentsPart...

    docs.aspose.com/slides/zh/net/add-a-comment-to-...
  9. Working with Text | C++ API Solution

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...with required font information Save the file using the method of...set_Fill(textFill); 9 // Save resultant XPS document 10 doc -> Save(outDir()...

    docs.aspose.com/page/cpp/xps/working-with-text/
  10. Adding Slide to Presentation|Aspose.Slides Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....SlidePart >(); // Save the new slide part. slide . Save ( slidePart...GetIdOfPart ( slidePart ); // Save the modified presentation. presentationPart...

    docs.aspose.com/slides/net/adding-slide-to-pres...