Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 367,899 for

save

(0.12 sec)
  1. Export OFT to PCL via C++ | products.aspose.com

    C++ API to Convert OFT to PCL without using Microsoft Word or Outlook...Convert OFT to HTML by using Save member function Load HTML by...Document class Save the document to PCL format using Save method and...

    products.aspose.com/total/cpp/conversion/oft-to...
  2. Export OFT to PNG via C++ | products.aspose.com

    C++ API to Convert OFT to PNG without using Microsoft Word or Outlook...Convert OFT to HTML by using Save member function Load HTML by...Document class Save the document to PNG format using Save method and...

    products.aspose.com/total/cpp/conversion/oft-to...
  3. Convert PDF to PowerPoint in Python|Aspose.PDF ...

    Learn how to easily convert PDFs to PowerPoint presentations using Aspose.PDF for Python via .NET. Step-by-step guide for seamless PDF to PPTX transformation....as a second argument to the save() . The following code snippet...PptxSaveOptions class. Call the document.save() method. from os import path...

    docs.aspose.com/pdf/python-net/convert-pdf-to-p...
  4. FontSavingArgs.fontFileName property | Aspose.W...

    FontSavingArgs.fontFileName property. Gets or sets the file name (without path) where the font will be Saved to....path) where the font will be saved to. get fontFileName () : string...the value of this property to save the font into a different file...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert XLTX to POT via PHP or with free Online...

    PHP API to Convert XLTX to POT or Online App without using Microsoft Excel or Powerpoint. Test free XLTX to POT online converter quickly before integrating the code....the PDF save options using PdfSaveOptions object Save the XLTX...XLTX file into PDF using save method Use Presentation class to laod...

    products.aspose.com/total/php-java/conversion/x...
  6. Export EML to RTF via C++ | products.aspose.com

    C++ API to Convert EML to RTF without using Microsoft Word or Outlook...Convert EML to HTML by using Save member function Load HTML by...Document class Save the document to RTF format using Save method and...

    products.aspose.com/total/cpp/conversion/eml-to...
  7. Convert EXCEL to DOCM using Python or with free...

    EXCEL to DOCM conversion in your Python applications without using Microsoft Office or online. Test free EXCEL to DOCM online converter quickly before integrating the code....NET API is used to save the created HTML into desired...provides the flexibility to save the document in different formats...

    products.aspose.com/total/python-net/conversion...
  8. Convert XLSM to WORD using Python or with free ...

    XLSM to WORD conversion in your Python applications without using Microsoft Office or online. Test free XLSM to WORD online converter quickly before integrating the code....NET, save the created HTML into desired...also provides the feature to save HTML into Word document. By...

    products.aspose.com/total/python-net/conversion...
  9. HtmlFixedSaveOptions.remove_java_script_from_li...

    HtmlFixedSaveOptions.remove_java_script_from_links property. Specifies whether JavaScript will be removed from links...docx' ) save_options = aw . saving . HtmlFixedSaveOptions...HtmlFixedSaveOptions () save_options . remove_java_script_from_links = True...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++...."1234" ); // Save the encrypted Excel file workbook . Save ( outputFilePath...cout << "File encrypted and saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/encrypting-excel-files/