Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 368,266 for

save

(0.09 sec)
  1. SaveOptions.UpdateCreatedTimeProperty | Aspose....

    Optimize your SaveOptions with the UpdateCreatedTimeProperty. Control CreatedTime updates before saving, enhancing data accuracy. Default, false....property is updated before saving. Default value is false ; public...“CreatedTime” property when saving. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Change Adjustment Values of the Shape with Java...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for JavaScript via C++....; // Save the workbook const outputData = workbook . save ( SaveFormat...add ( "adj3" , 0.16667 ); // Save the workbook to an in-memory...

    docs.aspose.com/cells/javascript-cpp/change-adj...
  3. Aspose::Words::Saving::TxtSaveOptionsBase::get_...

    Aspose::Words::Saving::TxtSaveOptionsBase::get_ForcePageBreaks method. Allows to specify whether the page breaks should be preserved during export. The default value is false in C++....Aspose::Words::Saving::TxtSaveOptionsBase::get_ForcePageBreaks...false . bool Aspose :: Words :: Saving :: TxtSaveOptionsBase :: get_ForcePageBreaks...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. C++ API to Export XPS to PS | products.aspose.com

    Convert XPS to PS within C++ applications....conversions, allowing developers to save time and effort. C++ API to...Convert XPS to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/xps-to...
  5. Convert HTML to JPG in Python | products.aspose...

    Convert HTML to JPG in Python. Use Python library API to convert HTML files to JPGs...Presentation from HTML file and save it as JPG. Python code for converting...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .jpg" . format(num...

    products.aspose.com/slides/python-net/conversio...
  6. Convert PDF to Image in Python | products.aspos...

    Convert PDF to Image in Python. Use Python library API to convert PDF files to Images...Presentation from PDF file and save it as Image. Python code for...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .png" . format(num...

    products.aspose.com/slides/python-net/conversio...
  7. C++ API to Export MHTML to DOT | products.aspos...

    Convert MHTML to DOT within C++ applications.... It is used to save webpages for offline viewing...Convert MHTML to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/mhtml-...
  8. C++ API to Export MHTML to RTF | products.aspos...

    Convert MHTML to RTF within C++ applications....page archive format used to save web pages for offline viewing...Convert MHTML to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/mhtml-...
  9. 在VSTO和Aspose.Cells中隐藏和取消隐藏工作簿中的工作表|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.... xlSheetHidden ; //Save As the Excel file. excelApp...excelApp . ActiveWorkbook . Save (); //Quit the Application. excelApp...

    docs.aspose.com/cells/zh/net/hide-and-unhide-wo...
  10. Working with Clips in PS file| Java

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java...already created output stream and save options. Create a new graphics...filled rectangle. Close the page. Save the document. Copy 1 // Demonstrates...

    docs.aspose.com/page/java/ps/working-with-clips/