Convert a file with Convertica
convert_fileConvert local files using 35+ tools like PDF to Word, merge PDFs, or URL to PDF. Saves output alongside input or in a specified directory.
Instructions
Run one of convertica.net's conversion tools on local file(s) and save the result next to the input (or into output_dir). Use list_converters to see tool slugs and per-tool options. Examples: {tool: 'pdf-to-word', files: ['/docs/report.pdf']}; {tool: 'pdf-organize/merge', files: ['/a.pdf', '/b.pdf']}; {tool: 'url-to-pdf', options: {url: 'https://example.com'}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Tool slug from list_converters, e.g. 'pdf-to-word' or 'pdf-organize/merge' | |
| files | No | Absolute paths of input file(s). Order matters for multi-file tools. | |
| options | No | Tool-specific options as listed by list_converters (e.g. {angle: 90, pages: 'all'}) | |
| output_dir | No | Directory to save the result (default: alongside the first input file) |