Awesome Deck Pdf Check
by @karinecsy-collab
Convert PPTX, image, URL, or style keywords into a polished, pixel-perfect HTML slide deck with user-approved design and content, then export as high-quality...
| Issue | Fix |
|---|---|
| PDF has white space / broken layout | Do not use page.pdf(), wkhtmltopdf, or any CLI PDF tool. Run export_pdf.js only β it uses Puppeteer screenshot-and-compose to preserve layout exactly |
| Chinese text renders as Song/Ming | Add 'PingFang SC' to font stack (available on macOS by default) |
| Inconsistent fonts across slides | Run grep -n "font-family" slides.html and normalize |
| Wrong page count in PDF | Check that SELECTORS covers all sections |
| Detached Frame error | Use the reusable overlayPage pattern β never use newPage()/close() in a loop |
| Website URL fails to fetch | Likely Fake IP proxy β use Puppeteer screenshot instead, or ask user for screenshots |
clawhub install awesome-deck-pdf-check