Sort Score
Result 10 results
Languages All
Labels All
Results 5,641 - 5,650 of 311,311 for

save

(0.09 sec)
  1. Convert XLSX to OTT using Python or with free O...

    XLSX to OTT conversion in your Python applications without using Microsoft Office or online. Test free XLSX to OTT online converter quickly before integrating the code....NET API can be used to save the created HTML into desired...Workbook class Save XLSX file to HTML by using save(file, SaveFormat...

    products.aspose.com/total/python-net/conversion...
  2. Converting Excel to PDF Files in Python|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....xls" ) #Save the document in PDF format workbook . save ( self...

    docs.aspose.com/cells/java/converting-excel-to-...
  3. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。... save ( output_file ) 从PDF文件获取文本注释...annotations . delete ( ta ) document . save ( output_file ) 如何添加(或创建)新的自由文本注释...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  4. 使用 XFA 表单|Aspose.PDF for .NET

    Aspose.PDF for .NET API 让您在 PDF 文档中处理 XFA 和 XFA Acroform 字段。Aspose.Pdf.Facades...."Field 1" ; } // Save PDF document document . Save ( dataDir + "FilledXfa_out...Standard ; // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/xfa-forms/
  5. Chart Data Table|Aspose.Slides 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 modified presentation. Below...setFontHeight ( 20 ); pres . save ( "output.pptx" , SaveFormat...

    docs.aspose.com/slides/java/chart-data-table/
  6. Chart Data Table|Aspose.Slides for Python Docum...

    Set font properties for chart database table in PowerPoint presentations in Python... Save modified presentation. Below...portion_format . font_height = 20 pres . save ( "output.pptx" , slides . export...

    docs.aspose.com/slides/python-net/chart-data-ta...
  7. Create an empty Visio Diagram in Ruby|Documenta...

    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.... new \ # Save as VDX diagram . save ( data_dir + "CreateDiagram...

    docs.aspose.com/diagram/java/create-an-empty-vi...
  8. 将线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将线对象创建到您的PDF中。...( line ); // Save PDF document document . Save ( dataDir + "AddLineObject_out...( line ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/add-line/
  9. Urobiť WORD Pomocou C++

    Vytvorte nový WORD v C++ v niekoľkých krokoch. Jednoducho vytvorte WORD pomocou knižnice C++...." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/sk/cpp/make/word/
  10. Urobiť HTML Pomocou C++

    Vytvorte nový HTML v C++ v niekoľkých krokoch. Jednoducho vytvorte HTML pomocou knižnice C++...." ); doc-> Save ( u"Output.html" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.html"); using namespace...

    products.aspose.com/words/sk/cpp/make/html/