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

save

(0.13 sec)
  1. Improving of the Text Extraction from Multi‑Col...

    This section contains articles on Text formatting and scaling using Aspose.PDF in Python....of existing text fragments, save and reopen document. Use ‘TextAbsorber’... font_size * reduce_ratio # Save to memory stream and reopen...

    docs.aspose.com/pdf/python-net/text-extraction-...
  2. Converting to MHTML Files in Python|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....xlsx" # Specify the HTML saving options sv = self . HtmlSaveOptions...Workbook ( filePath ) # Save the MHT file wb . save ( filePath + ".out...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  3. Add XML Map inside the Workbook using XmlMapCol...

    Learn how to add an XML map into the workbook using the XmlMapCollection.Add method with Aspose.Cells for Node.js via C++....add(string) method and saves it as an output Excel file (...xml" )); // Save the workbook in XLSX format wb . save ( path ....

    docs.aspose.com/cells/nodejs-cpp/add-xml-map-in...
  4. Password Protect or Unprotect the Shared Workbo...

    Learn how to password protect or unprotect a shared workbook using Aspose.Cells for C++....while enabling sharing, and saves it as the output Excel file..."1234"); // Save the output Excel file wb . Save ( u "outputProtectSharedW...

    docs.aspose.com/cells/cpp/password-protect-or-u...
  5. IWarningCallback.Warning | Aspose.Words for .NET

    Discover the IWarningCallback method in Aspose.Words. Handle document loading and saving issues seamlessly, preserving formatting and data integrity....during document loading or saving that might result in loss of...font substitution warning if we save a document with a missing font...

    reference.aspose.com/words/net/aspose.words/iwa...
  6. Set the background color for PDF with JavaScrip...

    Set background color for the your PDF file with JavaScript via C++....background color for the PDF file and save the “ResultPdfSetBackgrou.pdf”...background color for the PDF file and save the "ResultPdfSetBackgrou.pdf"*/...

    docs.aspose.com/pdf/javascript-cpp/set-backgrou...
  7. 在VSTO和Aspose.Cells中自动筛选数据|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.... AutoFit (); //Save the copy of workbook as .xlsx...AutoFitColumn ( 1 , 0 , 4 ); //Save the copy of workbook as .xlsx...

    docs.aspose.com/cells/zh/net/auto-filter-data-i...
  8. Export Document Workbook and Worksheet Properti...

    Learn how to export Document, Workbook, and Worksheet properties in Excel to HTML using Aspose.Cells for JavaScript via C++....arrayBuffer )); // Specify Html Save Options const options = new...with Html Save Options const outputData = workbook . save ( SaveFormat...

    docs.aspose.com/cells/javascript-cpp/export-doc...
  9. Load Source Excel File Without Charts with Node...

    Learn how to load an Excel file without charts using Aspose.Cells for Node.js via C++....Excel file without charts and saves it as a PDF. const path = require...); // Save the workbook in PDF format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/load-source-ex...
  10. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...SetDefaultStyle ( st ); // Save the workbook wb . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/create-style-objec...