Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 375,703 for

save

(0.1 sec)
  1. Merge PPSX Files To JPG Using Python | products...

    Merge multiple PPSX files in Python.... save( "presentation_slide_ {0} .jpg"...to merge two PPSX files and save result as JPG in Python. Install...

    products.aspose.com/slides/python-net/merge/pps...
  2. Merge PPSM Files To PNG Using Python | products...

    Merge multiple PPSM files in Python.... save( "presentation_slide_ {0} .png"...to merge two PPSM files and save result as PNG in Python. Install...

    products.aspose.com/slides/python-net/merge/pps...
  3. Merge ODP Files To JPG Using Python | products....

    Merge multiple ODP files in Python.... save( "presentation_slide_ {0} .jpg"...steps to merge two ODP files and save result as JPG in Python. Install...

    products.aspose.com/slides/python-net/merge/odp...
  4. Merge OTP Files To JPG Using Python | products....

    Merge multiple OTP files in Python.... save( "presentation_slide_ {0} .jpg"...steps to merge two OTP files and save result as JPG in Python. Install...

    products.aspose.com/slides/python-net/merge/otp...
  5. Using a Microsoft Word Document as the Message ...

    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 it in MHTML format. Load the...Word document from disk and save it to stream as MHTML Document...

    docs.aspose.com/email/net/using-a-microsoft-wor...
  6. Merge PDF Files To PNG Using Python | products....

    Merge multiple PDF files in Python.... save( "presentation_slide_ {0} .png"...steps to merge two PDF files and save result as PNG in Python. Install...

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

    Merge multiple PDF files in Python.... save( "presentation_slide_ {0} .jpg"...steps to merge two PDF files and save result as JPG in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  8. Extract Data from AcroForm using C#|Aspose.PDF ...

    Aspose.PDF makes it easy to extract form field data from PDF files. Learn how to extract data from AcroForms and Save it into JSON, XML, or FDF format....Finally, you can save the PDF file using Save method of the Form...fdfOutputStream ); } // Save PDF document form . Save ( dataDir + "ExportDataToPdf_out...

    docs.aspose.com/pdf/net/extract-data-from-acrof...
  9. Set Privileges, Encrypt and Decrypt PDF File us...

    Encrypt PDF File with C++ using Different Encryption Types and Algorithms. Also, decrypt PDF Files using Owner Password....false ); // Save updated document document -> Save ( _dataDir...false ); // Save updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/set-privileges-encrypt-...
  10. Add Circle Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a circle object to your PDF using Aspose.PDF for .NET.... Save our PDF file. // For complete...( graph ); // Save PDF document document . Save ( dataDir + "DrawingCircle1_out...

    docs.aspose.com/pdf/net/add-circle/