convert_docx_to_pdf
Convert DOCX files to PDF while preserving Word formatting. Add watermarks or QR codes as needed for document processing workflows.
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
| Name | Required | Description | Default |
|---|---|---|---|
| docxPath | Yes | DOCX file path to convert | |
| preserveFormatting | No | Preserve original formatting | |
| chineseFont | No | Chinese font family to use | Microsoft YaHei |
| addWatermark | No | Add watermark to PDF (uses WATERMARK_IMAGE environment variable or default text "doc-ops-mcp") | |
| addQrCode | No | Add QR code to PDF (requires QR_CODE_IMAGE environment variable) |