Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 380,825 for

save

(0.98 sec)
  1. Supported File Formats|Documentation

    Create or load images using Java Aspose.Drawing API and Save drawings in different formats....can load and save: Format Description Load Save Remarks BMP Bitmap...

    docs.aspose.com/drawing/java/supported-file-for...
  2. Resize PDF using PHP | Aspose.PDF

    Resize PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java.... Call the Document class Save(..) method to generate the PDF...842.4 ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/resize/
  3. Convert CSV to DOCM with C++ or with free Onlin...

    Convert CSV to DOCM within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOCM format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  4. Convert CSV to POWERPOINT with C++ or with free...

    Convert CSV to POWERPOINT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPTX format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  5. Convert CSV to PPTX with C++ or with free Onlin...

    Convert CSV to PPTX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPTX format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  6. Convert CSV to PPTM with C++ or with free Onlin...

    Convert CSV to PPTM within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPTM format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  7. Remove DOCM Annotation Online or Manage Annotat...

    delete comments from DOCM file through online app for free. Android API code to manage comments of DOCM files....all comments Call the save method to save the file. Code : Delete...this comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  8. Convert CSV to PPSX with C++ or with free Onlin...

    Convert CSV to PPSX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPSX format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  9. Remove Open Action|Aspose.PDF for Java

    Learn how to remove the document open action from a PDF in Java using the PdfContentEditor facade in Aspose.PDF.... Save the updated PDF document. public...removeDocumentOpenAc (); editor . save ( outputFile . toString ());...

    docs.aspose.com/pdf/java/remove-open-action/
  10. Create PDF Document|Aspose.PDF for PHP via Java

    Learn how to create PDF file in Aspose.PDF for PHP via Java....Paragraph collection of the page Save the resultant PDF document $document...$textFragment ); $document -> save ( $outputFile ); Open PDF Document...

    docs.aspose.com/pdf/php-java/create-document/