Sort Score
Result 10 results
Languages All
Labels All
Results 5,121 - 5,130 of 368,023 for

save

(0.15 sec)
  1. Modify an Existing Style with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....also use an existing style, save it with the workbook and use...features you want. Click OK to save the style and apply it to the...

    docs.aspose.com/cells/cpp/modify-an-existing-st...
  2. Convert CSV to DOTX with C++ or with free Onlin...

    Convert CSV to DOTX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOTX format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  3. Convert DOTM to MHTML in Python | products.aspo...

    DOTM to mhtml Web archive format and HtmlFixed file conversion in your Python applications without using Microsoft Word...be helpful when you want to save a web page or email for later...can be helpful if you want to save space on your computer or email...

    products.aspose.com/total/python-net/conversion...
  4. Remove All Macros from the Visio Diagram in Rub...

    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....setVbProjectData ( nil ) \ # Save as VDX diagram . save ( data_dir + "RemoveAllMacros...

    docs.aspose.com/diagram/java/remove-all-macros-...
  5. Remove Slides from Presentations in PHP|Aspose....

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for PHP via Java. Get clear code examples and boost your workflow.... Save the modified presentation. This...$slide ); # Saves the modified presentation $pres -> save ( "modified...

    docs.aspose.com/slides/php-java/remove-slide-fr...
  6. Inserting and Removing Cell Comments in a Works...

    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 file. To remove the comments...); // Save the file. excelApp . ActiveWorkbook . Save (); //...

    docs.aspose.com/cells/net/inserting-and-removin...
  7. Protect and Unprotect Diagrams in Ruby|Document...

    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....setProtectStyles ( 1 ) \ # Save diagram diagram . save ( data_dir + "ProtectUnprotectDiag...

    docs.aspose.com/diagram/java/protect-and-unprot...
  8. Adding JavaScript in Python|Aspose.PDF for Java

    Find out how to embed JavaScript code within a PDF document using Python and Aspose.PDF to enhance interactivity....is closed')" )) # Save PDF Document doc . save ( self . dataDir...

    docs.aspose.com/pdf/java/adding-javascript-in-p...
  9. ColorMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ColorMode enum for optimized color rendering. Enhance your document's visual appeal with precise color settings....to change image color with saving options property. Document...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Update Links in PDF using Python|Aspose.PDF for...

    Update links in PDF programmatically. This guide is about how to update links in PDF in Python language....updates, the modified document is saved to the output path, preserving...foreground_color = ap . Color . red # Save the updated PDF document to...

    docs.aspose.com/pdf/python-net/update-links/