Sort Score
Result 10 results
Languages All
Labels All
Results 6,471 - 6,480 of 368,266 for

save

(0.23 sec)
  1. Convert FODP to PNG in JavaScript | products.as...

    Convert FODP to PNG in JavaScript. Use Node.js library API to convert FODP files to PNG...Presentation from FODP file and save it as PNG. JavaScript code for...1080 , height : 960 }); image . save ( "slide" + i + ".png" , ImageFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  2. Convert DOC to OST in Python | products.aspose.com

    Save DOC to OST within Python applications without using Microsoft Word or Outlook...NET and saved into the OST format. This API...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  3. PDF to PPTX Converter using PHP | Aspose.PDF

    Sample code on PHP for PDF to PPTX conversion. Use example code for batch PDF to PPTX conversion with Aspose.PDF for PHP via Java...Save method with page index & output...output file path as parameters Save the output PPTX file System...

    products.aspose.com/pdf/php-java/conversion/pdf...
  4. Add PDF Form Fields|Aspose.PDF for Java

    This topic explains how to work with Form Fields with java/com.aspose.pdf.facades using FormEditor Class....String-int- ) and finally use Save method to save the updated PDF file...( "Country" , 20 ); editor . save ( _dataDir + "Sample-Form-01-mod...

    docs.aspose.com/pdf/java/add-form-fields/
  5. PDF to XLS Converter using C++ | Aspose.PDF

    Sample code for PDF to XLS conversion using C++. Use C++ example for batch PDF to XLS conversion....Save method while passing the output...SaveFormat.Xls as parameters Save the output XLS file Here is...

    products.aspose.com/pdf/cpp/conversion/pdf-to-xls/
  6. SVG to DOC Converter using C++ | Aspose.PDF

    Sample code for SVG to DOC conversion using C++. Use C++ example for batch SVG to DOC conversion....Save method while passing the output...SaveFormat.Doc as parameters Save the output DOC file Here is...

    products.aspose.com/pdf/cpp/conversion/svg-to-doc/
  7. Convert PNG to JPG in C++ | products.aspose.com

    Convert PNG to JPG in C++. Use C++ library API to convert PNG files to JPGs...Presentation from PNG file and save it as JPG. C++ code for converting...jpg" ); // Save the image in PNG format bmp -> Save(outputFilePath...

    products.aspose.com/slides/cpp/conversion/png-t...
  8. Convert POTX to XLSB via PHP or with free Onlin...

    PHP API to Convert POTX to XLSB or Online App without using Microsoft Office Powerpoint or Excel. Test free POTX to XLSB online converter quickly before integrating the code....Presentation class Set the HTML save options using HtmlOptions object...the save method Save the POTX file into HTML using save method...

    products.aspose.com/total/php-java/conversion/p...
  9. Remove Tables from existing PDF|Aspose.PDF for ...

    Understand how to remove tables from a PDF document using Aspose.PDF for .NET, improving document clarity and structure....( table ); // Save PDF document document . Save ( dataDir + "RemoveTable_out...table ); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/remove-tables-from-exis...
  10. PdfImageCompression enumeration | Aspose.Words ...

    aspose.words.saving.PdfImageCompression enumeration. Specifies the type of compression applied to images in the PDF file....can pass to the document's "Save" method # to modify how that...document to .PDF. pdf_save_options = aw . saving . PdfSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...