Skip to main content
Glama

doc-ops-mcp

by Tele-AI

convert_docx_to_pdf

Convert DOCX files to PDF while preserving Word styling. Add watermarks or QR codes, and save outputs to a specified directory. Powered by the doc-ops-mcp server for efficient document processing.

Instructions

Enhanced DOCX to PDF conversion with perfect Word style replication and Playwright integration. Watermark can be added by setting addWatermark=true (uses WATERMARK_IMAGE environment variable or default text "doc-ops-mcp"). QR code can be added by setting addQrCode=true (requires QR_CODE_IMAGE environment variable). Output directory is controlled by OUTPUT_DIR environment variable. Files will be automatically saved to OUTPUT_DIR with auto-generated names.

Input Schema

NameRequiredDescriptionDefault
addQrCodeNoAdd QR code to PDF (requires QR_CODE_IMAGE environment variable)
addWatermarkNoAdd watermark to PDF (uses WATERMARK_IMAGE environment variable or default text "doc-ops-mcp")
chineseFontNoChinese font family to useMicrosoft YaHei
docxPathYesDOCX file path to convert
preserveFormattingNoPreserve original formatting

Input Schema (JSON Schema)

{ "properties": { "addQrCode": { "default": false, "description": "Add QR code to PDF (requires QR_CODE_IMAGE environment variable)", "type": "boolean" }, "addWatermark": { "default": false, "description": "Add watermark to PDF (uses WATERMARK_IMAGE environment variable or default text \"doc-ops-mcp\")", "type": "boolean" }, "chineseFont": { "default": "Microsoft YaHei", "description": "Chinese font family to use", "type": "string" }, "docxPath": { "description": "DOCX file path to convert", "type": "string" }, "preserveFormatting": { "default": true, "description": "Preserve original formatting", "type": "boolean" } }, "required": [ "docxPath" ], "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/Tele-AI/doc-ops-mcp'

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