Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 368,314 for

save

(0.13 sec)
  1. BuiltInDocumentProperties.thumbnail property | ...

    BuiltInDocumentProperties.thumbnail property. Gets or sets the thumbnail of the document....thumbnail to a document that we save as an Epub. let doc = new aw...( "Hello world!" ); // If we save a document, whose "Thumbnail"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentPartSavingArgs.Document | Aspose.Words ...

    Discover the DocumentPartSavingArgs property to access and manage the document object during the saving process, enhancing your workflow efficiency....document object that is being saved. public Document Document {...split a document into parts and save them. public void DocumentPartsFileNam...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Delete PDF Pages with Rust via C++|Aspose.PDF f...

    You can delete pages from your PDF file using Aspose.PDF for Rust via C++....specifically for removing pages, saving the modified document, and...page_delete function. Saving the Document using save method. use asposepdf...

    docs.aspose.com/pdf/rust-cpp/delete-pages/
  4. Convert WORD To EPUB C++

    Convert a Word document to EPUB format in C++ code. Save a Word document as EPUB using C++.... Save Word as EPUB in C++ The following...output file and use the Save() method to save the result as EPUB....

    products.aspose.com/words/cpp/conversion/word-t...
  5. Convert WORD To TXT C++

    Convert a Word document to TXT format in C++ code. Save a Word document as TXT using C++.... Save Word as TXT in C++ The following...output file and use the Save() method to save the result as TXT. The...

    products.aspose.com/words/cpp/conversion/word-t...
  6. Convert DOC To DOCX C++

    Convert DOC to DOCX format in C++ code. Save DOC as DOCX using C++.... Save DOC as DOCX in C++ The following...output file and use the Save() method to save the result as DOCX....

    products.aspose.com/words/cpp/conversion/doc-to...
  7. Convert TEXT To WORD C++

    Convert TEXT to WORD format in C++ code. Save TEXT as WORD using C++.... Save text as Word in C++ The following...output file and use the Save() method to save the result as Word....

    products.aspose.com/words/cpp/conversion/text-t...
  8. Convert DOC To EPUB C++

    Convert DOC to EPUB format in C++ code. Save DOC as EPUB using C++.... Save DOC as EPUB in C++ The following...output file and use the Save() method to save the result as EPUB....

    products.aspose.com/words/cpp/conversion/doc-to...
  9. OoxmlSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Docx](../../aspose.words/Saveformat/#Docx), [SaveFormat.Docm](../../aspose.words/Saveformat/#Docm), [SaveFormat.Dotx](../../aspose.words/Saveformat/#Dotx), [SaveFormat.Dotm](../../aspose.words/Saveformat/#Dotm) or [SaveFormat.FlatOpc](../../aspose.words/Saveformat/#FlatOpc) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Manage Text Boxes in Presentations with Python|...

    Aspose.Slides for Python via .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation.... Save the presentation as a PPTX file...TextBox" # Save the presentation to disk. presentation . save ( "TextBox...

    docs.aspose.com/slides/python-net/manage-textbox/