Viewing profile — kappadi3
kappadi3
HN member- Joined
- Sun, Mar 17, 2024, 2:44 PM UTC
- HN karma
- 20
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About kappadi3
No profile information was provided.
Recent public activity
-
comment
Comment #47995320
We ended up using a service like yakpdf, for HTML to PDF generation. It handled most of the rendering issues out of the box compared to headless browser setups.
-
comment
Comment #47920571
yakpdf can handle HTML/URL to PDF conversion through an API without dealing with browser setup or headless tools.
-
comment
Comment #45954558
If you ever revisit alternatives, you might want to try YakPDF It gives you: - HTML → PDF without any browser engine - PDF compression & optimization - Simple API for manual PDF ge…
-
comment
Comment #45954543
[flagged]
-
comment
Comment #45405118
Puppeteer and Playwright are the main open-source options nowadays, both solid for HTML → PDF once your print CSS is sorted. Don’t forget proper page breaks (break-before/after/ins…