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

save

(0.09 sec)
  1. Convert PPTM to PPSM in JavaScript | products.a...

    Convert PPTM to PPSM in JavaScript. Use Node.js library API to convert PPTM files to PPSM...Presentation from PPTM file and save it as PPSM. JavaScript code..."welcome-to-powerpoint.pptm" ); try { pres . save ( "output.ppsm" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  2. Convert PPTX to GIF in JavaScript | products.as...

    Convert PPTX to GIF in JavaScript. Use Node.js library API to convert PPTX files to GIF...Presentation from PPTX file and save it as GIF. JavaScript code for..."welcome-to-powerpoint.pptx" ); try { pres . save ( "output.gif" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  3. Convert FODP to GIF in JavaScript | products.as...

    Convert FODP to GIF in JavaScript. Use Node.js library API to convert FODP files to GIF...Presentation from FODP file and save it as GIF. JavaScript code for..."welcome-to-powerpoint.fodp" ); try { pres . save ( "output.gif" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  4. Convert ODP to GIF in JavaScript | products.asp...

    Convert ODP to GIF in JavaScript. Use Node.js library API to convert ODP files to GIF...Presentation from ODP file and save it as GIF. JavaScript code for..."welcome-to-powerpoint.odp" ); try { pres . save ( "output.gif" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  5. How to Convert Excel to PDF using C++

    In this tutorial, we will learn how to convert Excel to PDF using C++. You can perform the Excel to PDF conversion using C++ in any operating systems like Microsoft Windows and Linux etc....input Excel file Save output PDF file with Save method You can...follow the example below to save any Excel file to PDF using...

    kb.aspose.com/cells/cpp/how-to-convert-excel-to...
  6. PdfSaveOptions.customPropertiesExport property ...

    PdfSaveOptions.customPropertiesExport property. Gets or sets a value determining the way [Document.customDocumentProperties](../../../aspose.words/document/customDocumentProperties/) are exported to PDF file.... Saving . PdfCustomPropertiesE Remarks...value is not supported when saving to PDF/A. PdfCustomPropertiesE...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Delete Blank Rows and Columns in a Worksheet wi...

    Delete empty rows and columns in a worksheet using Aspose.Cells with C++.... DeleteBlankRows (); // Save the Excel file U16String outputFilePath..."mybook.out.xlsx" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/cpp/delete-blank-rows-and...
  8. PdfDigitalSignatureDetails.signature_date prope...

    PdfDigitalSignatureDetails.signature_date property. Gets or sets the date of the signing....can pass to the document's "save" method # to modify how that...document to .PDF. options = aw . saving . PdfSaveOptions () # Configure...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Hebrew content turned out mirrored when using A...

    Hi team, I’m using Aspose PDF .NET to Save a PDF file to another PDF, but I got an issue with Hebrew content. When I open a PDF file as a Document, collect pages and Save it to another Document, contents of Hebrew turne…...NET to save a PDF file to another PDF, but...Document, collect pages and save it to another Document, contents...

    forum.aspose.com/t/hebrew-content-turned-out-mi...
  10. Remove Pages from PDF using php-java | Aspose.PDF

    Remove pages from PDF file programmatically with PHP sample code using Aspose.PDF for PHP via Java... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/php-java/pages/remove/