Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 375,752 for

save

(0.23 sec)
  1. DocumentSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.DocumentSavingArgs class, essential for handling document saving events efficiently in your applications.... To learn more, visit the Save a Document documentation article...to manage a document while saving to html. public void ProgressCallback...

    reference.aspose.com/words/net/aspose.words.sav...
  2. HtmlSaveOptions.htmlVersion property | Aspose.W...

    HtmlSaveOptions.htmlVersion property. Specifies version of HTML standard that should be used when saving the document to HTML or MHTML...standard that should be used when saving the document to HTML or MHTML...Words . Saving . HtmlVersion Examples Shows how to save a document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FontSavingArgs.font_file_name property | Aspose...

    FontSavingArgs.font_file_name property. Gets or sets the file name (without path) where the font will be Saved to....path) where the font will be saved to. @property def font_file_name...the value of this property to save the font into a different file...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Փոխարկել DOC RTF C++

    Փոխարկեք DOC ը RTF ձևաչափի C++ կոդով: Պահեք DOC որպես RTF օգտագործելով C++:...ելքային ֆայլի ուղին և օգտագործեք Save() մեթոդը՝ արդյունքը որպես RTF...<Document>( u"Input.doc" ); doc-> Save ( u"Output.rtf" ); using namespace...

    products.aspose.com/words/hy/cpp/conversion/doc...
  5. Փոխարկել WORD XPS C++

    Փոխարկեք WORD ը XPS ձևաչափի C++ կոդով: Պահեք WORD որպես XPS օգտագործելով C++:...ելքային ֆայլի ուղին և օգտագործեք Save() մեթոդը՝ արդյունքը որպես XPS...<Document>( u"Input.docx" ); doc-> Save ( u"Output.xps" ); using namespace...

    products.aspose.com/words/hy/cpp/conversion/wor...
  6. 使用Python.NET在PDF中嵌入附件|Documentation

    学习如何使用 Aspose.Cells for Python 将 Ole 对象附件嵌入到 PDF 文件中 via .NET。... pdf_save_options = PdfSaveOptions () pdf_save_options ....True # Save the pdf file with PdfSaveOptions wb . save ( "output...

    docs.aspose.com/cells/zh/python-net/embed-attac...
  7. Converting a HTML file to EPUB using Python | A...

    Sample code on Python for HTML to EPUB conversion. Use example code for batch HTML to EPUB conversion with Python and .NET...will be used to generate and save the output PDF files. Create...library to specify settings for saving the converted document in EPUB...

    products.aspose.com/pdf/python-net/conversion/h...
  8. Merge SVG files using javascript-cpp | Aspose.PDF

    Merge SVG files programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++...merging them in advance can save time and effort. Instead of...second document to the first. Save concatenated output file JavaScript...

    products.aspose.com/pdf/javascript-cpp/merger/svg/
  9. Adding Page Number to PDF with Rust|Aspose.PDF ...

    This article demonstrates how to add page numbers to an existing PDF document using Aspose.PDF for Rust via C++....numbering to every page, and saves the modified document under...numbers, the updated document is saved as a new PDF file. Open the...

    docs.aspose.com/pdf/rust-cpp/add-page-number/
  10. Plot Area Parameters in Aspose.Cells Charts|Doc...

    Detailed description of the PlotArea properties IsAutomaticSize, IsInnerMode, and the ratio parameters (XRatioToChart, YRatioToChart, WidthRatioToChart, HeightRatioToChart, InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart, InnerHeightRatioToChart) in Aspose.Cells for .NET....9 ; // Save workbook workbook . Save ( filePath ); //...InnerHeightRatioToCh = 0.9 ; loadedWorkbook . Save ( path + "XRatioToChartDemo_inner...

    docs.aspose.com/cells/net/plot-area-parameters/