PDF to PNG
JSON →A server that converts PDF files to PNG images. Requires the poppler library to be installed.
Install
pip install mcp Tools · 1
- pdf2png Convert PDF documents into PNG images. Each PDF page is converted to a separate PNG file named page_1.png, page_2.png, etc.
Links
★ 8 GitHub stars