Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 373,036 for

save

(0.27 sec)
  1. 使用JavaScript通过C++避免在没有内容打印时生成空白页的输出PDF|Document...

    学习如何在没有内容打印时,使用Aspose.Cells for Java脚本通过C++避免输出PDF中的空白页。...> </ head > < body > < h1 > Save Workbook to PDF Example </ h1...empty workbook and attempting to save to PDF.</p>' ; } else { document...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-b...
  2. Selecting the version of excel file to be opene...

    Hi, I have requirement to open the excel files of different versions (ranging from 95 to 2007) but while opening and saving them using aspose.cell we have to specify the version of excel. How we will come to know in ru…...2007) but while opening and saving them using aspose.cell we have...Open(fileName) and Workbook.Save(fileName) methods without any...

    forum.aspose.com/t/selecting-the-version-of-exc...
  3. 在使用Aspose.Cells for JavaScript通过C++加载工作簿中的HTML时...

    学习如何在使用Aspose.Cells for JavaScript通过C++加载HTML文件时自动调整列宽和行高。...Cells Example - Load HTML and Save XLSX </ title > </ head > <...HTML String into Workbook and Save </ h1 > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  4. How to Insert Picture in Word using Java

    In this brief tutorial, you will learn how to insert picture in Word using Java in Windows, MacOS, or Linux. This tutorial can be used to add picture in Word document using Java in the header or contents part.... You can save the file in DOC or DOCX format...picture in Word document paragraph Save output Word document after inserting...

    kb.aspose.com/words/java/how-to-insert-picture-...
  5. Aspose.PSD for Java 23.7 - 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....Change the application that saves the PSD File to Aspose.PSD if...timeline . save ( outputGif , new GifOptions ()); psdImage . save ( outputPsd...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  6. Format and Modify Named Ranges with Node.js via...

    Learn how to format and modify named ranges using Aspose.Cells for Node.js via C++...., flg ); // Save the excel file. workbook . save ( path . join...Blue ); // Saving the Excel file workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/format-and-mod...
  7. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....SetStyle ( style ); // Save Excel File wb . Save ( srcDir + u "WrappingText...std :: cout << "Excel file saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...
  8. 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...
  9. Supported File Formats|Aspose.Slides Documentation

    Discover all file formats Aspose.Slides for C++ can open, Save, and convert — including PPT, PPTX and ODP — with clear import/export support notes....can load and save: Format Description Load Save Remarks PPT PowerPoint...PowerPoint XML Presentation FAQ Can I save presentations to PDF that meet...

    docs.aspose.com/slides/cpp/supported-file-formats/
  10. Convert Excel to ODS|Documentation

    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....is to load the workbook and save it by passing SaveFormat.ODS...second parameter of the Workbook.save method. The following code snippet...

    docs.aspose.com/cells/python-java/convert-excel...