Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 369,791 for

save

(0.11 sec)
  1. TxtSaveOptionsBase.paragraphBreak property | As...

    TxtSaveOptionsBase.paragraphBreak property. Specifies the string to use as a paragraph break when exporting in text formats.... Examples Shows how to save a .txt document with a custom...document's "Save" method // to modify how we save the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Encrypt and Decrypt PDF|Aspose.PDF for Python v...

    Encrypt and Decrypt PDF File with Python via C++ application....encrypt’ method Save the encrypted document to the...specified output file with ‘document.save’ method. import AsposePDFPythonWrapp...

    docs.aspose.com/pdf/python-cpp/set-privileges-e...
  3. TxtSaveOptionsBase.encoding property | Aspose.W...

    TxtSaveOptionsBase.encoding property. Specifies the encoding to use when exporting in text formats...document's "Save" method // to modify how we save the document...let txtSaveOptions = new aw . Saving . TxtSaveOptions (); // Verify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Add Pages to PDF using Rust | Aspose.PDF

    Add PDF pages to your document programmatically with Rust sample code using Aspose.PDF for Rust via C++... Save the output PDF using the Save method. Insert...; // Save the previously opened PDF-document pdf . save () ?...

    products.aspose.com/pdf/rust-cpp/pages/add/
  5. Render Presentations with Fallback Fonts in Jav...

    Render presentations with fallback fonts in Aspose.Slides for Java – keep text consistent across PPT, PPTX and ODP with step-by-step Java code samples....save method we can save presentation in the...the same format, or save it in another one. After fallback font...

    docs.aspose.com/slides/java/render-presentation...
  6. Render Presentations with Fallback Fonts on And...

    Render presentations with fallback fonts in Aspose.Slides for Android – keep text consistent across PPT, PPTX and ODP with step-by-step Java code samples....save method we can save presentation in the...the same format, or save it in another one. After fallback font...

    docs.aspose.com/slides/androidjava/render-prese...
  7. Shape.image_data property | Aspose.Words for Py...

    Shape.image_data property. Provides access to the image of the shape...images from a document, and save them to the local file system...shapes from the document, # and save the image data of every shape...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Render Presentations with Fallback Fonts in PHP...

    Render presentations with fallback fonts in Aspose.Slides for PHP via Java – keep text consistent across PPT, PPTX and ODP with step-by-step code samples....save method we can save presentation in the...the same format, or save it in another one. After fallback font...

    docs.aspose.com/slides/php-java/render-presenta...
  9. Replace Image in Existing PDF File uisng C++|As...

    This section describes about replace image in existing PDF file using ++ library....particular image, save the updated PDF file using Save method of the...jpg" )); // Save updated PDF file document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/replace-image-in-existi...
  10. Add, Move or Delete pages in PDF using C++ | As...

    Manipulate PDF pages of your document programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. Add New...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/