Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 363,370 for

save

(0.11 sec)
  1. Autofit Setting to Tables in Jython|Aspose.Word...

    Autofit Setting to Tables using Jython....AUTO_FIT_TO_CONTENTS ) # Save the document to disk. doc . save ( self . dataDir...FIXED_COLUMN_WIDTHS ) # Save the document to disk. doc . save ( self . dataDir...

    docs.aspose.com/words/java/autofit-setting-to-t...
  2. Public API Changes in Aspose.3D 16.11.0|Documen...

    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....texture coordinate during load and save. //to make sure it's compatible...class. It defines settings on saving a glTF file. Embed Dependencies...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  3. RtfSaveOptions.saveFormat property | Aspose.Wor...

    RtfSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...SaveFormat Examples Shows how to save a document to .rtf with custom...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert Excel workbook to Ods, Sxc and Fods (Op...

    How to convert Excel to Ods (OpenOffice / LibreOffice Calc) or convert Ods (OpenOffice / LibreOffice Calc) to Excel with Aspose.Cells for JavaScript via C++....)); // Save as ODS const outputOdsData = workbook . save ( SaveFormat...; // Save as SXC const outputSxcData = workbook . save ( SaveFormat...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  5. PageSet.All | Aspose.Words for .NET

    Access all document pages in their original order with PageSet All property. Streamline your workflow and enhance document management effortlessly!...can pass to the document's "Save" method // to modify how that...pages from // our document to save in an output PDF document based...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Removing attachment from PDF using Python|Aspos...

    Aspose.PDF can remove attachments from your PDF documents. Use Python PDF API to remove attachments in PDF files using Aspose.PDF for Python via .NET library.... Save the updated file using the Document object’s save() method... delete () # Save updated file document . save ( output_pdf )...

    docs.aspose.com/pdf/python-net/removing-attachm...
  7. Convert PDF to Microsoft Word Documents in C++|...

    Aspose.PDF for C++ library allows you to convert PDF to Word format using C++ with ease and full control. These formats include DOC and DOCX. Learn more how to tune up PDF to Microsoft Word documents conversion....Doc lets you save the source file to Microsoft...with the source PDF document. Save it to SaveFormat::Doc format...

    docs.aspose.com/pdf/cpp/convert-pdf-to-word/
  8. Replacer class | Aspose.Words for Python

    aspose.words.lowcode.Replacer class. Provides methods intended to find and replace text in the document....replace(input_file_name, output_file_name, save_format, pattern, replacement)...input file, with the specified save format and additional options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to Convert OneNote to Image | Aspose.Note D...

    Learn how to convert your OneNote notes into images using various color modes....for Net Framework Loading, Saving and Converting Convert OneNote...Image Contents [ Hide Show ] Save OneNote to a grayscale image...

    docs.aspose.com/note/net/convert-onenote-to-ima...
  10. Convert HTML to PDF|Aspose.PDF for PHP via Java

    Learn how to easily convert HTML documents to PDF format using Aspose.PDF in PHP and Java....load HTML to Document class and save it as output PDF. Converting...object. Save output PDF document by calling Document.save(String)...

    docs.aspose.com/pdf/php-java/convert-html-to-pdf/