Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 373,256 for

save

(0.21 sec)
  1. Aspose.PSD for .NET 21.6 - 发行说明|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.... Save ( outputFileName , new PngOptions...sourceFileName )) { image . Save ( outputFileName , new PngOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. 加载或导入带有公式的CSV文件 via JavaScript|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++加载和导入包含公式的CSV文件。...> Load CSV with Formulas and Save as XLSX < /title> < /head> <...> Load CSV with Formulas and Save as XLSX < /h1> < input type...

    docs.aspose.com/cells/zh/javascript-cpp/load-or...
  3. Adding Watermark to PDF using Python|Aspose.PDF...

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Python.... Save the updated Document using Document.save() . import...watermark ) # Save the updated PDF document . save ( output_pdf...

    docs.aspose.com/pdf/python-net/add-watermarks/
  4. AiModel.Summarize | Aspose.Words for .NET

    Smart document summarization API with customizable length options. Generate concise summaries from any document using AI technology.... Save ( ArtifactsDir + "AI.AiSummarize...options ); multiDocumentSummary . Save ( ArtifactsDir + "AI.AiSummarize...

    reference.aspose.com/words/net/aspose.words.ai/...
  5. Managing Document Properties in PHP|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....$customProp3 , "Source" , array ()); // Save the file with added properties...$ptr -> Call ( $workbook , "Save" , array ( $dataDir . "/Test_Workbook...

    docs.aspose.com/cells/net/managing-document-pro...
  6. Aspose::Words::Saving::XamlFlowSaveOptions::Xam...

    Aspose::Words::Saving::XamlFlowSaveOptions::XamlFlowSaveOptions constructor. Initializes a new instance of this class that can be used to Save a document in the XamlFlow format in C++....Aspose::Words::Saving::XamlFlowSaveOptions::XamlFlowSaveOptions...this class that can be used to save a document in the XamlFlow format...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Supported File Formats|Aspose.PDF for PHP via Java

    This page shows which Aspose.PDF for PHP via Java can load and Save file formats....can load and Save. Format Description Load Save Remarks PDF Portable...data MD Markdown Format XLS Saves the document in the Microsoft...

    docs.aspose.com/pdf/php-java/supported-file-for...
  8. Supported File Formats|Aspose.PDF for Java

    This page shows which Aspose.PDF for Java can load and Save file formats....can load and Save. Format Description Load Save Remarks PDF Portable...data MD Markdown Format XLS Saves the document in the Microsoft...

    docs.aspose.com/pdf/java/supported-file-formats/
  9. Convert XFA Form to AcroForm|Aspose.PDF for PHP...

    This section explains how to convert XFA Form to AcroForm with Aspose.PDF for PHP via Java....()); // Save the updated document $document -> save ( $outputFile...$outputFile ); // Save modified PDF $document -> close (); Fill AcroForms...

    docs.aspose.com/pdf/php-java/convert-form/
  10. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。...您将了解如何使用 类的 Save() 方法保存 SVG 文件。此外,Aspose.SVG...using System. IO ; Copy 1 // Save SVG to file using C# 2 3 //...

    docs.aspose.com/svg/zh/net/save-svg-document/