Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 375,780 for

save

(0.82 sec)
  1. C++ API to Convert MD to XAML | products.aspose...

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

    products.aspose.com/total/cpp/conversion/md-to-...
  2. C++ API to Convert CGM to POWERPOINT | products...

    Convert CGM to POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert CGM 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/cgm-to...
  3. C++ API to Convert EPUB to PPTM | products.aspo...

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

    products.aspose.com/total/cpp/conversion/epub-t...
  4. C++ API to Convert CGM to OTP | products.aspose...

    Convert CGM to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert CGM 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/cgm-to...
  5. C++ API to Convert MD to SWF | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/md-to-...
  6. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for JavaScript via C++....file is empty and the user saves it to PDF using Aspose.Cells...an empty workbook and then saves it as PDF after setting the...

    docs.aspose.com/cells/javascript-cpp/avoid-blan...
  7. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....$imageStamp ); // Save output document $document -> save ( $outputFile...$imageStamp ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...
  8. 使用评论|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...., "test@" ); // Save diagram diagram . save ( dataDir + "Add...( comment ); } // save Visio diagram . save ( dataDir + "Edit...

    docs.aspose.com/diagram/zh/java/working-with-co...
  9. 在页面中绘制形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 页面中绘制形状。...2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawPolylineInPage_out...2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawBezierInPage_out...

    docs.aspose.com/diagram/zh/net/draw-shapes-in-p...
  10. Setting Margins with Node.js via C++|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. Also learn how to programmatically set margins for page center, header, and footer using the Node.js API via C++....setTopMargin ( 3 ); // Save the Workbook. workbook . save ( path . join...( true ); // Save the Workbook. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/setting-margins/