Skip to main content
Glama

PDF Manipulation MCP Server

pdf_combine_pages_to_single

Combine multiple PDF pages into a single page with customizable layout options for document consolidation and organization.

Instructions

Combine multiple pages from a PDF into a single page with specified layout.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
page_numbersNo
layoutNovertical
output_pathNo

Input Schema (JSON Schema)

{ "properties": { "layout": { "default": "vertical", "title": "Layout", "type": "string" }, "output_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Output Path" }, "page_numbers": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Page Numbers" }, "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