Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 375,527 for

save

(0.34 sec)
  1. Remove Pages from PDF using Rust | Aspose.PDF

    Remove pages from PDF file programmatically with Rust sample code using Aspose.PDF for Rust via C++... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/rust-cpp/pages/remove/
  2. Online XSLFO to PPT Conversion or Build .NET ba...

    Free online app to convert XSLFO to PPT files. .NET C# conversion library code for XSLFO documents....Convert XSLFO to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to PPT format using Save method and...

    products.aspose.com/total/net/conversion/xslfo-...
  3. Online XSLFO to OTP Conversion or Build .NET ba...

    Free online app to convert XSLFO to OTP files. .NET C# conversion library code for XSLFO documents....Convert XSLFO to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to OTP format using Save method and...

    products.aspose.com/total/net/conversion/xslfo-...
  4. Format PowerPoint Shapes in JavaScript|Aspose.S...

    Format PowerPoint shapes in JavaScript using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control.... Save the modified presentation as...)); // Save the PPTX file to disk. presentation . save ( "formatted_lines...

    docs.aspose.com/slides/nodejs-java/shape-format...
  5. Remove Pages from PDF using Java | Aspose.PDF

    Remove pages from PDF file programmatically with Java sample code using Aspose.PDF for Java... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/java/pages/remove/
  6. Working with Themes|Documentation

    This section explains how to apply a preset theme to a page or a shape with Aspose.Diagram.... Bubble ; // Save diagram diagram . Save ( dataDir + "SetTheme_out.... Variant3 ; // Save diagram diagram . Save ( dataDir + "SetTheme_out...

    docs.aspose.com/diagram/net/working-with-themes/
  7. Working with Themes|Documentation

    This section explains how to apply a preset theme to a page or a shape with Aspose.Diagram.... BUBBLE ); // Save diagram diagram . save ( dataDir + "SetTheme_out...VARIANT_3 ); // Save diagram diagram . save ( dataDir + "SetTheme_out...

    docs.aspose.com/diagram/java/working-with-themes/
  8. 用JavaScript通过C++保存文件的不同方式|Documentation

    Aspose.Cells for Java脚本通过C++可以将文件保存为不同格式,包括PDF、HTML、DOCX、PPTX、JSON和MHTML。...save(string, SaveFormat) 方法。 Workbook.save(string, SaveFormat)...要将文件保存到存储位置,在调用 Workbook 对象的 Workbook.save(string, SaveFormat) 方法时,指定文...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  9. SaveOptions.temp_folder property | Aspose.Words...

    SaveOptions.temp_folder property. Specifies the folder for temporary files used when saving to a DOC or DOCX file...for temporary files used when saving to a DOC or DOCX file. By default...error(OutOfMemoryException)) Throw if you are saving a very large document (thousands...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Change PDF Page Size Programmatically|Aspose.PD...

    Change Page Size from your PDF file using Java library.... Call the Document class’ Save(..) method to generate the PDF...pdf" ; // Save the updated document pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/change-page-size/