
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
@humanwhocodes/print-ready
Advanced tools
If you find this useful, please consider supporting my work with a donation.
A JavaScript-powered CLI for converting HTML into PDFs.
EXPERIMENTAL: This project is still in the very early stages and should not be relied upon for production. At this point, I'm just looking for feedback and fixing bugs.
Install using [npm][npm] or [yarn][yarn]:
npm install @humanwhocodes/print-ready --save
# or
yarn add @humanwhocodes/print-ready
Then on the command line:
npx print-ready foo.html
This will render foo.html to a file named foo.pdf. You can also override the output filename:
npx print-ready foo.html -o bar.pdf
PrintReady uses PagedJS to render your HTML file inside Puppeteer and then exports a PDF from Puppeteer.
npm install to setup dependenciesnpm test to run testsThis project is based on PagedJS-CLI, an MIT-licensed project. While not strictly a fork, this project does use some code from PagedJS-CLI.
Why don't you just use the PagedJS-CLI?
I tried, but it kept crashing on me and it doesn't appear to be maintained any longer. Rather than giving up, I decided to write my own.
Why haven't you implemented all the features PagedJS-CLI?
For my purposes I don't need all of the features of PagedJS-CLI. However, I'm open to contributions to add those extra features.
FAQs
Convert HTML to PDF
We found that @humanwhocodes/print-ready demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.