Convert Markdown and HTML documents to high-quality PDF using the Prince formatting engine.
gemini extensions install https://github.com/yeslogic/prince-pdf-geminiOnce installed, three tools are available in Gemini CLI:
Convert https://example.com to PDF
Make a PDF from this HTML:
<h1>Hello World</h1><p>This is a test.</p>
Write a one-page resume and convert it to PDF
| Tool | Input | Description |
|---|---|---|
markdown_to_pdf |
content |
Convert Markdown content to PDF |
html_to_pdf |
content |
Convert HTML content to PDF |
url_to_pdf |
url |
Fetch a URL and convert it to PDF |
Common optional parameters: style, page_size, page_margin, javascript, pdf_profile, output_filename
- Prince Cloud - hosted MCP server
- Prince documentation - full Prince documentation
- Privacy policy