Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 380,279 for

save

(0.62 sec)
  1. Online PCL to POTM Conversion or Build .NET bas...

    Free online app to convert PCL to POTM files. .NET C# conversion library code for PCL documents....Convert PCL to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to POTM format using Save method and...

    products.aspose.com/total/net/conversion/pcl-to...
  2. Online PCL to SWF Conversion or Build .NET base...

    Free online app to convert PCL to SWF files. .NET C# conversion library code for PCL documents....Convert PCL to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to SWF format using Save method and...

    products.aspose.com/total/net/conversion/pcl-to...
  3. Online XSLFO to POT Conversion or Build .NET ba...

    Free online app to convert XSLFO to POT files. .NET C# conversion library code for XSLFO documents....Convert XSLFO to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to POT format using Save method and...

    products.aspose.com/total/net/conversion/xslfo-...
  4. Render Slide as Thumbnail to JPEG by User Defin...

    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.... Save the thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( destFileName...

    docs.aspose.com/slides/net/render-slide-as-thum...
  5. Merge PDF Files To PPTM Using Python | products...

    Merge multiple PDF files in Python.... save( "presentation.pptm" , slides...steps to merge two PDF files and save result as PPTM in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  6. Merge PDF Files To TIFF Using Python | products...

    Merge multiple PDF files in Python.... save( "presentation.tiff" , slides...steps to merge two PDF files and save result as TIFF in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  7. Merge PDF Files To PPT Using Python | products....

    Merge multiple PDF files in Python.... save( "presentation.ppt" , slides...steps to merge two PDF files and save result as PPT in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  8. Merge PDF Files To POT Using Python | products....

    Merge multiple PDF files in Python.... save( "presentation.pot" , slides...steps to merge two PDF files and save result as POT in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  9. Extract Table Data from PDF|Aspose.PDF for PHP ...

    Learn how to extract tabular from PDF using Aspose.PDF for PHP...scanned, and the result will be saved in a list of AbsorbedTable ...$responseData .= PHP_EOL ; } } } // Save the table data to the output...

    docs.aspose.com/pdf/php-java/extract-data-from-...
  10. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF pages into individual PDF files in your Java applications.... Save the new PDF using Save method. The following...add ( pdfPage ); newDocument . save ( _dataDir + "page_" + pageCount...

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