Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 380,291 for

save

(3.49 sec)
  1. Export EML to OTT via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/eml-to...
  2. Export EML to DOCM via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/eml-to...
  3. Export OFT to MD via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/oft-to...
  4. Export MSG to DOTX via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/msg-to...
  5. Remove Watermark from PDF using Python | Aspose...

    Remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save PDF file Delete Watermark from...artifacts [ 1 ]) # save result pdf to file document . save ( path_outfile...

    products.aspose.com/pdf/python-net/watermark/re...
  6. FontInfoCollection.save_subset_fonts property |...

    FontInfoCollection.Save_subset_fonts property. Specifies whether or not to Save a subset of the embedded TrueType fonts with the document...save_subset_fonts property FontInfoCollection.save_subset_fonts...Specifies whether or not to save a subset of the embedded TrueType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Add Attachment|Aspose.PDF for Python via .NET

    This example binds an input PDF, attaches an external file to the first page, and Saves the modified PDF with the embedded attachment.... Save the updated Document. import..." , ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-attachment/
  8. Replace Text Regex|Aspose.PDF for Python via .NET

    In this example, all four-digit numbers in the document are replaced with the placeholder "[NUMBER]". This is useful for masking sensitive data, normalizing content, or anonymizing documents.... Save the updated PDF document. import..."[NUMBER]" ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/replace-text-regex/
  9. Add PDF Pages in Python|Aspose.PDF for Python v...

    Learn how to add or insert pages into PDF documents in Python.... Save the modified Document to the...pages . insert ( 2 ) document . save ( output_file_name ) Add an...

    docs.aspose.com/pdf/python-net/add-pages/
  10. DocumentPartSavingArgs.DocumentPartStream | Asp...

    Discover how the DocumentPartStream property in DocumentPartSavingArgs lets you easily specify where to Save your document parts for seamless management....where the document part will be saved to. public Stream DocumentPartStream...This property allows you to save document parts to streams instead...

    reference.aspose.com/words/net/aspose.words.sav...