Sort Score
Result 10 results
Languages All
Labels All
Results 9,171 - 9,180 of 373,523 for

save

(0.22 sec)
  1. 使用 Python 查看或編輯 PPTX 文件元數據 | products.aspose.com

    Python 源代碼,用於編輯或查看 PPTX 格式元數據。...Manager" # save your presentation to a file presentation . save( "D...tyName) # Saving presentation presentation . save( "CustomDocumentProper_out...

    products.aspose.com/slides/zh-hant/python-net/m...
  2. Comparison and Migration with Node.js via C++|D...

    Explore the differences and consider migration strategies for using Aspose.Cells with Node.js via C++.... Saving the Workbook In .NET, you might save a workbook...workbook like this: workbook . Save ( "output.xlsx" ); In Node.js,...

    docs.aspose.com/cells/nodejs-cpp/comparison-mig...
  3. 使用 C++ 查看或編輯 POTM 文件元數據 | products.aspose.com

    C++ 源代碼,用於編輯或查看 POTM 格式元數據。...// Save your presentation to a file presentation -> Save( u ...Name); // Saving presentation presentation -> Save( u "CustomDocumentProper_out...

    products.aspose.com/slides/zh-hant/cpp/metadata...
  4. 使用 C++ 查看或編輯 PPSM 文件元數據 | products.aspose.com

    C++ 源代碼,用於編輯或查看 PPSM 格式元數據。...// Save your presentation to a file presentation -> Save( u ...Name); // Saving presentation presentation -> Save( u "CustomDocumentProper_out...

    products.aspose.com/slides/zh-hant/cpp/metadata...
  5. 使用 C++ 查看或編輯 PPSX 文件元數據 | products.aspose.com

    C++ 源代碼,用於編輯或查看 PPSX 格式元數據。...// Save your presentation to a file presentation -> Save( u ...Name); // Saving presentation presentation -> Save( u "CustomDocumentProper_out...

    products.aspose.com/slides/zh-hant/cpp/metadata...
  6. Pivot Table and Source Data with C++|Documentation

    Learn how to dynamically change a pivot table's source data using Aspose.Cells with C++....pivot table options Now, you can save this file as your designer template...SetName ( u "DataSource" ); // Save the modified Excel file U16String...

    docs.aspose.com/cells/cpp/pivot-table-and-sourc...
  7. Capture the Viewports of 3D Scene and Render to...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Python via .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based .NET application or an image....the post processing effect and save the result to render target...execute ( fisheye , final ) # save the texture into disk pycore...

    docs.aspose.com/3d/python-net/capture-the-viewp...
  8. Convert PLT to PDF in Java

    This simple will let you convert PLT to PDF in Java. It covers precise steps to establish the environment and an example code to create a PLT to PDF converter in Java....file to PDF format using the save method The above steps entail...the PLT as a PDF document and save it to the disk or a memory stream...

    kb.aspose.com/cad/java/convert-plt-to-pdf-in-java/
  9. How to Crop Image in Java

    This tutorial explains the process how to crop image in Java. To crop bitmap Java based runnable code along with the detailed steps are provided for the demonstration....lines of code which crop and save the resultant image as a BMP...specifying the desired values Save the resultant image on the disk...

    kb.aspose.com/imaging/java/how-to-crop-image-in...
  10. How to compress PDF | Aspose.PDF

    Do you know how easily compress PDF documents in Python? Compress PDF files with high quality using Python via .NET PDF library....document Optimize PDF documents Save file Use following code snippet...optimize_resources () # Save updated document document . save ( output_pdf...

    products.aspose.com/pdf/tutorial/compress-pdf/