Skip to main content
Glama

PDF Manipulation MCP Server

pdf_auto_crop_page

Automatically crop PDF pages by detecting content boundaries to remove blank margins and optimize document layout for better viewing and printing.

Instructions

Automatically crop a PDF page to remove blank margins by detecting content boundaries.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
page_numberNo
paddingNo

Input Schema (JSON Schema)

{ "properties": { "padding": { "default": 10, "title": "Padding", "type": "number" }, "page_number": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page Number" }, "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