Sort Score
Result 10 results
Languages All
Labels All
Results 9,561 - 9,570 of 377,473 for

save

(0.14 sec)
  1. Convert MSG to OFT via C++ application | produc...

    Sample C++ conversion code for MSG document to OFT format. Use example code for batch MSG to OFT conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. OFT file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/msg-to...
  2. Convert EMLX to OFT via C++ application | produ...

    Sample C++ conversion code for EMLX document to OFT format. Use example code for batch EMLX to OFT conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. OFT file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/emlx-t...
  3. Convert HTML to MBOX via C++ application | prod...

    Sample C++ conversion code for HTML document to MBOX format. Use example code for batch HTML to MBOX conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. MBOX file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/html-t...
  4. Convert HTML to EMLX via C++ application | prod...

    Sample C++ conversion code for HTML document to EMLX format. Use example code for batch HTML to EMLX conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. EMLX file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/html-t...
  5. Apply Custom Style Sheet to a Visio Diagram in ...

    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....$custom_stylesheet ); } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "ApplyCustomStyleShee...

    docs.aspose.com/diagram/java/apply-custom-style...
  6. PDF Header Insertion Using C++ | Aspose.PDF

    Sample C++ code for using Aspose.PDF to work with headers from PDF via C++.... Save the PDF file. Add a Header to...AddStamp ( textStamp ); document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/header/
  7. Story.first_paragraph property | Aspose.Words f...

    Story.first_paragraph property. Gets the first paragraph in the story.... save ( file_name = ARTIFACTS_DIR...append_child ( text_box ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Adding a Watermark to an Image|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.... We will save the image to PNG format using...Graphics class DrawString method. Save image to PNG. The following...

    docs.aspose.com/psd/java/adding-a-watermark-to-...
  9. DocumentSavingArgs class | Aspose.Words for Python

    aspose.words.saving.DocumentSavingArgs class. An argument passed into [IDocumentSavingCallback.notify()](../idocumentsavingcallback/notify/#documentsavingargs)... To learn more, visit the Save a Document documentation article...See Also module aspose.words.saving DocumentPartSavingAr class...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to unlock PDF | Aspose.PDF

    Do you know how easily unlock PDF documents using Python? Unlock PDF files with high quality using Python PDF library.... Save the PDF file. This sample code..."Decrypt_out.pdf" # Save updated PDF document . Save ( dataDir ) Get...

    products.aspose.com/pdf/tutorial/unlock-pdf/