Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 582,936 for

save

(0.19 sec)
  1. Public API Changes in Aspose.Cells 8.6.0|Docume...

    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 metadata info to spreadsheet metadata . Save ( filePath...= false ; //Save spreadsheet as HTML book . Save ( "output.html"...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Public API Changes in Aspose.Cells 8.6.0|Docume...

    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.... add ( "test" , "test" ); //Save the metadata information to...spreadsheet file metaWorkbook . save ( filePath ); Added HtmlSaveOptions...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. SVG format - Free Support Forum - aspose.com

    Hello To Save as Svg, there’s SvgColorMode.Rgb but no Argb or Transparent? How to enable/disable transparency for Svg? SvgOptions.VectorRasterizationOptions.BackgroundColor should be set to Transparent? SvgOptions.Com…...29, 2023, 7:45pm 1 Hello To save as Svg, there’s SvgColorMode...do you recommend? Generally, saving photos taken by digital cameras...

    forum.aspose.com/t/svg-format/275395
  4. Creating, Reading and Saving Projects

    Learn how to create, edit, and Save projects in different formats (MPP, Primavera XML, PDF, JPEG) using Aspose.Tasks for .NET....Reading and Saving Projects Creating, Reading and Saving Projects...flexible API, Aspose.Tasks saves you time and effort by giving...

    docs.aspose.com/tasks/net/creating-reading-and-...
  5. Გადაიყვანეთ WORD EPUB C++

    გადაიყვანეთ WORD EPUB C++ ფორმატში კოდით. შეინახეთ WORD როგორც EPUB C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის EPUB სახით...<Document>( u"Input.docx" ); doc-> Save ( u"Output.epub" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/wor...
  6. Გადაიყვანეთ DOC EPUB C++

    გადაიყვანეთ DOC EPUB C++ ფორმატში კოდით. შეინახეთ DOC როგორც EPUB C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის EPUB სახით...<Document>( u"Input.doc" ); doc-> Save ( u"Output.epub" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/doc...
  7. Გადაიყვანეთ DOC DOCX C++

    გადაიყვანეთ DOC DOCX C++ ფორმატში კოდით. შეინახეთ DOC როგორც DOCX C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის DOCX სახით...<Document>( u"Input.doc" ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/doc...
  8. Გადაიყვანეთ TEXT PDF C++

    გადაიყვანეთ TEXT PDF C++ ფორმატში კოდით. შეინახეთ TEXT როგორც PDF C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის PDF სახით შესანახად...<Document>( u"Input.txt" ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/tex...
  9. Merge PPTX Files via C++ | products.aspose.com

    C++ example code to combine PPTX documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use Save() method to save at specified path System...e); } // Save the presentation presentation1->Save(outputFilePath...

    products.aspose.com/slides/cpp/merger/pptx/
  10. Merge PPSM Files via C++ | products.aspose.com

    C++ example code to combine PPSM documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use Save() method to save at specified path System...e); } // Save the presentation presentation1->Save(outputFilePath...

    products.aspose.com/slides/cpp/merger/ppsm/