An open API service indexing awesome lists of open source software.

https://github.com/alamsirji/gptpdf

gptPDF is a Chrome Extension that lets you export your ChatGPT conversations into clean, professional-looking PDFs. Customize the font size, and preserve code blocks and tables with styling โ€” all in one click!
https://github.com/alamsirji/gptpdf

browser-extension chatbot html2pdf javascript openai pdf

Last synced: about 1 month ago
JSON representation

gptPDF is a Chrome Extension that lets you export your ChatGPT conversations into clean, professional-looking PDFs. Customize the font size, and preserve code blocks and tables with styling โ€” all in one click!

Awesome Lists containing this project

README

          

# ๐Ÿงพ gptPDF โ€“ ChatGPT to Styled PDF Exporter

**gptPDF** is a Chrome Extension that lets you export your ChatGPT conversations into clean, professional-looking PDFs. Customize the font size, and preserve code blocks and tables with styling โ€” all in one click!

---

## ๐Ÿš€ Features

- ๐Ÿ“„ Export ChatGPT Q&A as readable PDFs
- ๐Ÿ”ค Adjustable font size (choose from popup)
- ๐ŸŽจ Colored code blocks (red for prompts, blue for codes, rest is black)
- ๐Ÿงผ Removes ChatGPT buttons (copy/edit/etc.)
- ๐Ÿ“Š Table styling with borders
- ๐Ÿ’ฏ 100% client-side โ€“ no data leaves your browser

---

## ๐Ÿงฉ Installation

1. **Clone the Repo**

```bash
git clone https://github.com/AlamSirji/gptPDF.git
```

2. **Load the Extension in Chrome**

- Open Chrome and go to `chrome://extensions/`
- Enable "Developer mode" (top right)
- Click "Load unpacked" and select the `gptPDF` folder

3. **Pin the Extension**

- Click the puzzle icon in the top right
- Find **gptPDF** and click the pin icon to keep it visible

4. **Start Exporting**

- Open ChatGPT, start a conversation
- Click the **gptPDF** icon in the toolbar
- Choose your font size and click "Export to PDF"

***

1. **Download from Assets**

- Navigate to https://github.com/AlamSirji/gptPDF/releases/tag/v1.0.0
- Download from Assets and follow the point 2 to 4 from Installation guide mentioned above

## ๐Ÿ“ธ Screenshots