Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 367,899 for

save

(0.11 sec)
  1. Manage Attachments in Email Message in Python|D...

    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....addAttachment ( attachment ) \ # Save message to disc messageFormat...self . MessageFormat message . save ( self . dataDir + "Add-Attachment...

    docs.aspose.com/email/java/manage-attachments-i...
  2. Redact PDF using C++ | Aspose.PDF

    Redact PDF documents programmatically with C++ sample code using Aspose.PDF for C++... Save PDF file. Redact PDF Files -...} // Save the resulting PDF document. pdfDocument -> Save ( u...

    products.aspose.com/pdf/cpp/redaction/
  3. Add Watermark to PDF using C++ | Aspose.PDF

    Add watermark to PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save PDF file Add Watermark to PDF...artifact ); // save result pdf to file doc -> Save ( u "add_watermark...

    products.aspose.com/pdf/cpp/watermark/add/
  4. Refresh Values of Linked Shapes|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....Cells when you save your workbook in XLS or XLSX...format. However, if you want to save your workbook in PDF or HTML...

    docs.aspose.com/cells/java/refresh-values-of-li...
  5. Convert JSON to Excel with C++|Documentation

    Learn how to convert JSON to an Excel file with Aspose.Cells using C++....json" ); // Save the file to xlsx format workbook . Save ( u "sample_out...xlsx" ); std :: cout << "File saved successfully in xlsx format...

    docs.aspose.com/cells/cpp/convert-json-to-excel/
  6. OleFormat.suggestedExtension property | Aspose....

    OleFormat.suggestedExtension property. Gets the file extension suggested for the current embedded object if you want to Save it into a file....embedded object if you want to save it into a file. get suggestedExtension...( false ); // If we plan on saving the OLE object to a file in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 从PDF中删除附件|Aspose.PDF for .NET

    Aspose.PDF可以从您的PDF文档中删除附件。使用C# PDF API通过Aspose.PDF库删除PDF文件中的附件。... 使用 Document 对象的 Save 方法保存更新后的文件。 以下代码片段演示了如何从PDF文档中删除附件。...Delete (); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/removing-attachment-...
  8. Protect PPTX Presentation Files using Python | ...

    Python source code to protect PPTX Presentation.... save( "encrypted-pres.pptx" , slides...set_write_protection( "123123" ) pres . save( "write-protected-pres.pptx"...

    products.aspose.com/slides/python-net/protect/p...
  9. Add Attachments to PDF using Java | Aspose.PDF

    Java source code to add Attachments in PDF file....the collection’s Add method Save the PDF file. Adding Attachment...fileSpecification ); // Save the updated document pdfDocument . save ( "output...

    products.aspose.com/pdf/java/attachments/add/
  10. Aspose::Words::Saving::ImageSavingArgs::get_Ima...

    Aspose::Words::Saving::ImageSavingArgs::get_ImageStream method. Allows to specify the stream where the image will be Saved to in C++....Aspose::Words::Saving::ImageSavingArgs::get_ImageStream method...stream where the image will be saved to. System :: SharedPtr < System...

    reference.aspose.com/words/cpp/aspose.words.sav...