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

save

(0.11 sec)
  1. 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...
  2. 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-...
  3. 使用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-...
  4. Manage Header and Footer|Aspose.PDF for .NET

    Explore how to manipulate headers and footers in PDF files in .NET with Aspose.PDF for improved document structuring.... Finally, save the output PDF file using Close...formattedText , 10 ); // Save PDF document fileStamp . Save ( dataDir + "AddHeader_out...

    docs.aspose.com/pdf/net/manage-header-and-footer/
  5. Aspose::Words::Fonts::FontFallbackSettings::Loa...

    Aspose::Words::Fonts::FontFallbackSettings::Load method. Loads fallback settings from XML stream in C++....Examples Shows how to load and save font fallback settings to/from...set_FontSettings ( fontSettings ); } doc -> Save ( get_ArtifactsDir () + u "FontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. 公共 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...
  7. 使用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/
  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/