Sort Score
Result 10 results
Languages All
Labels All
Results 6,111 - 6,120 of 568,875 for

save

(0.14 sec)
  1. XamlFlowSaveOptions - Aspose.Words for Java - A...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....specify additional options when saving a document into the SaveFormat...document's "Save" method // to modify how we save the document...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Create PowerPoint Presentation using C#

    We'll walk you through the steps in C# for how to create PowerPoint presentation using C#. By using a few lines of easy code in C# PPT presentation can be generated....and set its textual properties Save the presentation as PPTX on...on the disk using the Save method The above steps in C# create...

    kb.aspose.com/slides/net/how-to-create-powerpoi...
  3. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。... save ( docs_base . artifacts_dir...Italic" ) builder . document . save ( docs_base . artifacts_dir...

    docs.aspose.com/words/zh/python-net/translate-m...
  4. C++ API to Convert CGM to XAML | products.aspos...

    Convert CGM to XAML via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert CGM to PPTX by using Save method function Load PPTX document...reference Save the document to XAML format using Save member function...

    products.aspose.com/total/cpp/conversion/cgm-to...
  5. Aspose::Words::FileFormatInfo::get_LoadFormat m...

    Aspose::Words::FileFormatInfo::get_LoadFormat method. Gets the detected document format in C++....a password when we save it, and then save the document. auto...set_Password ( u "MyPassword" ); doc -> Save ( ArtifactsDir + u "File.DetectDocumentEncryp...

    reference.aspose.com/words/cpp/aspose.words/fil...
  6. Aspose::Words::Saving::CssSavingArgs::get_CssSt...

    Aspose::Words::Saving::CssSavingArgs::get_CssStream method. Allows to specify the stream where the CSS information will be Saved to in C++....Aspose::Words::Saving::CssSavingArgs::get_CssStream method Contents...the CSS information will be saved to. System :: SharedPtr < System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. CompressionLevel Enum | Aspose.Words for .NET

    Aspose.Words.Saving.CompressionLevel enum. Compression level for OOXML files in C#....compression level to use while saving an OOXML document. Document...document.docx" ); // When we save the document to an OOXML format...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Upgrading from Aspose.Cells 8.6 to Aspose.Cells...

    Hi, We are using this code to Save XLSX file, in works well with Aspose.Cells 8.6 : SaveOptions = new XlsSaveOptions(SaveFormat.Xlsx) { CachedFileFolder = Path.GetTempPath(), ClearData = true }; workbook.Save(f…...Hi, We are using this code to save XLSX file, in works well with...workbook.Save(filename, saveOptions); But with 24.1 it saves a XLS...

    forum.aspose.com/t/upgrading-from-aspose-cells-...
  9. Converting Presentation to TIFF in PHP|Aspose.S...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pptx"); \# Saving the PPTX presentation to Tiff format $save_format...SaveFormat(); $pres->save($dataDir . "Aspose.tiff", $save_format->Tiff);...

    docs.aspose.com/slides/java/converting-presenta...
  10. PageSet class | Aspose.Words for Python

    aspose.words.saving.PageSet class. Describes a random set of pages...can pass to the document's "Save" method # to modify the way...into an image. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...