Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 591,030 for

save

(0.14 sec)
  1. C++ API to Export XPS to MHTML | products.aspos...

    Convert XPS to MHTML within C++ applications....page archive format used to save web pages for offline viewing...Convert XPS to DOC by using Save member function Load DOC file...

    products.aspose.com/total/cpp/conversion/xps-to...
  2. XImage - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform.... void save ( OutputStream stream) Saves image data into...into stream as JPEG image. void save ( OutputStream stream, float...

    reference.aspose.com/pdf/java/com.aspose.pdf/XI...
  3. C++ API to Convert MHTML to ODP | products.aspo...

    Convert MHTML to ODP via C++ without using Microsoft Word or Adobe Acrobat Reader...page archive format used to save web pages in a single file....Convert MHTML to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/mhtml-...
  4. Quick Start in Python|Aspose.Words for Java

    Python: Quick Start Aspose.Words for Java....Python Load And Save To Disk in Python Load And Save To Stream in...

    docs.aspose.com/words/java/quick-start-in-python/
  5. Remove Pages from PDF using Python for .NET | A...

    Remove pages from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the output PDF using the Save method. System...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/python-net/pages/remove/
  6. Unlock DOTX document via C++ | products.aspose.com

    C++ example code to unlock password protected DOTX file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....protection Save the result back in DOTX format with save() method...doc->Unprotect(); // Save the document doc->Save(u "unprotected.dotx"...

    products.aspose.com/words/cpp/unlock/dotx/
  7. Java API to Export CGM to DOT | products.aspose...

    Convert CGM to DOT using on premise Java API...Convert CGM to DOC by using save method Load DOC file by using...Aspose.Words Save the document to DOT format using save method and...

    products.aspose.com/total/java/conversion/cgm-t...
  8. Creating and Saving Outlook MSG files using C++...

    C++ Email Parser API supports creating Outlook message MSG files with attachments, RTF body, and Save message in draft status....Creating and Saving Outlook MSG files using C++ Email API Contents...Contents [ Hide ] Creating and Saving MSG Files Aspose.Email supports...

    docs.aspose.com/email/cpp/creating-and-saving-m...
  9. Remove Pages from PDF using C++ | Aspose.PDF

    Remove pages from PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. System...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/cpp/pages/remove/
  10. 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/