Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 367,994 for

save

(0.13 sec)
  1. CssSavingArgs class | Aspose.Words for Node.js

    Aspose.Words.Saving.CssSavingArgs class. Provides data for the [ICssSavingCallback.cssSaving()](../icsssavingcallback/cssSaving/#csssavingargs) event... To learn more, visit the Save a Document documentation article...Aspose.Words saves a document to HTML, it saves CSS information...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.DocSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Doc](../../aspose.words/Saveformat/#Doc) or [SaveFormat.Dot](../../aspose.words/Saveformat/#Dot) 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...
  3. Changing the Layout of Pivot Table with C++|Doc...

    Learn how to change the layout of a Pivot Table in Compact, Outline, and Tabular forms using Aspose.Cells for C++....CalculateData (); // Save the output workbook . Save ( outDir + u "CompactForm_out...CalculateData (); // Save the output workbook . Save ( outDir + u "OutlineForm_out...

    docs.aspose.com/cells/cpp/changing-the-layout-o...
  4. SaveOptions.memoryOptimization property | Aspos...

    SaveOptions.memoryOptimization property. Gets or sets value determining if memory optimization should be performed before saving the document...should be performed before saving the document. Default value...while saving large documents at the cost of slower saving time...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Saving::OoxmlSaveOptions::OoxmlS...

    Aspose::Words::Saving::OoxmlSaveOptions::OoxmlSaveOptions constructor. Initializes a new instance of this class that can be used to Save a document in the Docx format in C++....Aspose::Words::Saving::OoxmlSaveOptions::OoxmlSaveOptions constructor...this class that can be used to save a document in the Docx format...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. HtmlSaveOptions.exportImagesAsBase64 property |...

    HtmlSaveOptions.exportImagesAsBase64 property. Specifies whether images are Saved in Base64 format to the output HTML, MHTML or EPUB...Specifies whether images are saved in Base64 format to the output...created. Examples Shows how to save a .html document with images...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfDigitalSignatureDetails.reason property | As...

    PdfDigitalSignatureDetails.reason property. Gets or sets the reason for the signing....can pass to the document's "Save" method // to modify how that...PDF. let options = new aw . Saving . PdfSaveOptions (); // Configure...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. RtfSaveOptions.exportImagesForOldReaders proper...

    RtfSaveOptions.exportImagesForOldReaders property. Specifies whether the keywords for old readers are written to RTF or not... Examples Shows how to save a document to .rtf with custom...the document's "Save" method to modify how we save it to an RTF...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PsSaveOptions.UseBookFoldPrintingSettings | Asp...

    Discover the PsSaveOptions UseBookFoldPrintingSettings property to easily Save documents in a booklet layout for enhanced printing efficiency....whether the document should be saved using a booklet printing layout...specified, PageSet is ignored when saving. This behavior matches MS Word...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Create a Document in Python – Create or Load HT...

    Learn how to load HTML from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents using Aspose.HTML for Python via .NET....NET Create, Edit, and Save HTML Create a Document Live...create an empty HTML document and save it to a file. Copy 1 # Create...

    docs.aspose.com/html/python-net/create-a-document/