Sort Score
Result 10 results
Languages All
Labels All
Results 8,981 - 8,990 of 375,729 for

save

(0.21 sec)
  1. HtmlSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlSaveOptions to enhance document saving in HTML, MHTML, EPUB, AZW3, and MOBI formats with customizable options....specify additional options when saving a document into the Html, Mhtml...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Managing Message Files with Aspose.Email.Outloo...

    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....as an additional option when saving MailMessage to Mhtml format...headers for the MHT file before saving it. MapiMessage msg = new MapiMessage...

    docs.aspose.com/email/java/managing-message-fil...
  3. Working with Messages from IMAP Server|Document...

    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....Fetch Messages from Server and Save to disc The ImapClient class...messages from an IMAP server and save the messages in EML format to...

    docs.aspose.com/email/python-net/working-with-m...
  4. System.MissingMethodException in Aspose.pdf - n...

    Was able to narrow this down to a small block of code: Using oFS As New IO.FileStream(path:=sPageImage, mode:=IO.FileMode.Create) oPage.Resources.Images.Item(1).Save(stream:=oFS, …...Save(stream:=oFS, format:=Drawing...found: Void Aspose.Pdf.XImage.Save(System.IO.Stream, System.Drawing...

    forum.aspose.com/t/system-missingmethodexceptio...
  5. Convert MD to VCF in Python | products.aspose.com

    Save MD to VCF within Python applications without using Microsoft Word or Outlook...NET and save it into VCF format. This process...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  6. Convert MBOX to DOCM in Python | products.aspos...

    Save MBOX to DOCM in your Python applications without using Microsoft Outlook or Word...NET and save it into respective Word DOCM...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  7. Convert BMP to EML in Python | products.aspose.com

    Save BMP to EML within Python applications without using Microsoft Word or Outlook...NET and save it into EML format. The Aspose...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  8. Aspose.Cells 16.12.0 中的公共 API 更改|Documentation

    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....Mediu ); //Save the output excel file wb -> Save ( outputPath...charValue ()); //Save the output excel file wb -> Save ( outputPath...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  9. How to Export Excel to Word in Python

    This brief article guides on how to export Excel to Word in Python. It contains information about the environment configuration, the detailed steps to be followed and a runnable sample code converting Excel to Word in Python....not exist for saving the output Word file Save the Excel file...the Workbook.save() method using the custom save options The detailed...

    kb.aspose.com/cells/python/how-to-export-excel-...
  10. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++...."ABCD" ); // Save the output workbook workbook . Save ( u "CreateUnionRange_out...range created and workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/create-union-range/