https://github.com/booktype/BookJS
BookJS is a Javascript library that can be included in HTML files to render the contents of the HTML to pages that can be printed to PDF using CSS Regions. It requires a browser with support for CSS Regions, an experimental feature.
https://github.com/booktype/BookJS
Last synced: 8 months ago
JSON representation
BookJS is a Javascript library that can be included in HTML files to render the contents of the HTML to pages that can be printed to PDF using CSS Regions. It requires a browser with support for CSS Regions, an experimental feature.
- Host: GitHub
- URL: https://github.com/booktype/BookJS
- Owner: booktype
- License: agpl-3.0
- Created: 2012-07-25T22:46:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T01:40:14.000Z (over 7 years ago)
- Last Synced: 2024-11-14T14:39:16.948Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 8.85 MB
- Stars: 225
- Watchers: 22
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-list - BookJS
README
BookJS
===========
BookJS was an effort to use the page formatting functions present in certain Chromium versions to convert a webpage into a set of pages formatted for printing, whch can be converted into a PDF with Chromium's print-to-PDF function. Please note that CSS Regions is an experimental feature and may not be available in your current browser.