HTML to PDF (supports any js framework)
Version updated for https://github.com/ferdinandkeller/html-to-pdf-action to version v2.2.0.
- This action is used across all versions by 15 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The html-to-pdf-action GitHub Action automates the process of converting local webpages (including dynamic JavaScript-based pages) into high-quality PDFs using Chromium. It ensures proper rendering of CSS, JavaScript, and fonts, eliminating issues like missing styles or unexecuted scripts. This action is ideal for generating visually accurate PDFs from web content without manual intervention, solving common rendering problems and supporting multiple architectures.
What’s Changed
What’s Changed
- Update Node to version 24 and resolve UnhandledPromiseRejection by @SmartLam-North-America in https://github.com/ferdinandkeller/html-to-pdf-action/pull/10
- fix: smartlam by @ferdinandkeller in https://github.com/ferdinandkeller/html-to-pdf-action/pull/12
- chore: bump version by @ferdinandkeller in https://github.com/ferdinandkeller/html-to-pdf-action/pull/16
New Contributors
- @SmartLam-North-America made their first contribution in https://github.com/ferdinandkeller/html-to-pdf-action/pull/10
Full Changelog: https://github.com/ferdinandkeller/html-to-pdf-action/compare/v2.1...v2.2.0