Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 310,771 for

save

(0.06 sec)
  1. Export OFT to DOC via C++ | products.aspose.com

    C++ API to Convert OFT to DOC without using Microsoft Word or Outlook...Convert OFT to HTML by using Save member function Load HTML by...Document class Save the document to DOC format using Save method and...

    products.aspose.com/total/cpp/conversion/oft-to...
  2. 在工作簿内或之间复制和移动工作表,使用Node.js和C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在工作簿内或之间复制和移动工作表。高效管理你的工作簿结构。..."Copy" )); // Save the file. excelWorkbook1 . save ( path . join...moveTo ( 1 ); // Save the file. excelWorkbook2 . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-and-mo...
  3. FontFallbackSettings.load_ms_office_fallback_se...

    FontFallbackSettings.load_ms_office_fallback_settings method. Loads predefined fallback settings which mimics the Microsoft Word fallback and uses Microsoft office fonts.... fallback_settings # Save the default fallback font scheme...substitute. font_fallback_settings . save ( ARTIFACTS_DIR + 'FontSettings...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Python via .Net.... Save the workbook to retain the changes...remove_a_name ( "NamedRange" ) # Save the workbook to retain the changes...

    docs.aspose.com/cells/python-net/delete-named-r...
  5. 使用Aspose.Cells将工作簿保存为文本或CSV格式|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....string FileName = FilePath + "Save Workbook to Text or CSV Format...string destFileName = FilePath + "Save Workbook to Text or CSV Format...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  6. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Python...can save the modified PSD image using the psdImage.save() method...path to save the modified PSD file. psdImage . save ( psdName...

    docs.aspose.com/psd/python-net/graphics-api/
  7. Hiding Overlaid Content with CrossHideRight whi...

    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....Content with CrossHideRight while saving to HTML with Node.js via C++...Possible Usage Scenarios When you save your Excel file to HTML, you...

    docs.aspose.com/cells/nodejs-cpp/hiding-overlai...
  8. Add Pages to PDF using PHP via Java | Aspose.PDF

    Add PDF pages to your document programmatically with PHP sample code using Aspose.PDF for PHP via Java... Save the output PDF using the Save method. Insert...insert ( 2 ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/pages/add/
  9. XamlFixedSaveOptions.SaveFormat | Aspose.Words ...

    Discover the XamlFixedSaveOptions SaveFormat property to effortlessly Save documents in XamlFixed format, ensuring optimal quality and compatibility....the document will be saved if this save options object is used...document's "Save" method // to modify how we save the document...

    reference.aspose.com/words/net/aspose.words.sav...
  10. How to Extract Image from PDF | Aspose.PDF

    Do you know how easily extract image from PDF via C#? Extract Image from PDF with high quality using .NET PDF library.... Save output image. Save an updated PDF file... Create ); // Save output image xImage . Save ( outputImage ...

    products.aspose.com/pdf/tutorial/extract-image/