UNPKG

html-to-document-adapter-pdf

Version:

PDF adapter for html-to-document-core — converts a DocumentElement tree into .pdf using the html2pdf.js library.

56 lines (30 loc) 1.73 kB
## <small>0.2.9 (2025-06-07)</small> ## 0.3.3 ### Patch Changes - [#41](https://github.com/ChipiKaf/html-to-document/pull/41) [`5ef52e5`](https://github.com/ChipiKaf/html-to-document/commit/5ef52e527401d3397de5702b23076cc0c93b110b) Thanks [@Alexnortung](https://github.com/Alexnortung)! - remove conditional exports as they don't work downstream - Updated dependencies [[`4127e41`](https://github.com/ChipiKaf/html-to-document/commit/4127e41c79a04d775145d4742341ec73b3e230f5), [`5ef52e5`](https://github.com/ChipiKaf/html-to-document/commit/5ef52e527401d3397de5702b23076cc0c93b110b)]: - html-to-document-core@0.4.2 ## 0.3.2 ### Patch Changes - [`301a878`](https://github.com/ChipiKaf/html-to-document/commit/301a8784fc40e59e9b56b8003cf78a23463784af) Thanks [@Alexnortung](https://github.com/Alexnortung)! - Switched to pnpm package manager - Updated dependencies [[`301a878`](https://github.com/ChipiKaf/html-to-document/commit/301a8784fc40e59e9b56b8003cf78a23463784af)]: - html-to-document-core@0.4.1 ## 0.3.1 ### Patch Changes - Updated dependencies []: - html-to-document-core@0.4.0 - Fix TypeScript build output paths (#9) ([7b4747d](https://github.com/ChipiKaf/html-to-document/commit/7b4747d)), closes [#9](https://github.com/ChipiKaf/html-to-document/issues/9) # Changelog ## [0.2.8] - 2025-06-04 ### Changed - Fix pdf page content cutting on new page - Add support for default styling in pdf ## [0.2.7] - 2025-05-30 ### Changed - Updated documentation to give more details of how the package works ## [0.2.6] - 2025-05-30 ### Changed - Updated documentation to give more details of how the package works ## [0.2.5] - 2025-05-30 ### Feature - Added new support for client side pdf conversion