Conversion Tools
conversion_toolsConversion 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 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ónTool to convert jpg to structured json using ai. use after uploading the image or specifying its url.
CONVERSION_TOOLS_CONVERT_AI_JPG_TO_JSONAcciónTool to convert jpg to structured json using ai. use after uploading the image or specifying its url.
Parámetros de entrada
file_idstringIdentifier of a previously uploaded JPG file.
file_urlstringuriPublicly accessible URL of the JPG image.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Convert Excel to CSVCONVERSION_TOOLS_CONVERT_EXCEL_TO_CSVAcciónTool 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.
CONVERSION_TOOLS_CONVERT_EXCEL_TO_CSVAcciónTool 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_idstringID of a previously uploaded Excel file. Mutually exclusive with file_url.
file_urlstringPublic URL of the Excel file to convert. Mutually exclusive with file_id.
utf8_bombooleanWhether to include a UTF-8 BOM in the output CSV.
delimiterstringenumDelimiter character for the output CSV.
,;|quote_allbooleanWhether to quote all non-empty fields in the CSV.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Convert Excel to HTMLCONVERSION_TOOLS_CONVERT_EXCEL_TO_HTMLAcciónTool to convert an excel file to html. use when you need an html table representation of a .xlsx file via upload or url.
CONVERSION_TOOLS_CONVERT_EXCEL_TO_HTMLAcciónTool 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
inputstringObligatorioenumMode of input: 'upload' or 'url'.
uploadurluploadobjectModel for uploading an Excel file.
optionsobjectOptional conversion settings, e.g., {'sheet': 'Sheet1'}.
file_urlstringuriPublic URL to the Excel file; required when input='url'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Convert Markdown to HTMLCONVERSION_TOOLS_CONVERT_MARKDOWN_TO_HTMLAcciónTool to convert markdown to html. use after uploading the markdown file or specifying its url to generate html content.
CONVERSION_TOOLS_CONVERT_MARKDOWN_TO_HTMLAcciónTool to convert markdown to html. use after uploading the markdown file or specifying its url to generate html content.
Parámetros de entrada
file_idstringIdentifier of a previously uploaded Markdown file.
file_urlstringuriPublicly accessible URL of the Markdown file.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Convert OXPS to PDFCONVERSION_TOOLS_CONVERT_OXPS_TO_PDFAcciónTool 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`.
CONVERSION_TOOLS_CONVERT_OXPS_TO_PDFAcciónTool 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
urlstringuriPublic URL of the OXPS file. Required if `file_id` is not provided.
file_idstringIdentifier of the uploaded OXPS file. Required if `url` is not provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Convert Website to PDFCONVERSION_TOOLS_CONVERT_WEBSITE_TO_PDFAcciónTool 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.
CONVERSION_TOOLS_CONVERT_WEBSITE_TO_PDFAcciónTool 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
urlstringObligatoriouriWebsite URL to convert to PDF.
pagesstringPage ranges to convert, e.g., '1-5,7'.
filenamestringDesired name for the output PDF file.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Convert Website to PNGCONVERSION_TOOLS_CONVERT_WEBSITE_TO_PNGAcciónTool to convert a website url to a png image. use when you need a snapshot of an entire web page or specific viewport.
CONVERSION_TOOLS_CONVERT_WEBSITE_TO_PNGAcciónTool 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
urlstringObligatoriouriFull URL of the website to convert.
optionsobjectOptional settings for the PNG conversion output.
conversionstringConversion type identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Convert Word to TextCONVERSION_TOOLS_CONVERT_WORD_TO_TEXTAcciónTool 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.
CONVERSION_TOOLS_CONVERT_WORD_TO_TEXTAcciónTool 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
filestringbinaryBinary content of the Word document to convert.
file_urlstringuriPublicly accessible URL of the Word document to convert.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download FileCONVERSION_TOOLS_DOWNLOAD_FILEAcciónTool to download a conversion result file by its id. use after task completion to retrieve the output file.
CONVERSION_TOOLS_DOWNLOAD_FILEAcciónTool to download a conversion result file by its id. use after task completion to retrieve the output file.
Parámetros de entrada
file_idstringObligatorioUnique identifier of the file to download.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload FileCONVERSION_TOOLS_UPLOAD_FILEAcciónTool to upload a file for conversion. use when you have a local file and need a file id for further conversion.
CONVERSION_TOOLS_UPLOAD_FILEAcciónTool 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
filestringObligatoriobinaryBinary content of the file to upload
filenamestringObligatorioName of the file including extension
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not