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

save

(0.64 sec)
  1. C++ API to Convert PS to FODS | products.aspose...

    Convert PS to FODS via C++ API without using Microsoft Excel or Adobe Reader...Convert PS to XLSX by using Save member function Load XLSX document...reference Save the document to FODS format using Save member function...

    products.aspose.com/total/cpp/conversion/ps-to-...
  2. C++ API to Convert XPS to CSV | products.aspose...

    Convert XPS to CSV via C++ API without using Microsoft Excel or Adobe Reader...Convert XPS to XLSX by using Save member function Load XLSX document...reference Save the document to CSV format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  3. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in C++ between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....the local drive, then simply save it, specifying the required...<Document>( u"Input.docx" ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/cpp/conversion/
  4. 使用 C++ 删除命名范围|Documentation

    学习如何使用 Aspose.Cells for C++ 从 Excel 或 OpenOffice 文件中删除定义的名称或命名范围。... RemoveAt ( 0 ); // Save the workbook to retain the changes...changes workbook . Save ( outputFilePath ); std :: cout << "Named...

    docs.aspose.com/cells/zh/cpp/delete-named-ranges/
  5. Aspose.PSD for .NET 19.4 - Release Notes|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 ( outputFilePath ); } PSDNET-120...sourceFileName , options )) { image . Save ( outputFilePathPsd , new PsdOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-4...
  6. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....setFitToPagesWide ( 1 ); // Save the workbook workbook . save ( "out_net.pdf"...( true ); // Save the workbook. workbook . save ( "OnePagePerSheet...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  7. Aspose::Words::LowCode::Replacer::Replace metho...

    Aspose::Words::LowCode::Replacer::Replace method. Replaces all occurrences of a specified character string pattern with a replacement string in the input stream using a regular expression, with the specified Save format and additional options in C++....expression, with the specified save format and additional options...Aspose::Words::SaveFormat The save format. pattern const Syste...

    reference.aspose.com/words/cpp/aspose.words.low...
  8. Convert MD to SWF via Java API | products.aspos...

    Java API to Convert MD to SWF without using Microsoft Word...Convert MD to PPTX by using save method Load PPTX document by...Presentation class Save the document to SWF format using save method and...

    products.aspose.com/total/java/conversion/md-to...
  9. HtmlSaveOptions.exportFontResources property | ...

    HtmlSaveOptions.exportFontResources property. Specifies whether font resources should be exported to HTML, MHTML or EPUB...to true , fonts will not be saved to separate files. Instead,...logic for exporting fonts when saving to HTML. test . skip ( 'SaveExportedFonts...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Managing Pictures with C++|Documentation

    Add, position, and manage images in spreadsheets using Aspose.Cells for C++ API....Add ( 5 , 5 , imagePath ); // Save workbook U16String outputPath...u "output.xls" ; workbook . Save ( outputPath ); std :: cout...

    docs.aspose.com/cells/cpp/managing-pictures/