Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 373,112 for

save

(0.16 sec)
  1. Public API Changes in Aspose.Diagram 5.8.0|Docu...

    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.... It specifies whether to save toolbar or not. The default...new HTMLSaveOptions (); // set save toolbar option opts . SaveToolBar...

    docs.aspose.com/diagram/net/public-api-changes-...
  2. Working with Outlook Notes|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....Notes Contents [ Hide ] Create, Save and Read Outlook Notes Aspose...to create Outlook notes and save to disk in MSG format. The MapiNote...

    docs.aspose.com/email/java/working-with-outlook...
  3. Aspose::Words::Saving::XamlFlowSaveOptions::get...

    Aspose::Words::Saving::XamlFlowSaveOptions::get_ImagesFolder method. Specifies the physical folder where images are Saved when exporting a document to XAML format. Default is an empty string in C++....Aspose::Words::Saving::XamlFlowSaveOptions::get_ImagesFolder...physical folder where images are saved when exporting a document to...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Manage Workbook with C++|Documentation

    Learn how to manage workbooks through the Aspose.Cells for C++ APIs.... Save the workbook using the Save method. #include...(). Add (); // Save the workbook workbook . Save ( "output.xlsx"...

    docs.aspose.com/cells/cpp/managing-workbooks-an...
  5. Saving optimized jpeg - Free Support Forum - as...

    I need to Save an optimized jpeg (meaning minimal looses and maximal compression). I noticed there is no built-in Save that can do that so I wrote some code to take the original image and using some logic I am trying to …...Saving optimized jpeg Aspose.Imaging Product Family DanAvni April...3, 2025, 5:01pm 1 I need to save an optimized jpeg (meaning minimal...

    forum.aspose.com/t/saving-optimized-jpeg/310794
  6. 以编程方式移动 PDF 页面 C#|Aspose.PDF for .NET

    尝试使用 Aspose.PDF for .NET 在所需位置或 PDF 文件末尾移动页面。... 使用 Save 方法保存输出 PDF。 Delete 源文档中的页面。 使用 Save 方法保存源 PDF。...( page ); // Save PDF document dstDocument . Save ( dataDir +...

    docs.aspose.com/pdf/zh/net/move-pages/
  7. FixedPageSaveOptions.pageSet property | Aspose....

    FixedPageSaveOptions.pageSet property. Gets or sets the pages to render... Saving . PageSet Examples Shows how...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Visio转其他格式|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code....)) #// Save diagram in the pdf format diagram . save ( "Visio_out...diagram,Save 方法用于以不同的文件格式保存或导出 diagram。本文中的代码片段显示了如何使用 Save 方法将 Visio...

    docs.aspose.com/diagram/zh/python-net/convert-v...
  9. XamlFlowSaveOptions.ImagesFolder | Aspose.Words...

    Discover how the XamlFlowSaveOptions ImagesFolder property allows you to easily specify a folder for saving images when exporting documents to XAML format....physical folder where images are saved when exporting a document to...get ; set ; } Remarks When you save a Document in XAML format, Aspose...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Insert Image|Documentation

    This section explains how to insert a image in a visio page with Aspose.Diagram. Support using java to insert image and Save as pdf, svg, html, image, xps and other formats.... fis ); // Save the Visio diagram diagram . save ( dataDir +...image in a Visio drawing and save as SVG format. // For complete...

    docs.aspose.com/diagram/java/drawing/insert-image/