HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kappadi3

no profile record

コメント

kappadi3
·2 か月前·議論
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.
kappadi3
·3 か月前·議論
yakpdf can handle HTML/URL to PDF conversion through an API without dealing with browser setup or headless tools.
kappadi3
·8 か月前·議論
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 generation - Text extraction - No native dependencies and cheaper than Aspose

It’s not a full drop-in replacement for every Aspose feature, but it covers the core workflow you mentioned and is much lighter to integrate.

https://rapidapi.com/yakpdf-yakpdf/api/yakpdf (open via firefox)
kappadi3
·8 か月前·議論
[flagged]
kappadi3
·10 か月前·議論
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/inside) — e.g. break-after: page works in Chromium, while always doesn’t. For trickier pagination you can look at Paged.js, and I’d test layouts in Chrome/Edge before automating.

Shameless plug: I run yakpdf.com, a hosted Puppeteer-based service if you want to avoid self-hosting. https://rapidapi.com/yakpdf-yakpdf/api/yakpdf