Sort Score
Result 10 results
Languages All
Labels All
Results 6,321 - 6,330 of 67,416 for

paths

(0.19 sec)
  1. MCP Server v Python | Aspose.Words MCP Server P...

    Server Aspose.Words MCP umožňuje automatizované vytváření a úpravy dokumentů Word pomocí nástrojů MCP a podporuje bohaté funkce a snadnou integraci....port (default 8080 ) MCP_PATH - HTTP path for streamable-http (default...(default /mcp ) MCP_SSE_PATH - events path for sse (default /sse...

    blog.aspose.com/cs/words/aspose-words-mcp-serve...
  2. 在导入数据到工作表时指定公式字段,使用Python via .NET|Documentation

    学习如何在使用Aspose.Cells for Python via .NET API导入数据到工作表时指定公式字段。... path . join ( os . path . dirname ( os . path . abspath...auto_fit_columns () output_path = os . path . join ( output_dir ,...

    docs.aspose.com/cells/zh/python-net/specify-for...
  3. Managing Outlook MAPI Journal Entries in PST Fi...

    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....: A variable that holds the path to the data directory where...: A list containing the full path filenames of the attachments...

    docs.aspose.com/email/python-net/managing-mapij...
  4. اكتشاف تنسيق ملف ملفات Office Open XML المشفرة ...

    تعلم كيفية اكتشاف تنسيق ملف ملفات OOXML المشفرة باستخدام Aspose.Cells for Node.js via C++....require ( "fs" ); const path = require ( "path" ); const AsposeCells...directory const sourceDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/ar/nodejs-cpp/detect-file...
  5. Create ListBox Field|Aspose.PDF for Python via ...

    Learn how to programmatically add a ListBox form field to a PDF document using Aspose.PDF for Python. This guide shows how to insert a ListBox field, define selectable items, and save the updated PDF file.... import sys from os import path import aspose.pdf.facades as...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/create-listbox-f...
  6. Export to XML|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form data to an XML file using Aspose.PDF for Python via .NET. It shows how to load a PDF document, access its form fields through the Form facade, and save the extracted data as structured XML using Form Class....FileIO import sys from os import path import aspose.pdf as ap import...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/export-to-xml/
  7. Export to FDF|Aspose.PDF for Python via .NET

    This example explains how to export PDF form field data to an FDF (Forms Data Format) file using Aspose.PDF for Python via .NET. It demonstrates how to access interactive form data through the Form facade, bind a source PDF document, and save the extracted values into an FDF stream....FileIO import sys from os import path import aspose.pdf as ap import...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/export-to-fdf/
  8. Добавить ссылку на PDF‑документ|Aspose.PDF for ...

    В этом примере привязывается входной PDF, добавляется ссылка зелёного цвета на страницу в другом PDF и сохраняется изменённый документ....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/ru/python-net/add-pdf-docum...
  9. Guardar un documento SVG – C#

    En el artículo, aprenderá cómo guardar un documento SVG en un archivo, secuencia de memoria, archivo ZIP o URL usando Aspose.SVG para la biblioteca .NET....file using C# 2 3 // Prepare a path to save an SVG document 4 string...string documentPath = Path. Combine (OutputDir, "circles_out.svg"...

    docs.aspose.com/svg/es/net/save-svg-document/
  10. Convert Markdown to DOCX – C# Examples

    Convert Markdown to DOCX using Aspose.HTML for .NET. Consider Markdown to DOCX conversion scenarios in C# examples. Try online Markdown Converter... Prepare a path for converted DOCX file saving...DocSaveOptions, and output file path to the ConvertHTML() method...

    docs.aspose.com/html/net/convert-markdown-to-docx/