convert_file
Convert local files to another format and save the output next to the original. Supports 162 input formats with thousands of proven conversions; check available pairs first if unsure.
Instructions
Convert one local file to another format and write the result next to it. Covers 3649 proven conversions across 162 input formats (images, documents, ebooks, and office files to PDF). Call list_conversions first if you are unsure a pair is supported. One file per call: there is no batch mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to convert, on the machine running this server. | |
| target | Yes | Output format, as a bare extension such as "pdf", "png" or "md". | |
| output_path | No | Optional. Where to write the result. Overwrites if it exists. Omitted, the result goes beside the input with the new extension, and an existing file is never overwritten. |