About 50 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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.

  4. 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, …

  5. JSDoc: Class: Page

    Oct 17, 2025 · Constructor new Page (pagesArea, pageTemplate, blank, hooks, options) Creates an instance of Page.

  6. 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 …

  7. 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 ...

  8. JSDoc: Class: Lists

    Oct 17, 2025 · Methods addDataNumbers (list) Adds data-item-num attributes to each <li> in an ordered list.

  9. JSDoc: Class: ScriptsFilter

    Class: ScriptsFilter ScriptsFilter (chunker, polisher, caller) Handler that removes all

  10. 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 ...