
Paged.js
A javascript library to transform HTML document into beautiful print-ready pdf. Founded by Adam Hyde and maintained by Julien Taquet, Fred Chasen and Gijs de Heij open source standards …
JSDoc: Home
Oct 17, 2025 · Home Paged.js - Paged Media Tools Paged.js is an open-source library to display paginated content in the browser and to generate print books using web technology. It …
JSDoc: Global
Oct 17, 2025 · Expose the Paged API to the global window object. Useful for debugging or for external scripts that want to access the API.
JSDoc: Class: Chunker
Oct 17, 2025 · The Chunker class is responsible for processing and paginating HTML content into individual page layouts. It manages rendering, page flow, break handling, overflow detection, …
JSDoc: Class: Page
Oct 17, 2025 · Constructor new Page (pagesArea, pageTemplate, blank, hooks, options) Creates an instance of Page.
JSDoc: Source: chunker/page.js
Oct 17, 2025 · import Layout from "./layout.js"; import EventEmitter from "event-emitter"; /** * Represents a single page in a paginated document. * Handles rendering, layout, overflow …
Source: modules/paged-media/page-counter-increment.js
Oct 17, 2025 · Source: modules/paged-media/page-counter-increment.js import Handler from "../handler.js"; import csstree from "css-tree"; /** * Handles `counter-increment` rules ...
JSDoc: Class: Lists
Oct 17, 2025 · Methods addDataNumbers (list) Adds data-item-num attributes to each <li> in an ordered list.
JSDoc: Class: ScriptsFilter
Class: ScriptsFilter ScriptsFilter (chunker, polisher, caller) Handler that removes all
JSDoc: Source: utils/hook.js
Oct 17, 2025 · Source: utils/hook.js /** * Hooks allow for injecting functions that must all complete in order before finishing * They will execute in parallel but all must finish ...