Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 375,724 for

save

(1.38 sec)
  1. How to Create Mapi Contact using Java

    In this example, we will learn how to create Mapi Contact using Java by following the well defined steps and using the example code. One can easily add Mapi Contact in Java with the help of very simple API calls....user image for added contact Save the contact information as an...an MSG file on the disk Save the contact information as a VCF...

    kb.aspose.com/email/java/how-to-create-mapicont...
  2. Keep Separators for Blank Rows while exporting ...

    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....getKeepSeparatorsFor() property to true and saves it as output.csv . The screenshot...); // Instantiate text file save options const options = new...

    docs.aspose.com/cells/nodejs-cpp/keep-separator...
  3. Creating an Outlook Contact|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.... Saving the object. Office Automation...contact in VCard format and saves it to disc using Office Automation...

    docs.aspose.com/email/java/creating-an-outlook-...
  4. Convert PDF to EMLX in Python | products.aspose...

    Save PDF to EMLX within Python applications without using Microsoft Word or Outlook...NET and saving it into EMLX format. This makes...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  5. Hello, World!|Simple example how to use Aspose....

    Create, edit and Save your first document in any supported format using Aspose.Words for .NET to experience its simplicity and power in C#....the and of the document “B” Save the output as PDF The following...Q: Which file formats can I save the document to directly from...

    docs.aspose.com/words/net/hello-world/
  6. 使用 C++ 以标准或最小尺寸保存 Excel 为 PDF|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件保存为标准或最小尺寸的 PDF。...inputFilePath ); // Create PDF save options PdfSaveOptions opts...PdfOptimizationType :: MinimumSize ); // Save the workbook to PDF with the...

    docs.aspose.com/cells/zh/cpp/save-excel-into-pd...
  7. Convert KML to CSV using C#

    This tutorial explains the conversion of KML to CSV using C#. It has the IDE settings, a list of steps, and a sample code for developing a KML to CSV converter using C#.... You will learn to save feature attributes and geometry...object from the KML feature and save it in the CSV layer These steps...

    kb.aspose.com/gis/net/convert-kml-to-csv-using-...
  8. Unlock PDF using Python | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... Unlock PDF and save time. For example, if you often...Call Document.Decrypt Method. Save the PDF file. The provided Python...

    products.aspose.com/pdf/python-net/decrypt/
  9. Extract Text From Word Document in Java

    One can extract Text from Word document in Java by referring to this simple article. It includes the required steps to set up the development environment, step-wise program workflow, and a running example code to to convert Word to TXT in Java....required output TXT file properties Save the loaded DOCX file as TXT...TXT file on the disk using the save method These precise steps in...

    kb.aspose.com/words/java/extract-text-from-word...
  10. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python via C++....the first page of the document Save the document as a PDF file Add...textStamp ) # Save output document document . save ( "sample_stamp...

    products.aspose.com/pdf/python-cpp/stamps/text/