Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 375,542 for

save

(0.13 sec)
  1. 通过C++的JavaScript向Excel插入背景图片|Documentation

    “如何使用C++的Script向Excel插入背景图片”...then click "Apply Background & Save" to generate XLSX and HTML files..."runExample" > Apply Background & Save </ button > < a id = "downloadXlsx"...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  2. 用指定打印纸张大小的via JavaScript和C++加载工作簿|Documentation

    学习如何在用Aspose.Cells for JavaScript通过C++加载工作簿时设置打印纸张大小..." ; // Save the workbook into a byte array...(in-memory) const msData = workbook . save ( SaveFormat . Xlsx ); // Load...

    docs.aspose.com/cells/zh/javascript-cpp/load-wo...
  3. SaveOptions class | Aspose.Words for Python

    aspose.words.saving.SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format...specify additional options when saving a document into a particular...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Create PDF using .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for .NET API to easily generate and read PDF files in .NET applications.... Save the PDF using Save(String) method. Following..."Hello, World" )); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/create/
  5. Set Viewer Preference of an existing PDF File|A...

    Learn how to set viewer preferences, such as page layout and zoom settings, for existing PDF documents using Aspose.PDF in Java....you have to save the updated PDF file using Save method. The...PAGE_MODE_USE_NONE ); editor . save ( _dataDir + "PdfContentEdi...

    docs.aspose.com/pdf/java/set-viewer-preference-...
  6. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET.... Save your PDF file. The following...( line ); // Save PDF document document . Save ( dataDir + "AddLineObject_out...

    docs.aspose.com/pdf/net/add-line/
  7. XlsxSaveOptions class | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...
  8. Render Slide as Thumbnail to JPEG by User Defin...

    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 ( destFileName...

    docs.aspose.com/slides/net/render-slide-as-thum...
  9. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....GetHeightScale ()); // Save the workbook workbook . Save ( outputFilePath... 2 , 0 ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...
  10. 更改数据透视表的布局|Documentation

    如何使用Aspose.Cells for Java脚本通过C++改变数据透视表的布局。... calculateData (); // Save the Compact form output const...const outputData1 = workbook . save ( SaveFormat . Xlsx ); const...

    docs.aspose.com/cells/zh/javascript-cpp/changin...