Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 56,914 for

export

(1.76 sec)
  1. Aspose.Words MCP Server|Aspose.Words for Python...

    How to use the Model Context Protocol (MCP) server that exposes Aspose.Words for Python via .NET features as callable tools for AI/assistant clients....(text/image) Export as Base64 (DOCX, PDF, etc.), advanced export options...example: export MCP_TRANSPORT = streamable-http # or sse export MCP_HOST...

    docs.aspose.com/words/python-net/aspose-words-m...
  2. Aspose.Cells Forms for DNN|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....into an Excel spreadsheet, and export the results into Excel, text...make the forms building and export process simple and easy to...

    docs.aspose.com/cells/net/aspose-cells-forms-fo...
  3. Convert Visio to HTML format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to html formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to html with a few lines of code....HTML format Contents [ Hide ] Export Visio to HTML This article...article explains how to export a Microsoft Visio diagram to HTML using...

    docs.aspose.com/diagram/python-net/convert-visi...
  4. HtmlFixedSaveOptions.ExportFormFields | Aspose....

    Discover how the HtmlFixedSaveOptions ExportFormFields property enhances your document Exports by keeping form fields interactive, improving user experience....of whether form fields are exported as interactive items (as ‘input’...set ; } Examples Shows how to export form fields to Html. Document...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Convert a CSV File to JSON using Java

    Follow this article to transform CSV to JSON using Java. It has details to set the IDE, a list of steps, and a sample code for developing a CSV to JSON converter using Java.... Steps to Export CSV to JSON using Java Set...conversion Set the flag to export number values as a string Set...

    kb.aspose.com/cells/java/convert-a-csv-file-to-...
  6. Ai to PDF|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.... For Ai export you need to use the following...sample code demonstrates how to export the AI file to PDF with the...

    docs.aspose.com/psd/net/ai-to-pdf/
  7. Difference in HTML output - Free Support Forum ...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook workbook = new Workbook("input.xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat.HTML); saveOptions.setParseHtmlTagInCell(false);…...HtmlSaveOptions : Check Export Options : Ensure that the export options you...setExportHeadings(true); // Export row and column headings saveOptions...

    forum.aspose.com/t/difference-in-html-output/31...
  8. What's new|Aspose.Words for C++

    Aspose.Words for C++ expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....introduces improvements in PDF export and chart rendering capabilities...tagging PDF AcroForms , making exported documents more accessible...

    docs.aspose.com/words/cpp/what-s-new-in-aspose-...
  9. Working with multipage image formats|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....Imaging image can be exported also to multipage PDF document...) image ). getPages (); } } Export of multipage images can be...

    docs.aspose.com/imaging/java/working-with-multi...
  10. 导出为 FDF|Aspose.PDF for Python via .NET

    本示例解释了如何使用 Aspose.PDF for Python via .NET 将 PDF 表单字段数据导出到 FDF(Forms Data Format)文件。它演示了如何通过 Form 门面访问交互式表单数据,绑定源 PDF 文档,并将提取的数值保存到 FDF 流中。...调用 ’export_fdf()’ 提取并保存所有表单字段的值。 from...initialize_data_dir # Export Data to FDF def export_form_data_to_fdf...

    docs.aspose.com/pdf/zh/python-net/export-to-fdf/