NAiOS IconNAiOS Logo
Volver al catálogo

Conversion Tools

conversion_tools

Conversion Tools is an online service that offers a fast and easy way to convert documents between different formats, like XML, Excel, PDF, Word, Text, CSV, and others.

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (10)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Convert JPG to JSON with AICONVERSION_TOOLS_CONVERT_AI_JPG_TO_JSONAcción

Tool to convert jpg to structured json using ai. use after uploading the image or specifying its url.

Parámetros de entrada

  • file_idstring

    Identifier of a previously uploaded JPG file.

  • file_urlstringuri

    Publicly accessible URL of the JPG image.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Convert Excel to CSVCONVERSION_TOOLS_CONVERT_EXCEL_TO_CSVAcción

Tool to convert excel files to csv. use when you have an excel file (local upload or url) and need a csv output. use after uploading or providing file url.

Parámetros de entrada

  • file_idstring

    ID of a previously uploaded Excel file. Mutually exclusive with file_url.

  • file_urlstring

    Public URL of the Excel file to convert. Mutually exclusive with file_id.

  • utf8_bomboolean

    Whether to include a UTF-8 BOM in the output CSV.

  • delimiterstringenum

    Delimiter character for the output CSV.

    ,;|
  • quote_allboolean

    Whether to quote all non-empty fields in the CSV.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Convert Excel to HTMLCONVERSION_TOOLS_CONVERT_EXCEL_TO_HTMLAcción

Tool to convert an excel file to html. use when you need an html table representation of a .xlsx file via upload or url.

Parámetros de entrada

  • inputstringObligatorioenum

    Mode of input: 'upload' or 'url'.

    uploadurl
  • uploadobject

    Model for uploading an Excel file.

  • optionsobject

    Optional conversion settings, e.g., {'sheet': 'Sheet1'}.

  • file_urlstringuri

    Public URL to the Excel file; required when input='url'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Convert Markdown to HTMLCONVERSION_TOOLS_CONVERT_MARKDOWN_TO_HTMLAcción

Tool to convert markdown to html. use after uploading the markdown file or specifying its url to generate html content.

Parámetros de entrada

  • file_idstring

    Identifier of a previously uploaded Markdown file.

  • file_urlstringuri

    Publicly accessible URL of the Markdown file.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Convert OXPS to PDFCONVERSION_TOOLS_CONVERT_OXPS_TO_PDFAcción

Tool to convert an oxps file to pdf. use when you have an oxps file either uploaded (file id) or via url and need a pdf output. provide only one of `file id` or `url`.

Parámetros de entrada

  • urlstringuri

    Public URL of the OXPS file. Required if `file_id` is not provided.

  • file_idstring

    Identifier of the uploaded OXPS file. Required if `url` is not provided.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Convert Website to PDFCONVERSION_TOOLS_CONVERT_WEBSITE_TO_PDFAcción

Tool to convert a website url to pdf. use when you need a pdf snapshot of a web page; returns a task id to poll for completion.

Parámetros de entrada

  • urlstringObligatoriouri

    Website URL to convert to PDF.

  • pagesstring

    Page ranges to convert, e.g., '1-5,7'.

  • filenamestring

    Desired name for the output PDF file.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Convert Website to PNGCONVERSION_TOOLS_CONVERT_WEBSITE_TO_PNGAcción

Tool to convert a website url to a png image. use when you need a snapshot of an entire web page or specific viewport.

Parámetros de entrada

  • urlstringObligatoriouri

    Full URL of the website to convert.

  • optionsobject

    Optional settings for the PNG conversion output.

  • conversionstring

    Conversion type identifier.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Convert Word to TextCONVERSION_TOOLS_CONVERT_WORD_TO_TEXTAcción

Tool to convert word documents to plain text. use when you have a .doc or .docx file (binary or url) and need its plain text representation.

Parámetros de entrada

  • filestringbinary

    Binary content of the Word document to convert.

  • file_urlstringuri

    Publicly accessible URL of the Word document to convert.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download FileCONVERSION_TOOLS_DOWNLOAD_FILEAcción

Tool to download a conversion result file by its id. use after task completion to retrieve the output file.

Parámetros de entrada

  • file_idstringObligatorio

    Unique identifier of the file to download.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload FileCONVERSION_TOOLS_UPLOAD_FILEAcción

Tool to upload a file for conversion. use when you have a local file and need a file id for further conversion.

Parámetros de entrada

  • filestringObligatoriobinary

    Binary content of the file to upload

  • filenamestringObligatorio

    Name of the file including extension

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not