Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 375,727 for

save

(0.17 sec)
  1. Manage Presentation Backgrounds in .NET|Aspose....

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for .NET, with code tips to boost your presentations.... Save the modified presentation. The...; // Save the presentation to disk. presentation . Save ( "SolidColorBackground...

    docs.aspose.com/slides/net/presentation-backgro...
  2. Delete PDF Pages with Rust via C++|Aspose.PDF f...

    You can delete pages from your PDF file using Aspose.PDF for Rust via C++....specifically for removing pages, saving the modified document, and...page_delete function. Saving the Document using save method. use asposepdf...

    docs.aspose.com/pdf/rust-cpp/delete-pages/
  3. Manage Chart Data Series in Python|Aspose.Slide...

    Learn how to manage chart data series in Python for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....the overlap setting, and then save the result as a PPTX file: import... overlap = series_overlap # Save the presentation file to disk...

    docs.aspose.com/slides/python-net/chart-series/
  4. Manage Presentation Backgrounds on Android|Aspo...

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for Android via Java, with code tips to boost your presentations.... Save the modified presentation. The...); // Save the presentation to disk. presentation . save ( "SolidColorBackground...

    docs.aspose.com/slides/androidjava/presentation...
  5. Manage Presentation Backgrounds in Python|Aspos...

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for Python via .NET, with code tips to boost your presentations.... Save the modified presentation. The...blue # Save the presentation to disk. presentation . save ( "SolidColorBackground...

    docs.aspose.com/slides/python-net/presentation-...
  6. Generate Slide Thumbnail as JPEG|Aspose.Slides ...

    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 the thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( "Test...

    docs.aspose.com/slides/net/generate-slide-thumb...
  7. Refresh Values of Linked Shapes with Node.js vi...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for Node.js via C++....js via C++ if you want to save your workbook in XLS or XLSX...format. However, if you want to save your workbook in PDF or HTML...

    docs.aspose.com/cells/nodejs-cpp/refresh-values...
  8. Manage Presentation Backgrounds in C++|Aspose.S...

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for C++, with code tips to boost your presentations.... Save the modified presentation. The...()); // Save the presentation to disk. presentation -> Save ( u ...

    docs.aspose.com/slides/cpp/presentation-backgro...
  9. Document.pageCount property | Aspose.Words for ...

    Document.pageCount property. Gets the number of pages in the document as calculated by the most recent page layout operation....fixed page save format, // such as .pdf. So you can save some time...more complex documents. doc . save ( base . artifactsDir + "Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Circle Object to PDF file|Aspose.PDF for Java

    This article explains how to create a circle object to your PDF using Aspose.PDF for Java....paragraphs collection of page Save our PDF file public static void...( graph ); // Save PDF file pdfDocument . save ( _dataDir + "DrawingCircle1_out...

    docs.aspose.com/pdf/java/add-circle/