Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 375,201 for

save

(0.13 sec)
  1. Convert JSON Format to FLATOPC via C++ | produc...

    C++ API t0 Parse JSON to FLATOPC without using Microsoft Word...JSON data from file Save JSON as PDF using Save method Load PDF document...Document class Save the document to FLATOPC format using Save method...

    products.aspose.com/total/cpp/conversion/json-t...
  2. Generate DotCode Barcodes in C#|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.... Save ( $"{path}DotCodeColumns18.png"...DotCode . Rows = 12 ; gen . Save ( $"{path}DotCodeRows12.png"...

    docs.aspose.com/barcode/net/dotcode-barcodes/
  3. 将 PowerPoint 演示文稿转换为 .NET 中的 Markdown|Aspose.Sl...

    使用 Aspose.Slides for .NET 将 PowerPoint 幻灯片(PPT、PPTX)转换为干净的 Markdown,自动生成文档并保持格式。... 使用 Save method 将对象保存为 markdown 文件。 以下...Presentation ( "pres.pptx" )) { pres . Save ( "pres.md" , SaveFormat . Md...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  4. 在 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...
  5. 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/
  6. Apply or Change Slide Layouts in Java|Aspose.Sl...

    Manage and customize slide layouts in Aspose.Slides for Java. Explore layout types, placeholder control, and footer visibility through Java code examples.... Save the presentation. The following...); // Save the presentation to disk. presentation . save ( "output...

    docs.aspose.com/slides/java/slide-layout/
  7. Load Specific Worksheets in a Workbook with Jav...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for JavaScript via C++. Improve performance and reduce memory consumption....blank – modify as needed) // Save the workbook to a downloadable...const outputData = workbook . save ( SaveFormat . Xlsx ); const...

    docs.aspose.com/cells/javascript-cpp/load-speci...
  8. 在 Android 上将 PowerPoint 演示文稿转换为 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...
  9. 使用 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...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for .NET.... And save your PDF file // For complete...( rect ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/add-rectangle/