Sort Score
Result 10 results
Languages All
Labels All
Results 8,691 - 8,700 of 377,459 for

save

(0.36 sec)
  1. Reusing Style Objects|Documentation

    In Aspose.Cells for JavaScript via C++, you can simplify style management and improve code efficiency by creating and using reusable style objects. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....] Reusing style objects can save memory and make a program faster..." ; // Save to XLSX const outputData = workbook . save ( SaveFormat...

    docs.aspose.com/cells/javascript-cpp/reusing-st...
  2. SummarizeOptions.summary_length property | Aspo...

    SummarizeOptions.summary_length property. Allows to specify summary length... save ( file_name = ARTIFACTS_DIR...options ) multi_document_summary . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Resize PDF using PHP | Aspose.PDF

    Resize PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java.... Call the Document class Save(..) method to generate the PDF...842.4 ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/resize/
  4. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for .NET, providing flexibility in document modification...."hi world" ; // Save PDF document document . Save ( dataDir + "ManipulateTable_out...newTable ); // Save PDF document document . Save ( dataDir + "ReplaceTable_out...

    docs.aspose.com/pdf/net/manipulate-tables-in-ex...
  5. Work with Tables in Tagged PDFs in Python|Aspos...

    Learn how to work with accessible tables in tagged PDFs in Python with Aspose.PDF for Python via .NET, including structure, spans, alignment, and PDF/UA-friendly table markup.... Save the Tagged PDF. import aspose...summary_attribute ) # Save Tagged PDF Document document . save ( outfile...

    docs.aspose.com/pdf/python-net/working-with-tab...
  6. Convert OST to JPEG in Python | products.aspose...

    Save OST to JPEG in your Python applications without using Microsoft Outlook or Word...NET and save it into respective Word JPEG...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  7. Convert EMLX to PDF in Python | products.aspose...

    Save EMLX to PDF in your Python applications without using Microsoft Outlook or Word...NET and save it into respective Word PDF...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  8. Convert PST to BMP in Python | products.aspose.com

    Save PST to BMP in your Python applications without using Microsoft Outlook or Word...NET and save it into respective Word BMP...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  9. 组装电子表格|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....获得工作表的引用 对工作表进行操作 通过调用Workbook类的Save方法保存具有新工作表的新Excel文件 //Instantiating...Worksheet" ; //Saving the Excel file workbook . Save ( "Adding Worksheet...

    docs.aspose.com/cells/zh/net/assemble-spreadshe...
  10. 使用JavaScript通过C++在渲染Excel到PDF时忽略错误|Documentation

    学习在使用Aspose.Cells for Java脚本通过C++将Excel文件转换为PDF的过程中,如何忽略错误。...arrayBuffer )); // Specify Pdf Save Options - Ignore Error const...= true ; // Save the Workbook in Pdf with Pdf Save Options const...

    docs.aspose.com/cells/zh/javascript-cpp/ignore-...