--- title: CV MCP emoji: ⚡ colorFrom: gray colorTo: blue sdk: gradio sdk_version: 5.39.0 app_file: app.py pinned: true short_description: 'API, MCP and UI for generating ATS friendly resume quickly ' --- # 📄 CV MCP - Markdown to PDF Converter A Gradio-based web application that converts markdown text to PDF using an external API service. This app provides a clean, two-panel interface where users can input markdown on the left and receive a professionally formatted PDF on the right. ## 🌟 Features - **Two-Panel Interface**: Clean split layout with markdown input on the left and PDF output on the right - **Real-time Conversion**: Click "Convert to PDF" button to process your markdown - **External API Integration**: Uses the Nirav Madhani Resume Server API for HTML conversion - **PDF Generation**: Converts API-returned HTML to PDF using xhtml2pdf library - **Example Templates**: Pre-built markdown examples for quick testing - **Responsive Design**: Modern, user-friendly interface built with Gradio