Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Markdown-to-PDF Converter

Open SanjeevDeori opened this issue 4 months ago • 1 comments

📝 Project Idea: Markdown-to-PDF Converter

Description:
Create a Python tool that converts Markdown (.md) files into formatted PDF documents.
The converter should support basic Markdown syntax (headings, lists, code blocks, tables, links, etc.) and preserve simple styling.

Expected Features:

  • Input: path to .md file (via CLI or file picker)
  • Output: .pdf file with proper formatting
  • Support for:
    • Headings, paragraphs, bullet/numbered lists
    • Code blocks and inline code
    • Hyperlinks and images
  • Optional: custom themes or templates (e.g., dark/light mode)
  • Optional: batch conversion (convert multiple files in one go)

Tech Stack:

  • Python
  • Libraries: markdown, pdfkit / weasyprint / reportlab

@RK1905101 hey can you please assign this to me so i can start contributing!

SanjeevDeori avatar Oct 19 '25 13:10 SanjeevDeori

Project looks good, make sure to create a folder add your relevant files and a readme file, summarizing your project and if possible, add screenshot, assigning this to you @SanjeevDeori

RK1905101 avatar Oct 25 '25 09:10 RK1905101