Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 369,869 for

save

(0.19 sec)
  1. 使用JavaScript通过C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++动态生成文件并直接发送到客户端浏览器。...为此,请使用接受以下参数的 Save 方法的特殊重载版本: JavaScript响应对象。 文件名。...< body > < h1 > Aspose.Cells Save XLS Example </ h1 > < input...

    docs.aspose.com/cells/zh/javascript-cpp/saving-...
  2. 公共 API Aspose.Diagram 5.8.0 的变化|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....new HTMLSaveOptions (); // set save toolbar option opts . SaveToolBar...New HTMLSaveOptions () ' set save toolbar option opts . SaveToolBar...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  3. 使用C++进行页面设置功能|Documentation

    学习如何使用Aspose.Cells结合C++配置Excel文件中的页面设置功能。...75 ); // Save the workbook workbook . Save ( "PageMargins...PageOrientationType :: Landscape ); workbook . Save ( "PageOrientation.xlsx" );...

    docs.aspose.com/cells/zh/cpp/page-setup-features/
  4. C++ API to Export SVG to DOT | products.aspose.com

    Convert SVG to DOT within C++ applications....Convert SVG to DOC by using Save member function Load DOC file...Words API Save the document to DOT format using Save member function...

    products.aspose.com/total/cpp/conversion/svg-to...
  5. C++ API to Convert XSLFO to OTP | products.aspo...

    Convert XSLFO to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XSLFO to PPTX by using Save method function Load PPTX document...reference Save the document to OTP format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  6. C++ API to Convert PDF to POWERPOINT | products...

    Convert PDF to POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PDF to PPTX by using Save method function Load PPTX document...reference Save the document to PPT format using Save member function...

    products.aspose.com/total/cpp/conversion/pdf-to...
  7. C++ API to Convert XSLFO to PPT | products.aspo...

    Convert XSLFO to PPT via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XSLFO to PPTX by using Save method function Load PPTX document...reference Save the document to PPT format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  8. IDocumentProcessorPlugin class | Aspose.Words f...

    Aspose.Words.IDocumentProcessorPlugin class. Defines an interface for external document processor plugin.... save(outputStream, saveOptions) Save the document...output stream using the specified save options. setImageWatermark(imageWatermark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Create Links in PDF file|Aspose.PDF for Java

    This section explains how to create links in your PDF document with Java....Finally, save the updated PDF using the Document object’s Save method...link ); // Save updated document document . save ( _dataDir +...

    docs.aspose.com/pdf/java/create-links/
  10. Create Links in PDF file with C++|Aspose.PDF fo...

    This section explains how to create links in your PDF document with C++....Finally, save the updated PDF using the Document object’s Save method...link ); // Save updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/create-links/