Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 346,128 for

save

(0.35 sec)
  1. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format....specification will be used when saving in the DOCX format. Members...compliance specification for a saved document to adhere to. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Extracting Messages from Outlook PST and Saving...

    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....Messages from Outlook PST and Saving them to MSG in Aspose.Email...MailItem ; Console . WriteLine ( "Saving message {0} ...." , mailItem...

    docs.aspose.com/email/net/extracting-messages-f...
  3. XlsxSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the XlsxSaveOptions SaveFormat property to effortlessly Save documents in Xlsx format, ensuring compatibility and quality for your files....the document will be saved if this save options object is used...= SaveFormat . Xlsx ; doc . Save ( ArtifactsDir + "XlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. How to Transform Markdown to PDF in Python

    This article provides information on how to transform Markdown to PDF in Python. It has the IDE settings, a set of tasks for writing the application, and a runnable sample code to export Markdown to PDF in Python....customize the output PDF before saving it on the disk or to a stream...the aspose.words.saving namespace Call the save() method by providing...

    kb.aspose.com/words/python/how-to-transform-mar...
  5. Translate Markdown to DOM|Aspose.Words for Pyth...

    Tarnslate a Markdown document to Document Object Model and back using Python. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....reverse transformation – to save the document back to Markdown...Bold" ) builder . document . save ( docs_base . artifacts_dir...

    docs.aspose.com/words/python-net/translate-mark...
  6. Shape Manipulations|Aspose.Slides for PHP Docum...

    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.... Save the modified presentation as...the PPTX file to disk $pres -> save ( "CloneShape_out.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/shape-manipulat...
  7. Convert PDF to DOC or DOCX format in PHP|Aspose...

    Learn how to convert PDF documents into DOC or DOCX formats in PHP using Aspose.PDF for easier document editing....pdf' ); # Save the concatenated output file...(the target document) $pdf -> save ( $dataDir . "output.doc" );...

    docs.aspose.com/pdf/java/convert-pdf-to-doc-or-...
  8. Converting Excel to PDF Files in PHP|Documentation

    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....); //Save the document in PDF format $workbook -> save ( $dataDir...

    docs.aspose.com/cells/java/converting-excel-to-...
  9. Add Text to PDF using Rust|Aspose.PDF for Rust ...

    Learn how to add text to a PDF document in Rust using Aspose.PDF for content enhancement and document editing.... Saves the modifications to the same...; // Save the previously opened PDF-document pdf . save () ?...

    docs.aspose.com/pdf/rust-cpp/add-text-to-pdf-file/
  10. Split PDF pages|Aspose.PDF for .NET

    This section explains how to split PDF pages with Aspose.PDF Facades using PdfFileEditor class....loop through this array and save the individual sets of pages..."MultiplePages.pdf" , numberOfPages ); // Save individual files foreach ( var...

    docs.aspose.com/pdf/net/split-pdf-pages/