Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 375,780 for

save

(0.32 sec)
  1. Merge PPSX Files To BMP Using Python | products...

    Merge multiple PPSX files in Python.... save( "presentation_slide_ {0} .bmp"...to merge two PPSX files and save result as BMP in Python. Install...

    products.aspose.com/slides/python-net/merge/pps...
  2. Merge PPT Files To PNG Using Python | products....

    Merge multiple PPT files in Python.... save( "presentation_slide_ {0} .png"...steps to merge two PPT files and save result as PNG in Python. Install...

    products.aspose.com/slides/python-net/merge/ppt...
  3. Merge PPSM Files To BMP Using Python | products...

    Merge multiple PPSM files in Python.... save( "presentation_slide_ {0} .bmp"...to merge two PPSM files and save result as BMP in Python. Install...

    products.aspose.com/slides/python-net/merge/pps...
  4. Merge PPT Files To JPG Using Python | products....

    Merge multiple PPT files in Python.... save( "presentation_slide_ {0} .jpg"...steps to merge two PPT files and save result as JPG in Python. Install...

    products.aspose.com/slides/python-net/merge/ppt...
  5. Merge PPTX Files To JPG Using Python | products...

    Merge multiple PPTX files in Python.... save( "presentation_slide_ {0} .jpg"...to merge two PPTX files and save result as JPG in Python. Install...

    products.aspose.com/slides/python-net/merge/ppt...
  6. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据..., options ); // Optionally, save the document with fields to...to a new PDF document . Save ( dataDir + "TextBox_out.pdf" ); }...

    docs.aspose.com/pdf/zh/net/import-export-json/
  7. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Java library....imageStamp ); // Save output document pdfDocument . save ( _dataDir...imageStamp ); pdfDocument . save ( _dataDir + "ControlImageQuality_out...

    docs.aspose.com/pdf/java/image-stamps-in-pdf-page/
  8. XlsxSectionMode enumeration | Aspose.Words for ...

    Aspose.Words.Saving.XlsxSectionMode enumeration. Specifies how sections are handled when saving a document in the XLSX format....how sections are handled when saving a document in the XLSX format...document are saved on one worksheet. Examples Shows how to save document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 用 JavaScript 通过 C++ 将列宽设置为像 em 或百分比这样的可缩放单位|Doc...

    学习如何使用 C++ 通过 Aspose.Cells for JavaScript 将列宽设置为可缩放单位如 em 或百分比,改善生成的 HTML 表格的展示效果。...arrayBuffer )); // Specify Html Save Options const options = new...widthScalable = true ; // Specify image save format (converted from setExportImagesAsBas)...

    docs.aspose.com/cells/zh/javascript-cpp/set-col...
  10. Split a Document in C++|Aspose.Words for C++

    Split a document into several files using C++. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....them, for example, to mark up, save, or send. Aspose.Words provides...format. Split the document. Save the output documents. After...

    docs.aspose.com/words/cpp/split-a-document/