Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 568,892 for

save

(0.2 sec)
  1. Export XML to POT in Android | products.aspose.com

    Android API to Convert XML to POT without using Microsoft Word...Convert XML to PPTX by using save method Load PPTX document by...Presentation class Save the document to POT format using save method and...

    products.aspose.com/total/android-java/conversi...
  2. FontFallbackSettings.h - Aspose.Words for C++ -...

    FontFallbackSettings.h 1 // Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved. 3 // 4 // This file is part of A......ASPOSE_WORDS_SHARED_API void Save ( const System::SharedPtr<System::IO::Stream>...ASPOSE_WORDS_SHARED_API void Save ( const System::String & fileName);...

    reference.aspose.com/words/cpp/_font_fallback_s...
  3. TypeToolLineInfo - Aspose.PSD for Java - API Re...

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop.... void save ( StreamContainer streamContainer...streamContainer, int psdVersion) Saves the TypeToolLineInfo information...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  4. Remove Pages from PDF using Python for .NET | A...

    Remove pages from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the output PDF using the Save method. System...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/python-net/pages/remove/
  5. Aspose::BarCode::Generation::BarcodeGenerator C...

    Public Member Functions | Static Public Member Functions | List of all members Aspose::BarCode::Generation::BarcodeGe...... void Save ( System::SharedPtr < System::IO::Stream... BarCodeImageFormat format) Save barcode image to stream in specific...

    reference.aspose.com/barcode/cpp/class/aspose.b...
  6. Aspose::BarCode::Generation::BarcodeGenerator C...

    Public Member Functions | Static Public Member Functions | List of all members Aspose::BarCode::Generation::BarcodeGe...... void Save ( System::SharedPtr < System::IO::Stream... BarCodeImageFormat format) Save barcode image to stream in specific...

    reference.aspose.com/barcode/cpp/class/aspose.b...
  7. Unlock DOTX document via C++ | products.aspose.com

    C++ example code to unlock password protected DOTX file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....protection Save the result back in DOTX format with save() method...doc->Unprotect(); // Save the document doc->Save(u "unprotected.dotx"...

    products.aspose.com/words/cpp/unlock/dotx/
  8. XImage - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform.... void save ( OutputStream stream) Saves image data into...into stream as JPEG image. void save ( OutputStream stream, float...

    reference.aspose.com/pdf/java/com.aspose.pdf/XI...
  9. Remove Pages from PDF using C++ | Aspose.PDF

    Remove pages from PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. System...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/cpp/pages/remove/
  10. Add PDF Form Fields|Aspose.PDF for Java

    This topic explains how to work with Form Fields with java/com.aspose.pdf.facades using FormEditor Class....String-int- ) and finally use Save method to save the updated PDF file...( "Country" , 20 ); editor . save ( _dataDir + "Sample-Form-01-mod...

    docs.aspose.com/pdf/java/add-form-fields/