Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 582,921 for

save

(0.16 sec)
  1. Aspose::Words::Saving::OoxmlSaveOptions::get_Sa...

    Aspose::Words::Saving::OoxmlSaveOptions::get_SaveFormat method. Specifies the format in which the document will be Saved if this Save options object is used. Can be Docx, Docm, Dotx, Dotm or FlatOpc in C++....Aspose::Words::Saving::OoxmlSaveOptions::get_SaveFormat method...the document will be saved if this save options object is used...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. FileFormatInfo.is_encrypted property | Aspose.W...

    FileFormatInfo.is_encrypted property. Returns ``True`` if the document is encrypted and requires a password to open....password when we save it, and then save the document. save_options =...= aw . saving . OdtSaveOptions ( save_format = aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Saving::TxtSaveOptions::get_List...

    Aspose::Words::Saving::TxtSaveOptions::get_ListIndentation method. Gets a TxtListIndentation object that specifies how many and which character to use for indentation of list levels. By default it is zero count of character '\0', that means no indentation in C++....Aspose::Words::Saving::TxtSaveOptions::get_ListIndentation method...SharedPtr < Aspose :: Words :: Saving :: TxtListIndentation > Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Merger.merge_stream method | Aspose.Words for P...

    aspose.words.lowcode.Merger.merge_stream method...merge_stream(output_stream, input_streams, save_format) Merges the given input...input_streams : List [ io . BytesIO ], save_format : aspose . words . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ResizeType | Aspose.PSD for .NET API Reference

    ResizeType ResizeType enumeration Specifies the resize type. public enum ResizeType Values Name Value Description Non...... Save ( destName , new PsdOptions...ResizeType . Bell ); image . Save ( destName , new PsdOptions...

    reference.aspose.com/psd/net/aspose.psd/resizet...
  6. Presentation Viewer|Aspose.Slides Documentation

    PowerPoint PPT Viewer in Java... Save the memory stream to file. //...Generate SVG image of slide and save in memory stream sld . writeAsSvg...

    docs.aspose.com/slides/java/presentation-viewer/
  7. Aspose::Words::FileFormatUtil::ImageTypeToExten...

    Aspose::Words::FileFormatUtil::ImageTypeToExtension method. Converts an Aspose.Words image type enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....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/cpp/aspose.words/fil...
  8. Working with Text | C++ API Solution

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...font information Save the file using the Save method of XPSDocument...textFill ); 9 // Save resultant XPS document 10 doc -> Save ( outDir...

    docs.aspose.com/page/cpp/xps/working-with-text/
  9. Working with XFA Forms|Aspose.PDF for .NET

    Aspose.PDF for .NET API lets you work with XFA and XFA Acroform fields in a PDF document. The Aspose.Pdf.Facades...."Field 1" ; // Save the updated document document . Save ( dataDir...Standard ; // Save the resultant PDF document . Save ( dataDir +...

    docs.aspose.com/pdf/net/xfa-forms/
  10. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....the Document object’s Save method and save the output PDF file...textFragment ); // Save resulting PDF document. document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/