Skip to main content
Glama

markdown2pdf-mcp

by 2b3pro
render.d.ts436 B
interface RenderPDFOptions { htmlPath: string; pdfPath: string; runningsPath: string; cssPath: string; highlightCssPath: string; paperFormat: string; paperOrientation: string; paperBorder: string; watermarkScope: 'all-pages' | 'first-page'; showPageNumbers: boolean; renderDelay: number; loadTimeout: number; } declare const renderPDF: (options: RenderPDFOptions) => Promise<boolean>; export default renderPDF;

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/2b3pro/markdown2pdf-mcp'

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