Sort Score
Result 10 results
Languages All
Labels All
Results 6,761 - 6,770 of 377,242 for

save

(0.4 sec)
  1. Supported File Formats|Aspose.PDF for .NET

    This page shows which Aspose.PDF for .NET can load and Save file formats....can load and save. Format Description Load Save Remarks PDF Portable...the popular PDF format. XLS Saves the document in the Microsoft...

    docs.aspose.com/pdf/net/supported-file-formats/
  2. 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/java/public-api-changes-i...
  3. Aspose.Cells 8.6.0中的公共API更改|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.... add ( "test" , "test" ); //Save the metadata information to...spreadsheet file metaWorkbook . save ( filePath ); 新增HtmlSaveOptions...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Convert AI to PNG using Java|Documentation

    Check how Aspose.PSD for Java can convert AI File to PNG.... Save and Use the PNG: Once you have...options, use the Image.Save method to save the AI file as a PNG...

    docs.aspose.com/psd/java/convert/ai-to-png/
  5. Ai Convert to Jpeg|Documentation

    Check how Aspose.PSD for Java can convert AI Images to JPEG... Save and Use the JPG: Once you have...options, use the Image.Save method to save the AI file as a JPEG...

    docs.aspose.com/psd/java/convert/ai-to-jpg/
  6. 通过 C++ 在 Node.js 中为命名区域设置公式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 为电子表格中的命名区域设置公式。...calculateFormula (); // Save the result in XLSX format book . save ( path ....$A$1,9)" ); // Save the workbook book . save ( path . join (...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-for...
  7. Working with Images in XPS file | .NET

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET... You need to create and and save . The following code snippet...)); 14 // Save resultant XPS document 15 doc. Save (OutputDir...

    docs.aspose.com/page/zh/net/xps/working-with-im...
  8. 将 PDF 转换为 Microsoft Word 文档在 .NET 中|Aspose.PDF ...

    学习如何编写 C# 代码以将 PDF 转换为 Microsoft Word 格式,并调整 PDF 到 DOC(DOCX) 的转换。...Save() 方法将其保存为 SaveFormat.Doc 格式。...// Save the file into MS document format document . Save ( dataDir...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-word/
  9. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  10. Unprotect a Worksheet with C++|Documentation

    Learn how to unprotect a worksheet using Aspose.Cells for C++.... Unprotect (); // Save the Workbook in Excel97-2003...Excel97-2003 format workbook . Save ( outputFilePath , SaveFormat :: Excel97To2003...

    docs.aspose.com/cells/cpp/unprotect-a-worksheet/