Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 369,809 for

save

(0.1 sec)
  1. 使用JavaScript通过C++将Excel转换为CSV、TSV和Txt|Documenta...

    学习如何使用Aspose.Cells for JavaScript通过C++将Excel文件转换为CSV、TSV和TXT格式。...Cells Txt Save Example </ title > </ head >...body > < h1 > Aspose.Cells Txt Save Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  2. Set Orientation and Control the Export of Hidde...

    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....Export of Hidden Visio Pages on Saving Contents [ Hide ] Change a...Landscape or same as on the printer. Save the Visio diagram. Set Orientation...

    docs.aspose.com/diagram/python-java/set-orienta...
  3. Convert VSD to VSDX using C#

    This article shares the details to convert VSD to VSDX using C#. It has the details to set the IDE, a list of steps, and a sample code to transform VSD to VSDX.... Various save options are discussed to customize...to drawing contents Call the Save() method by setting the output...

    kb.aspose.com/diagram/net/convert-vsd-to-vsdx-u...
  4. SaveOptions.TempFolder | Aspose.Words for .NET

    Optimize your document saving with the SaveOptions TempFolder property, which designates a folder for temporary DOC and DOCX files, enhancing efficiency....for temporary files used when saving to a DOC or DOCX file. By default...OutOfMemoryException Throw if you are saving a very large document (thousands...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Convert PDF to PNG in C++ | products.aspose.com

    Convert PDF to PNG in C++. Use C++ library API to convert PDF files to PNGs...Presentation from PDF file and save it as PNG. C++ code for converting...png" ); // Save the image in PNG format bmp -> Save(outputFilePath...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  6. Convert PDF to Image in C++ | products.aspose.com

    Convert PDF to Image in C++. Use C++ library API to convert PDF files to Images...Presentation from PDF file and save it as Image. C++ code for converting...png" ); // Save the image in PNG format bmp -> Save(outputFilePath...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  7. PdfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Pdf](../../aspose.words/Saveformat/#Pdf) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Public API Changes in Aspose.Cells 8.4.2|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...."End Sub" ; //Save the workbook workbook . Save ( output , SaveFormat..., 6 , 3 ); //Save the workbook workbook . Save ( output ); Enumeration...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Convert JPG to PNG in C++ | products.aspose.com

    Convert JPG to PNG in C++. Use C++ library API to convert JPG files to PNGs...Presentation from JPG file and save it as PNG. C++ code for converting...png" ); // Save the image in PNG format bmp -> Save(outputFilePath...

    products.aspose.com/slides/cpp/conversion/jpg-t...
  10. Insert Slicer with C++|Documentation

    Manage slicers of Excel files with Aspose.Cells using C++.... Finally, it saves the workbook in output XLSX...); // Save the workbook in output XLSX format wb . Save ( outputFilePathXlsx...

    docs.aspose.com/cells/cpp/create-slicer/