Sort Score
Result 10 results
Languages All
Labels All
Results 9,321 - 9,330 of 368,108 for

save

(0.17 sec)
  1. Split PDF, HTML, TXT Files using Python | Aspos...

    Python sample code to split files on any platform.... Save current page as a separate PDF... add ( page ) newDocument . save ( "page_" + pageCount + "_out"...

    products.aspose.com/pdf/python-cpp/splitter/
  2. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。..."A1:T35" ); // Save the workbook workbook . Save ( outDir + u "SetPrintArea_out..."$1:$2" ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  3. Edit PPT in Python | products.aspose.com

    Edit PPT in Python. Use Python library API to edit PowerPoint presentation... save( "pres.ppt" , slides . export...edit. Add a new line of text. Save the changed PowerPoint file...

    products.aspose.com/slides/python-net/editor/ppt/
  4. 使用 Java 查看 SVG 文件 | Aspose.PDF

    用于在 Java 和 PHP 上打开和查看 SVG 文件的 Java 源代码,德尔福。...()); // save document in HTML format pdfDocument . save ( "output...

    products.aspose.com/pdf/zh-hans/java/viewer/svg/
  5. 使用 Java 查看 MHT 文件 | Aspose.PDF

    用于在 Java 和 PHP 上打开和查看 MHT 文件的 Java 源代码,德尔福。...); // save document in HTML format pdfDocument . save ( "output...

    products.aspose.com/pdf/zh-hans/java/viewer/mht/
  6. Edit PPT in C++ | products.aspose.com

    Edit PPT in C++. Use C++ library API to edit PowerPoint presentation...set_Text( u "New text" ); pres -> Save( u "pres.pdf" , SaveFormat ::...edit. Add a new line of text. Save the changed PowerPoint file...

    products.aspose.com/slides/cpp/editor/ppt/
  7. 用 Node.js 通过 C++ 将 XLSB 文件的修订转换为 XLSM 格式|Docume...

    学习如何用 Aspose.Cells for Node.js via C++ 完整转换 XLSB 文件的修订为 XLSM 格式。...filePath ); // Save Workbook to XLSM format workbook . save ( path ...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-rev...
  8. FileFormatUtil.extensionToSaveFormat method | A...

    FileFormatUtil.extensionToSaveFormat method. Converts a file name extension into a [SaveFormat](../../Saveformat/) value....document from the stream, and then save it to the automatically detected...)). toEqual ( ".doc" ); doc . save ( base . artifactsDir + "File...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FileFormatUtil.ContentTypeToLoadFormat | Aspose...

    Transform IANA content types into load format values effortlessly with the FileFormatUtil ContentTypeToLoadFormat method. Simplify your file handling today!...the corresponding Aspose load/save format from each media type...does not have a corresponding save/load format for a content type...

    reference.aspose.com/words/net/aspose.words/fil...
  10. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for .NET. Add, format, and edit charts with practical code examples in C#.... Save the modified presentation as...DataLabelFormat . Separator = "/" ; // Save the presentation to disk as...

    docs.aspose.com/slides/net/create-chart/