Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 373,144 for

save

(0.65 sec)
  1. Aspose::Words::Saving::DocSaveOptions::get_Pass...

    Aspose::Words::Saving::DocSaveOptions::get_Password method. Gets/sets a password to encrypt document using RC4 encryption method in C++....Aspose::Words::Saving::DocSaveOptions::get_Password method Contents...:: String Aspose :: Words :: Saving :: DocSaveOptions :: get_Password...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Create a Presentation Viewer in PHP|Aspose.Slid...

    Create a custom presentation viewer using Aspose.Slides for PHP via Java. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint.... Save the slide as an SVG image to...referenced slide at a defined scale. Save the thumbnail image in any desired...

    docs.aspose.com/slides/php-java/presentation-vi...
  3. Convert HTML to Image in C++ | products.aspose.com

    Convert HTML to Image in C++. Use C++ library API to convert HTML files to Images...Presentation from HTML file and save it as Image. C++ code for converting...index); slide -> GetThumbnail() -> Save(fileName, ImageFormat :: get_Png());...

    products.aspose.com/slides/cpp/conversion/html-...
  4. 使用Node.js与C++保护和取消保护工作簿结构|Documentation

    使用Node.js通过C++保护和取消保护Excel文件的工作簿结构。..."password" ); // Save Excel file. workbook . save ( filePath );..."password" ); // Save Excel file. workbook . save ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...
  5. Remove Tables from existing PDF|Aspose.PDF for ...

    Aspose.PDF for Java allows you to remove table and multiple tables from your PDF document....remove ( table ); // Save PDF pdfDocument . save ( _dataDir + "Table_out...( table ); // Save document pdfDocument . save ( _dataDir + "Table2_out...

    docs.aspose.com/pdf/java/remove-tables-from-exi...
  6. Disable Downlevel Revealed Comments while savin...

    Learn how to disable downlevel revealed comments when saving an Excel file to HTML using Aspose.Cells for Node.js via C++....Downlevel Revealed Comments while saving to HTML with Node.js via C++...Possible Usage Scenarios When you save your Excel file to HTML, Aspose...

    docs.aspose.com/cells/nodejs-cpp/disable-downle...
  7. 在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/zh/net/managing-document-...
  8. IDocumentConverterPlugin.convert method | Aspos...

    IDocumentConverterPlugin.convert method. Converts document using specified input output streams and Save options....load_options, output_stream, save_options) Converts document using...specified input output streams and save options. def convert ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Change the HTML Link Target Type with JavaScrip...

    Learn how to change the HTML link target type using Aspose.Cells for JavaScript via C++. Control the target attribute in your HTML links....arrayBuffer )); // Create HTML save options and set link target...Self ; // Save the workbook to HTML using the save options const...

    docs.aspose.com/cells/javascript-cpp/change-the...
  10. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...style ); // Save the Excel file workbook . Save ( outDir + u...std :: cout << "Excel file saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/