Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 374,360 for

save

(0.25 sec)
  1. Aspose::Words::Saving::SaveOptions::CreateSaveO...

    Aspose::Words::Saving::SaveOptions::CreateSaveOptions method. Creates a Save options object of a class suitable for the specified Save format in C++....Aspose::Words::Saving::SaveOptions::CreateSaveOptions method...aveFormat) method Creates a save options object of a class suitable...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. XamlFixedSaveOptions.ResourcesFolder | Aspose.W...

    Discover how the XamlFixedSaveOptions ResourcesFolder property enhances document exports by defining where images and fonts are stored in Xaml format....resources (images and fonts) are saved when exporting a document to...get ; set ; } Remarks When you save a Document in fixed page Xaml...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose.PSD for .NET 19.3 - 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.... Save ( exportPath ); im . Save ( exportPathPng...Color . DeepPink ; } // Save psd im . Save ( exportPath , new PsdOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-3...
  4. 绘制矩形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制矩形。支持使用C#绘制矩形并保存为pdf、svg、html、image、xps等格式。...2 , 2 , 4 ); // Save diagram diagram . Save ( dataDir + "Dra...a rectangle in the page and save as SVG format. The code example...

    docs.aspose.com/diagram/zh/net/drawing/draw-rec...
  5. Saving File to Response Object with C++|Documen...

    Learn how to Save files dynamically and send them directly to a client browser using Aspose.Cells for C++....Ask AI Saving File to Response Object with C++ Contents [ Hide...files can be saved to a response object. Saving File to Response...

    docs.aspose.com/cells/cpp/saving-file-to-respon...
  6. Saving Excel files to CSV, PDF and other format...

    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....Ask AI Saving Excel files to CSV, PDF and other formats Contents...files, you would also need to save your workbook (file). Aspose...

    docs.aspose.com/cells/java/saving-excel-files-t...
  7. Aspose.PSD for Java 24.1 - 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.... // So if you save the AI image without changing...will be rendered and saved. image . save ( firstPageOutputPng...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  8. Visio转其他格式|Documentation

    This topic show you how to convert Visio to SVG,XPS,XML,XAML formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to SVG,XPS,XML,XAML with a few lines of code....diagram,Save 方法用于以不同的文件格式保存或导出 diagram。本文中的代码片段展示了如何使用 Save 方法将 Visio...创建 Diagram 类的实例。 调用Diagram类的Save方法将Visio绘图文件写入VDX。 从 VSD 导出到...

    docs.aspose.com/diagram/zh/python-java/convert-...
  9. Convert between Excel formats|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 an Excel file to PDF using the...the Workbook class’s Save method. The Save method provides the...

    docs.aspose.com/cells/net/convert-between-excel...
  10. Add Pages in PDF|Aspose.PDF for Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using Java library.... Save the output PDF using the Save method. The following...insert ( 2 ); // Save updated PDF document . save ( _dataDir + ...

    docs.aspose.com/pdf/java/add-pages/