Skip to main content
Glama

PDF Manipulation MCP Server

pdf_add_image

Add images to PDF documents by specifying exact position and dimensions on any page. Insert logos, signatures, or graphics into PDF files with precise placement control.

Instructions

Add an image to a PDF.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
page_numberYes
image_pathYes
xYes
yYes
widthYes
heightYes

Input Schema (JSON Schema)

{ "properties": { "height": { "title": "Height", "type": "number" }, "image_path": { "title": "Image Path", "type": "string" }, "page_number": { "title": "Page Number", "type": "integer" }, "pdf_path": { "title": "Pdf Path", "type": "string" }, "width": { "title": "Width", "type": "number" }, "x": { "title": "X", "type": "number" }, "y": { "title": "Y", "type": "number" } }, "required": [ "pdf_path", "page_number", "image_path", "x", "y", "width", "height" ], "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