Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 375,709 for

save

(0.37 sec)
  1. Android API to Render PCL to XAMLFLOW | product...

    Transform PCL to XAMLFLOW via Android via Java API...Convert PCL to DOC by using save method Load DOC file by using...Words Save the document to XAML_FLOW format using save method...

    products.aspose.com/total/android-java/conversi...
  2. Android API to Render MHTML to XAMLFLOW | produ...

    Transform MHTML to XAMLFLOW via Android via Java API...Convert MHTML to DOC by using save method Load DOC file by using...Words Save the document to XAML_FLOW format using save method...

    products.aspose.com/total/android-java/conversi...
  3. 使用 Go 向 PDF 添加页面 | Aspose.PDF

    使用 Aspose.PDF for Go via C++,使用 Go 示例代码,以编程方式将 PDF 页面添加到您的文档中... 使用 Save 方法儲存輸出的 PDF。 將新頁面插入到 PDF 中 package...log . Fatal ( err ) } // Save() saves previously opened PDF-document...

    products.aspose.com/pdf/zh-hant/go-cpp/pages/add/
  4. Convert HTML to PDF in Python|Aspose.PDF for Py...

    Learn how to convert HTML content into PDF format using Aspose.PDF in Python for Java.... Save output PDF document by calling Document.Save() method..."result_fromHtml.pdf" doc . save ( documentOutName ) # conversion...

    docs.aspose.com/pdf/python-java/convert-html-to...
  5. Unlock PDF using C++ | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with C++ sample code using Aspose.PDF for C++... Unlock PDF and save time. For example, if you often...Call Document.Decrypt Method. Save the PDF file. The provided C++...

    products.aspose.com/pdf/cpp/decrypt/
  6. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for C++....collection of page instance And save your PDF file private static... Add ( rect ); // Save PDF file doc . Save ( _dataDir + "Cre...

    docs.aspose.com/pdf/cpp/add-rectangle/
  7. SmartArt|Aspose.Slides for PHP Documentation

    Build and edit SmartArt in PHP with Aspose.Slides: add nodes, change layouts and styles, convert to shapes with precision, and export for PPT, PPTX and ODP....BasicProcess ); $presentation -> save ( "smart_art.pptx" , SaveFormat...$smartArt ); $presentation -> save ( "smart_art_removed.pptx" ...

    docs.aspose.com/slides/php-java/examples/elemen...
  8. ActiveX|Aspose.Slides for PHP Documentation

    Learn how to find, edit, and remove ActiveX controls in PHP with Aspose.Slides, including property updates for PowerPoint presentations....100 , 50 ); $presentation -> save ( "activex.pptm" , SaveFormat...removeAt ( 0 ); } $presentation -> save ( "activex_removed.pptm" , SaveFormat...

    docs.aspose.com/slides/php-java/examples/elemen...
  9. Customize Chart Axes in Presentations Using Jav...

    Discover how to use JavaScript with Aspose.Slides for Node.js via Java to customize chart axes in PowerPoint presentations for reports and visualizations....getActualMinorUnit (); // Saves the presentation pres . save ( "MaxValuesVerticalAxi_out...switchRowColumn (); // Saves presentation pres . save ( "SwitchChartRowColumn_out...

    docs.aspose.com/slides/nodejs-java/chart-axis/
  10. Formatting PDF Document|Aspose.PDF for Java

    Format the PDF Document with Aspose.PDF for Java. Use the next code snippet to resolve your tasks.... Save the updated PDF file using the Save method. Properties...UseThumbs ); // Save updated PDF file pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/formatting-pdf-document/