Paged.js is an open-source javascript library to display paginated content in the browser and to generate print books using web technology.
Paged.js is an open-source javascript library to display paginated content in the browser and to generate print books using web technology.
It's composed of a *Chuncker* and a *Polisher*. The Chunker chunks up a document into paged media flows and applies print classes. The Polisher converts @page css to classes, and applies counters and content.
It's composed of a *Chuncker* and a *Polisher*. The Chunker chunks up a document into paged media flows and applies print classes. The Polisher converts @page css to classes, and applies counters and content.
...
@@ -38,9 +36,8 @@ We have several tools to help designers and discuss the addition of new features
...
@@ -38,9 +36,8 @@ We have several tools to help designers and discuss the addition of new features
## Running paged.js
## Running paged.js
How to start with paged.js? The first thing is to make the script work on your document. For that, you need a few things:
How to start with paged.js? The first thing is to make the script work on your document. For that, you need a few things:
## Getting Started with Paged.js [ [link](https://gitlab.pagedmedia.org/tools/pagedjs-documentation/blob/master/Part01_Getting-Started-with-paged.md) ]