Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 380,300 for

save

(0.27 sec)
  1. Export MSG to PNG via C++ | products.aspose.com

    C++ API to Convert MSG to PNG without using Microsoft Word or Outlook...cost-effective solution that can help you save time and money. C++ API to Convert...Convert MSG to HTML by using Save member function Load HTML by...

    products.aspose.com/total/cpp/conversion/msg-to...
  2. Add, Move or Delete pages in PDF using Java | A...

    Manipulate PDF pages of your document programmatically with Java sample code using Aspose.PDF for Java... Save the output PDF using the Save method. Add New...insert ( 2 ); // Save updated PDF pdfDocument . save ( DATA_DIR ....

    products.aspose.com/pdf/java/pages/
  3. Remove Tables from Existing PDF Documents|Aspos...

    Learn how to remove one or more tables from existing PDF documents in Java....the first detected table and save the document. public static...getTableList (). get ( 0 )); document . save ( outputFile . toString ());...

    docs.aspose.com/pdf/java/removing-tables/
  4. Online XSLFO to POT Conversion or Develop Java ...

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

    products.aspose.com/total/java/conversion/xslfo...
  5. Online TEX to PPSX Conversion or Develop Java b...

    Free online app to convert TEX to PPSX files. Java conversion library code for TEX documents....Convert TEX to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPSX format using save method and...

    products.aspose.com/total/java/conversion/tex-t...
  6. Online TEX to PPS Conversion or Develop Java ba...

    Free online app to convert TEX to PPS files. Java conversion library code for TEX documents....Convert TEX to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPS format using save method and...

    products.aspose.com/total/java/conversion/tex-t...
  7. Online TEX to Powerpoint Conversion or Develop ...

    Free online app to convert TEX to Powerpoint files. Java conversion library code for TEX documents....Convert TEX to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPT format using save method and...

    products.aspose.com/total/java/conversion/tex-t...
  8. Online TEX to SWF Conversion or Develop Java ba...

    Free online app to convert TEX to SWF files. Java conversion library code for TEX documents....Convert TEX to PPTX by using save method Load PPTX document by...Presentation class Save the document to SWF format using save method and...

    products.aspose.com/total/java/conversion/tex-t...
  9. Convert PDF to Excel in C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to convert PDF to Excel format using C++. During this, the individual pages of the PDF file are converted to Excel worksheets....Save(..) constructor. The following...document. Save it to XLS format by calling Document->Save() method...

    docs.aspose.com/pdf/cpp/convert-pdf-to-excel/
  10. Create AcroForm - Create Fillable PDF in Java|A...

    Create AcroForm fields from scratch in PDF documents using Aspose.PDF for Java....Add the field to the form and save the document. public static...textBoxField , 1 ); document . save ( outputFile . toString ());...

    docs.aspose.com/pdf/java/create-form/