Live data from Hacker News

Viewing profile — kappadi3

kappadi3

HN member
Joined
Sun, Mar 17, 2024, 2:44 PM UTC
HN karma
20
Public activity
5 items

About kappadi3

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
    Comment #47920571

    yakpdf can handle HTML/URL to PDF conversion through an API without dealing with browser setup or headless tools.

  3. 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…

  4. comment
    Comment #45954543

    [flagged]

  5. 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…