Converts HTML to PDF using Puppeteer's Chrome engine, which means you get actual browser rendering with full CSS3, custom fonts, and JavaScript execution. The standout feature is automatic RTL detection for Hebrew and Arabic, plus built-in overflow handling that either shrinks content to fit or flows it across pages intelligently. The documentation is unusually thorough about the gotchas: backgrounds on html/body elements cause phantom pages, scaling below 1.0 breaks multi-page layouts in RTL, and there's specific guidance on getting single-page documents to actually stay single-page. Includes a page count checker that warns you when content overflows. If you're generating invoices, reports, or certificates with Hebrew text, this handles the direction and font rendering better than most PDF libraries.
npx skills add https://github.com/aviz85/claude-skills-library --skill html-to-pdf