PDF to PNG MCP Server

pdf2png

Converts PDFs to images in PNG format.

Input Schema

NameRequiredDescriptionDefault
read_file_pathYes
write_folder_pathYes

Input Schema (JSON Schema)

{ "properties": { "read_file_path": { "type": "string" }, "write_folder_path": { "type": "string" } }, "required": [ "read_file_path", "write_folder_path" ], "type": "object" }

You must be authenticated.

Other Tools