Skip to main content
Glama

PDF Manipulation MCP Server

pdf_extract_images

Extract all images from PDF documents to save them as individual image files for reuse in other applications or projects.

Instructions

Extract all images from a PDF.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
output_dirNo

Input Schema (JSON Schema)

{ "properties": { "output_dir": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Output Dir" }, "pdf_path": { "title": "Pdf Path", "type": "string" } }, "required": [ "pdf_path" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andr3medeiros/pdf-manipulation-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server