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!
- Host: GitHub
- URL: https://github.com/alamsirji/gptpdf
- Owner: AlamSirji
- License: mit
- Created: 2025-06-14T12:35:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-15T09:58:54.000Z (12 months ago)
- Last Synced: 2025-06-15T10:28:27.891Z (12 months ago)
- Topics: browser-extension, chatbot, html2pdf, javascript, openai, pdf
- Language: JavaScript
- Homepage:
- Size: 706 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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