Skip to main content
Glama

MCP PDF Forms

by Wildebeest

render_pdf_page

Convert a specified page from a PDF file into a high-quality image. Provide the PDF path, page number, and zoom factor to generate clear, detailed visuals for documentation or processing.

Instructions

Generate an image of a PDF page without any highlighting Args: pdf_path: Path to the PDF file page_num: Page number to render (0-indexed) zoom: Zoom factor for rendering (higher values for better quality) Returns: Image of the specified page

Input Schema

NameRequiredDescriptionDefault
page_numNo
pdf_pathYes
zoomNo

Input Schema (JSON Schema)

{ "properties": { "page_num": { "default": 0, "title": "Page Num", "type": "integer" }, "pdf_path": { "title": "Pdf Path", "type": "string" }, "zoom": { "default": 2, "title": "Zoom", "type": "number" } }, "required": [ "pdf_path" ], "title": "render_pdf_pageArguments", "type": "object" }
Install Server

Other Tools from MCP PDF Forms

Related Tools

    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/Wildebeest/mcp_pdf_forms'

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