├── .babelrc ├── .dockerignore ├── .editorconfig ├── .eslintrc.js ├── .gitignore ├── .gitlab-ci.yml ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE.md ├── README.md ├── assets ├── pagedjs.png └── pagedjs.svg ├── docker-font.conf ├── examples ├── assets │ ├── aurorae │ │ ├── book.css │ │ ├── fonts │ │ │ ├── Daubenton │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── README.md │ │ │ │ ├── daubenton-demo.html │ │ │ │ ├── daubentonwebfont.svg │ │ │ │ ├── daubentonwebfont.ttf │ │ │ │ ├── daubentonwebfont.woff │ │ │ │ └── stylesheet.css │ │ │ ├── amble │ │ │ │ ├── amble-bold-demo.html │ │ │ │ ├── amble-bold-webfont.ttf │ │ │ │ ├── amble-bold-webfont.woff │ │ │ │ ├── amble-bold-webfont.woff2 │ │ │ │ ├── amble-bolditalic-demo.html │ │ │ │ ├── amble-bolditalic-webfont.ttf │ │ │ │ ├── amble-bolditalic-webfont.woff │ │ │ │ ├── amble-bolditalic-webfont.woff2 │ │ │ │ ├── amble-italic-demo.html │ │ │ │ ├── amble-italic-webfont.ttf │ │ │ │ ├── amble-italic-webfont.woff │ │ │ │ ├── amble-italic-webfont.woff2 │ │ │ │ ├── amble-light-demo.html │ │ │ │ ├── amble-light-webfont.woff │ │ │ │ ├── amble-light-webfont.woff2 │ │ │ │ ├── amble-lightcondensed-demo.html │ │ │ │ ├── amble-lightcondensed-webfont.ttf │ │ │ │ ├── amble-lightcondensed-webfont.woff │ │ │ │ ├── amble-lightcondensed-webfont.woff2 │ │ │ │ ├── amble-lightcondenseditalic-demo.html │ │ │ │ ├── amble-lightcondenseditalic-webfont.ttf │ │ │ │ ├── amble-lightcondenseditalic-webfont.woff │ │ │ │ ├── amble-lightcondenseditalic-webfont.woff2 │ │ │ │ ├── amble-lightitalic-demo.html │ │ │ │ ├── amble-lightitalic-webfont.woff │ │ │ │ ├── amble-lightitalic-webfont.woff2 │ │ │ │ ├── amble-regular-demo.html │ │ │ │ ├── amble-regular-webfont.woff │ │ │ │ ├── amble-regular-webfont.woff2 │ │ │ │ ├── generator_config.txt │ │ │ │ ├── specimen_files │ │ │ │ │ ├── grid_12-825-55-15.css │ │ │ │ │ └── specimen_stylesheet.css │ │ │ │ └── stylesheet.css │ │ │ ├── hk-grotesk │ │ │ │ ├── HKGrotesk-Bold.eot │ │ │ │ ├── HKGrotesk-Bold.svg │ │ │ │ ├── HKGrotesk-Bold.ttf │ │ │ │ ├── HKGrotesk-Bold.woff │ │ │ │ ├── HKGrotesk-Bold.woff2 │ │ │ │ ├── HKGrotesk-BoldItalic.eot │ │ │ │ ├── HKGrotesk-BoldItalic.svg │ │ │ │ ├── HKGrotesk-BoldItalic.ttf │ │ │ │ ├── HKGrotesk-BoldItalic.woff │ │ │ │ ├── HKGrotesk-BoldItalic.woff2 │ │ │ │ ├── HKGrotesk-Italic.eot │ │ │ │ ├── HKGrotesk-Italic.svg │ │ │ │ ├── HKGrotesk-Italic.ttf │ │ │ │ ├── HKGrotesk-Italic.woff │ │ │ │ ├── HKGrotesk-Italic.woff2 │ │ │ │ ├── HKGrotesk-Light.eot │ │ │ │ ├── HKGrotesk-Light.svg │ │ │ │ ├── HKGrotesk-Light.ttf │ │ │ │ ├── HKGrotesk-Light.woff │ │ │ │ ├── HKGrotesk-Light.woff2 │ │ │ │ ├── HKGrotesk-LightItalic.eot │ │ │ │ ├── HKGrotesk-LightItalic.svg │ │ │ │ ├── HKGrotesk-LightItalic.ttf │ │ │ │ ├── HKGrotesk-LightItalic.woff │ │ │ │ ├── HKGrotesk-LightItalic.woff2 │ │ │ │ ├── HKGrotesk-Medium.eot │ │ │ │ ├── HKGrotesk-Medium.svg │ │ │ │ ├── HKGrotesk-Medium.ttf │ │ │ │ ├── HKGrotesk-Medium.woff │ │ │ │ ├── HKGrotesk-Medium.woff2 │ │ │ │ ├── HKGrotesk-MediumItalic.eot │ │ │ │ ├── HKGrotesk-MediumItalic.svg │ │ │ │ ├── HKGrotesk-MediumItalic.ttf │ │ │ │ ├── HKGrotesk-MediumItalic.woff │ │ │ │ ├── HKGrotesk-MediumItalic.woff2 │ │ │ │ ├── HKGrotesk-Regular.eot │ │ │ │ ├── HKGrotesk-Regular.svg │ │ │ │ ├── HKGrotesk-Regular.ttf │ │ │ │ ├── HKGrotesk-Regular.woff │ │ │ │ ├── HKGrotesk-Regular.woff2 │ │ │ │ ├── HKGrotesk-SemiBold.eot │ │ │ │ ├── HKGrotesk-SemiBold.svg │ │ │ │ ├── HKGrotesk-SemiBold.ttf │ │ │ │ ├── HKGrotesk-SemiBold.woff │ │ │ │ ├── HKGrotesk-SemiBold.woff2 │ │ │ │ ├── HKGrotesk-SemiBoldItalic.eot │ │ │ │ ├── HKGrotesk-SemiBoldItalic.svg │ │ │ │ ├── HKGrotesk-SemiBoldItalic.ttf │ │ │ │ ├── HKGrotesk-SemiBoldItalic.woff │ │ │ │ ├── HKGrotesk-SemiBoldItalic.woff2 │ │ │ │ └── stylesheet.css │ │ │ ├── noto-serif │ │ │ │ ├── generator_config.txt │ │ │ │ ├── notoserif-bold-demo.html │ │ │ │ ├── notoserif-bold-webfont.woff │ │ │ │ ├── notoserif-bold-webfont.woff2 │ │ │ │ ├── notoserif-bolditalic-demo.html │ │ │ │ ├── notoserif-bolditalic-webfont.ttf │ │ │ │ ├── notoserif-bolditalic-webfont.woff │ │ │ │ ├── notoserif-bolditalic-webfont.woff2 │ │ │ │ ├── notoserif-italic-demo.html │ │ │ │ ├── notoserif-italic-webfont.ttf │ │ │ │ ├── notoserif-italic-webfont.woff │ │ │ │ ├── notoserif-italic-webfont.woff2 │ │ │ │ ├── notoserif-regular-demo.html │ │ │ │ ├── notoserif-regular-webfont.ttf │ │ │ │ ├── notoserif-regular-webfont.woff │ │ │ │ ├── notoserif-regular-webfont.woff2 │ │ │ │ ├── specimen_files │ │ │ │ │ ├── grid_12-825-55-15.css │ │ │ │ │ └── specimen_stylesheet.css │ │ │ │ └── stylesheet.css │ │ │ └── spectral │ │ │ │ ├── generator_config.txt │ │ │ │ ├── specimen_files │ │ │ │ ├── grid_12-825-55-15.css │ │ │ │ └── specimen_stylesheet.css │ │ │ │ ├── spectral-bold-demo.html │ │ │ │ ├── spectral-bold-webfont.ttf │ │ │ │ ├── spectral-bold-webfont.woff │ │ │ │ ├── spectral-bold-webfont.woff2 │ │ │ │ ├── spectral-bolditalic-demo.html │ │ │ │ ├── spectral-bolditalic-webfont.woff │ │ │ │ ├── spectral-bolditalic-webfont.woff2 │ │ │ │ ├── spectral-extrabold-demo.html │ │ │ │ ├── spectral-extrabold-webfont.ttf │ │ │ │ ├── spectral-extrabold-webfont.woff │ │ │ │ ├── spectral-extrabold-webfont.woff2 │ │ │ │ ├── spectral-extrabolditalic-demo.html │ │ │ │ ├── spectral-extrabolditalic-webfont.ttf │ │ │ │ ├── spectral-extrabolditalic-webfont.woff │ │ │ │ ├── spectral-extrabolditalic-webfont.woff2 │ │ │ │ ├── spectral-extralight-demo.html │ │ │ │ ├── spectral-extralight-webfont.ttf │ │ │ │ ├── spectral-extralight-webfont.woff │ │ │ │ ├── spectral-extralight-webfont.woff2 │ │ │ │ ├── spectral-extralightitalic-demo.html │ │ │ │ ├── spectral-extralightitalic-webfont.ttf │ │ │ │ ├── spectral-extralightitalic-webfont.woff │ │ │ │ ├── spectral-extralightitalic-webfont.woff2 │ │ │ │ ├── spectral-italic-demo.html │ │ │ │ ├── spectral-italic-webfont.ttf │ │ │ │ ├── spectral-italic-webfont.woff │ │ │ │ ├── spectral-italic-webfont.woff2 │ │ │ │ ├── spectral-light-demo.html │ │ │ │ ├── spectral-light-webfont.woff │ │ │ │ ├── spectral-light-webfont.woff2 │ │ │ │ ├── spectral-lightitalic-demo.html │ │ │ │ ├── spectral-lightitalic-webfont.ttf │ │ │ │ ├── spectral-lightitalic-webfont.woff │ │ │ │ ├── spectral-lightitalic-webfont.woff2 │ │ │ │ ├── spectral-medium-demo.html │ │ │ │ ├── spectral-medium-webfont.ttf │ │ │ │ ├── spectral-medium-webfont.woff │ │ │ │ ├── spectral-medium-webfont.woff2 │ │ │ │ ├── spectral-mediumitalic-demo.html │ │ │ │ ├── spectral-mediumitalic-webfont.woff │ │ │ │ ├── spectral-mediumitalic-webfont.woff2 │ │ │ │ ├── spectral-regular-demo.html │ │ │ │ ├── spectral-regular-webfont.woff │ │ │ │ ├── spectral-regular-webfont.woff2 │ │ │ │ ├── spectral-semibold-demo.html │ │ │ │ ├── spectral-semibold-webfont.ttf │ │ │ │ ├── spectral-semibold-webfont.woff │ │ │ │ ├── spectral-semibold-webfont.woff2 │ │ │ │ ├── spectral-semibolditalic-demo.html │ │ │ │ ├── spectral-semibolditalic-webfont.ttf │ │ │ │ ├── spectral-semibolditalic-webfont.woff │ │ │ │ ├── spectral-semibolditalic-webfont.woff2 │ │ │ │ └── stylesheet.css │ │ └── images │ │ │ ├── alere.jpg │ │ │ ├── cover.jpg │ │ │ ├── fig1.jpg │ │ │ ├── fig2-3-4.jpg │ │ │ ├── graph.jpg │ │ │ ├── lune.ai │ │ │ ├── lune.jpg │ │ │ ├── plate1.jpg │ │ │ ├── plate10.jpg │ │ │ ├── plate11.jpg │ │ │ ├── plate12.jpg │ │ │ ├── plate13.jpg │ │ │ ├── plate14.jpg │ │ │ ├── plate15.jpg │ │ │ ├── plate16.jpg │ │ │ ├── plate17.jpg │ │ │ ├── plate18.jpg │ │ │ ├── plate2.jpg │ │ │ ├── plate3.jpg │ │ │ ├── plate4.jpg │ │ │ ├── plate5.jpg │ │ │ ├── plate6.jpg │ │ │ ├── plate7.jpg │ │ │ ├── plate8.jpg │ │ │ └── plate9.jpg │ ├── moby-dick │ │ ├── fonts │ │ │ ├── OCRAStd.otf │ │ │ ├── STIXGeneral.otf │ │ │ ├── STIXGeneralBol.otf │ │ │ ├── STIXGeneralBolIta.otf │ │ │ └── STIXGeneralItalic.otf │ │ └── images │ │ │ ├── .gitkeep │ │ │ ├── 9780316000000.jpg │ │ │ ├── Moby-Dick_FE_title_page.jpg │ │ │ └── yard.jpg │ └── styles │ │ ├── epub.css │ │ ├── examples.css │ │ ├── moby-dick.css │ │ └── preview.css ├── epub.html ├── index.html ├── math.html ├── polisher.html ├── polyfill.html ├── previewer.html └── viewer.html ├── index.html ├── jest.config.js ├── package.json ├── rollup.config.js ├── rollup.legacy.config.js ├── rollup.server.config.js ├── seccomp.json ├── specs ├── .eslintrc.json ├── bleed │ ├── __image_snapshots_linux__ │ │ └── bleed-spec-js-bleed-should-create-a-pdf-1-snap.png │ ├── __image_snapshots_mac__ │ │ └── bleed-spec-js-bleed-should-create-a-pdf-1-snap.png │ ├── bleed.html │ └── bleed.spec.js ├── breaks │ ├── __image_snapshots_linux__ │ │ ├── breaks-spec-js-breaks-should-create-a-pdf-1-snap.png │ │ └── breaks-spec-js-breaks-should-create-a-pdf-2-snap.png │ ├── __image_snapshots_mac__ │ │ ├── breaks-spec-js-breaks-should-create-a-pdf-1-snap.png │ │ └── breaks-spec-js-breaks-should-create-a-pdf-2-snap.png │ ├── break-after │ │ ├── break-after-avoid │ │ │ ├── __image_snapshots_linux__ │ │ │ │ └── breaks-after-avoid-spec-js-break-after-avoid-should-create-a-pdf-1-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ │ └── breaks-after-avoid-spec-js-break-after-avoid-should-create-a-pdf-1-snap.png │ │ │ ├── break-after-avoid.html │ │ │ └── breaks-after-avoid.spec.js │ │ ├── break-after-left │ │ │ ├── __image_snapshots_linux__ │ │ │ │ ├── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-3-snap.png │ │ │ │ ├── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-4-snap.png │ │ │ │ └── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-5-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ │ ├── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-3-snap.png │ │ │ │ ├── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-4-snap.png │ │ │ │ └── breaks-after-left-spec-js-break-after-left-should-create-a-pdf-5-snap.png │ │ │ ├── break-after-left.html │ │ │ └── breaks-after-left.spec.js │ │ ├── break-after-page │ │ │ ├── __image_snapshots_linux__ │ │ │ │ ├── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-3-snap.png │ │ │ │ ├── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-4-snap.png │ │ │ │ └── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-5-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ │ ├── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-3-snap.png │ │ │ │ ├── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-4-snap.png │ │ │ │ └── breaks-after-page-spec-js-break-after-page-should-create-a-pdf-5-snap.png │ │ │ ├── break-after-page.html │ │ │ └── breaks-after-page.spec.js │ │ ├── break-after-recto │ │ │ ├── __image_snapshots_linux__ │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-3-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-4-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-5-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-6-snap.png │ │ │ │ └── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-7-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-3-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-4-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-5-snap.png │ │ │ │ ├── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-6-snap.png │ │ │ │ └── breaks-after-recto-spec-js-break-after-recto-should-create-a-pdf-7-snap.png │ │ │ ├── break-after-recto.html │ │ │ └── breaks-after-recto.spec.js │ │ ├── break-after-right │ │ │ ├── __image_snapshots_linux__ │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-3-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-4-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-5-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-6-snap.png │ │ │ │ └── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-7-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-3-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-4-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-5-snap.png │ │ │ │ ├── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-6-snap.png │ │ │ │ └── breaks-after-right-spec-js-break-after-right-should-create-a-pdf-7-snap.png │ │ │ ├── break-after-right.html │ │ │ └── breaks-after-right.spec.js │ │ └── break-after-verso │ │ │ ├── __image_snapshots_linux__ │ │ │ ├── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-1-snap.png │ │ │ ├── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-2-snap.png │ │ │ ├── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-3-snap.png │ │ │ ├── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-4-snap.png │ │ │ └── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-5-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ ├── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-1-snap.png │ │ │ ├── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-2-snap.png │ │ │ ├── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-3-snap.png │ │ │ ├── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-4-snap.png │ │ │ └── breaks-after-verso-spec-js-break-after-verso-should-create-a-pdf-5-snap.png │ │ │ ├── break-after-verso.html │ │ │ └── breaks-after-verso.spec.js │ ├── break-before │ │ ├── break-before-avoid │ │ │ ├── __image_snapshots_linux__ │ │ │ │ └── breaks-before-avoid-spec-js-break-before-avoid-should-create-a-pdf-1-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ │ └── breaks-before-avoid-spec-js-break-before-avoid-should-create-a-pdf-1-snap.png │ │ │ ├── break-before-avoid.html │ │ │ └── breaks-before-avoid.spec.js │ │ ├── break-before-left │ │ │ ├── __image_snapshots_linux__ │ │ │ │ ├── break-before-left-spec-js-break-before-left-should-create-a-pdf-1-snap.png │ │ │ │ ├── break-before-left-spec-js-break-before-left-should-create-a-pdf-2-snap.png │ │ │ │ ├── break-before-left-spec-js-break-before-left-should-create-a-pdf-3-snap.png │ │ │ │ └── break-before-left-spec-js-break-before-left-should-create-a-pdf-4-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ │ ├── break-before-left-spec-js-break-before-left-should-create-a-pdf-1-snap.png │ │ │ │ ├── break-before-left-spec-js-break-before-left-should-create-a-pdf-2-snap.png │ │ │ │ ├── break-before-left-spec-js-break-before-left-should-create-a-pdf-3-snap.png │ │ │ │ └── break-before-left-spec-js-break-before-left-should-create-a-pdf-4-snap.png │ │ │ ├── break-before-left.html │ │ │ └── break-before-left.spec.js │ │ ├── break-before-page │ │ │ ├── __image_snapshots_linux__ │ │ │ │ ├── breaks-before-page-spec-js-break-before-page-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-before-page-spec-js-break-before-page-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-before-page-spec-js-break-before-page-should-create-a-pdf-3-snap.png │ │ │ │ └── breaks-before-page-spec-js-break-before-page-should-create-a-pdf-4-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ │ ├── breaks-before-page-spec-js-break-before-page-should-create-a-pdf-1-snap.png │ │ │ │ ├── breaks-before-page-spec-js-break-before-page-should-create-a-pdf-2-snap.png │ │ │ │ ├── breaks-before-page-spec-js-break-before-page-should-create-a-pdf-3-snap.png │ │ │ │ └── breaks-before-page-spec-js-break-before-page-should-create-a-pdf-4-snap.png │ │ │ ├── break-before-page.html │ │ │ └── breaks-before-page.spec.js │ │ └── break-before-right │ │ │ ├── __image_snapshots_linux__ │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-1-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-2-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-3-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-4-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-5-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-6-snap.png │ │ │ └── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-7-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-1-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-2-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-3-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-4-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-5-snap.png │ │ │ ├── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-6-snap.png │ │ │ └── breaks-before-right-spec-js-break-before-right-should-create-a-pdf-7-snap.png │ │ │ ├── break-before-right.html │ │ │ └── breaks-before-right.spec.js │ ├── break-inside │ │ └── break-inside-avoid │ │ │ ├── __image_snapshots_linux__ │ │ │ ├── break-inside-avoid-spec-js-break-inside-avoid-should-create-a-pdf-1-snap.png │ │ │ ├── break-inside-avoid-spec-js-break-inside-avoid-should-create-a-pdf-2-snap.png │ │ │ ├── break-inside-avoid-spec-js-break-inside-avoid-should-create-a-pdf-3-snap.png │ │ │ ├── break-inside-avoid-table-cell-spec-js-break-inside-avoid-table-cell-should-create-a-pdf-1-snap.png │ │ │ └── break-inside-avoid-table-cell-spec-js-break-inside-avoid-table-cell-should-create-a-pdf-2-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ ├── break-inside-avoid-spec-js-break-inside-avoid-should-create-a-pdf-1-snap.png │ │ │ ├── break-inside-avoid-spec-js-break-inside-avoid-should-create-a-pdf-2-snap.png │ │ │ ├── break-inside-avoid-spec-js-break-inside-avoid-should-create-a-pdf-3-snap.png │ │ │ ├── break-inside-avoid-table-cell-spec-js-break-inside-avoid-table-cell-should-create-a-pdf-1-snap.png │ │ │ └── break-inside-avoid-table-cell-spec-js-break-inside-avoid-table-cell-should-create-a-pdf-2-snap.png │ │ │ ├── break-inside-avoid-table-cell.html │ │ │ ├── break-inside-avoid-table-cell.spec.js │ │ │ ├── break-inside-avoid.html │ │ │ └── break-inside-avoid.spec.js │ ├── breaks.html │ ├── breaks.spec.js │ ├── child-parent-propagation │ │ ├── __image_snapshots_linux__ │ │ │ ├── break-after-child-parent-propagation-spec-js-break-after-child-parent-propagation-should-create-a-pdf-1-snap.png │ │ │ ├── break-after-child-parent-propagation-spec-js-break-after-child-parent-propagation-should-create-a-pdf-2-snap.png │ │ │ ├── break-before-child-parent-propagation-spec-js-break-before-child-parent-propagation-should-create-a-pdf-1-snap.png │ │ │ ├── break-before-child-parent-propagation-spec-js-break-before-child-parent-propagation-should-create-a-pdf-2-snap.png │ │ │ ├── break-before-container-propagation-spec-js-break-before-container-propagation-should-create-a-pdf-1-snap.png │ │ │ ├── break-before-container-propagation-spec-js-break-before-container-propagation-should-create-a-pdf-2-snap.png │ │ │ └── break-before-container-propagation-spec-js-break-before-container-propagation-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── break-after-child-parent-propagation-spec-js-break-after-child-parent-propagation-should-create-a-pdf-1-snap.png │ │ │ ├── break-after-child-parent-propagation-spec-js-break-after-child-parent-propagation-should-create-a-pdf-2-snap.png │ │ │ ├── break-before-child-parent-propagation-spec-js-break-before-child-parent-propagation-should-create-a-pdf-1-snap.png │ │ │ ├── break-before-child-parent-propagation-spec-js-break-before-child-parent-propagation-should-create-a-pdf-2-snap.png │ │ │ ├── break-before-container-propagation-spec-js-break-before-container-propagation-should-create-a-pdf-1-snap.png │ │ │ ├── break-before-container-propagation-spec-js-break-before-container-propagation-should-create-a-pdf-2-snap.png │ │ │ └── break-before-container-propagation-spec-js-break-before-container-propagation-should-create-a-pdf-3-snap.png │ │ ├── break-after-child-parent-propagation.html │ │ ├── break-after-child-parent-propagation.spec.js │ │ ├── break-before-child-parent-propagation.html │ │ ├── break-before-child-parent-propagation.spec.js │ │ ├── break-before-container-propagation.html │ │ └── break-before-container-propagation.spec.js │ └── table │ │ ├── __image_snapshots_linux__ │ │ ├── avoid-break-rowspan-spec-js-breaks-table-avoid-break-rowspan-should-create-a-pdf-1-snap.png │ │ └── avoid-break-rowspan-spec-js-breaks-table-avoid-break-rowspan-should-create-a-pdf-2-snap.png │ │ ├── avoid-break-rowspan.html │ │ └── avoid-break-rowspan.spec.js ├── counters │ ├── counter-page-reset │ │ ├── __image_snapshots_linux__ │ │ │ ├── counter-page-reset-scope-spec-js-counter-page-reset-scope-should-create-a-pdf-1-snap.png │ │ │ ├── counter-page-reset-scope-spec-js-counter-page-reset-scope-should-create-a-pdf-2-snap.png │ │ │ ├── counter-page-reset-scope-spec-js-counter-page-reset-scope-should-create-a-pdf-3-snap.png │ │ │ ├── counter-page-reset-spec-js-counter-page-should-create-a-pdf-1-snap.png │ │ │ └── counter-page-reset-spec-js-counter-page-should-create-a-pdf-2-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── counter-page-reset-scope-spec-js-counter-page-reset-scope-should-create-a-pdf-1-snap.png │ │ │ ├── counter-page-reset-scope-spec-js-counter-page-reset-scope-should-create-a-pdf-2-snap.png │ │ │ ├── counter-page-reset-scope-spec-js-counter-page-reset-scope-should-create-a-pdf-3-snap.png │ │ │ ├── counter-page-reset-spec-js-counter-page-should-create-a-pdf-1-snap.png │ │ │ └── counter-page-reset-spec-js-counter-page-should-create-a-pdf-2-snap.png │ │ ├── counter-page-reset-scope.html │ │ ├── counter-page-reset-scope.spec.js │ │ ├── counter-page-reset.html │ │ └── counter-page-reset.spec.js │ ├── counter-page │ │ ├── __image_snapshots_linux__ │ │ │ ├── counter-page-spec-js-counter-page-should-create-a-pdf-1-snap.png │ │ │ └── counter-page-spec-js-counter-page-should-create-a-pdf-2-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── counter-page-spec-js-counter-page-should-create-a-pdf-1-snap.png │ │ │ └── counter-page-spec-js-counter-page-should-create-a-pdf-2-snap.png │ │ ├── counter-page.html │ │ └── counter-page.spec.js │ ├── counter-pages │ │ ├── __image_snapshots_linux__ │ │ │ └── counter-pages-spec-js-counter-pages-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── counter-pages-spec-js-counter-pages-should-create-a-pdf-1-snap.png │ │ ├── counter-pages.html │ │ └── counter-pages.spec.js │ └── nested │ │ ├── __image_snapshots_linux__ │ │ ├── nested-spec-js-counter-pages-should-create-a-pdf-1-snap.png │ │ └── nested-spec-js-counter-pages-should-create-a-pdf-2-snap.png │ │ ├── __image_snapshots_mac__ │ │ ├── nested-spec-js-counter-pages-should-create-a-pdf-1-snap.png │ │ └── nested-spec-js-counter-pages-should-create-a-pdf-2-snap.png │ │ ├── nested.html │ │ └── nested.spec.js ├── custom-bleeds │ ├── __image_snapshots_linux__ │ │ ├── custom-bleeds-spec-js-bleed-should-create-a-pdf-1-snap.png │ │ └── custom-bleeds-spec-js-bleed-should-create-a-pdf-2-snap.png │ ├── __image_snapshots_mac__ │ │ ├── custom-bleeds-spec-js-bleed-should-create-a-pdf-1-snap.png │ │ └── custom-bleeds-spec-js-bleed-should-create-a-pdf-2-snap.png │ ├── custom-bleeds.html │ └── custom-bleeds.spec.js ├── data64 │ ├── data64.html │ └── data64.spec.js ├── default │ ├── __image_snapshots_linux__ │ │ └── default-spec-js-default-should-create-a-pdf-1-snap.png │ ├── __image_snapshots_mac__ │ │ └── default-spec-js-default-should-create-a-pdf-1-snap.png │ ├── default.html │ └── default.spec.js ├── filters │ ├── script-elements │ │ ├── script-elements.html │ │ └── script-elements.spec.js │ └── undisplayed │ │ ├── undisplayed.html │ │ └── undisplayed.spec.js ├── following-selector │ ├── __image_snapshots_linux__ │ │ ├── following-selector-spec-js-following-selector-should-create-a-pdf-1-snap.png │ │ └── following-selector-spec-js-following-selector-should-create-a-pdf-2-snap.png │ ├── __image_snapshots_mac__ │ │ ├── following-selector-spec-js-following-selector-should-create-a-pdf-1-snap.png │ │ └── following-selector-spec-js-following-selector-should-create-a-pdf-2-snap.png │ ├── following-selector.html │ └── following-selector.spec.js ├── generate-content │ └── content-none │ │ ├── __image_snapshots_linux__ │ │ ├── content-none-spec-js-content-none-should-create-a-pdf-1-snap.png │ │ └── content-none-spec-js-content-none-should-create-a-pdf-2-snap.png │ │ ├── __image_snapshots_mac__ │ │ ├── content-none-spec-js-content-none-should-create-a-pdf-1-snap.png │ │ └── content-none-spec-js-content-none-should-create-a-pdf-2-snap.png │ │ ├── content-none.html │ │ └── content-none.spec.js ├── hooks │ ├── __image_snapshots_linux__ │ │ └── hooks-spec-js-hooks-should-create-a-pdf-1-snap.png │ ├── __image_snapshots_mac__ │ │ └── hooks-spec-js-hooks-should-create-a-pdf-1-snap.png │ ├── hooks.html │ └── hooks.spec.js ├── hyphens │ └── awesome │ │ ├── awesome.html │ │ └── awesome.spec.js ├── infinite-loop │ ├── __image_snapshots_linux__ │ │ └── infinite-loop-spec-js-infinite-loop-should-create-a-pdf-1-snap.png │ ├── __image_snapshots_mac__ │ │ └── infinite-loop-spec-js-infinite-loop-should-create-a-pdf-1-snap.png │ ├── infinite-loop.html │ └── infinite-loop.spec.js ├── issues │ ├── duplicate-headers │ │ ├── __image_snapshots_linux__ │ │ │ ├── duplicate-headers-spec-js-duplicate-headers-should-create-a-pdf-1-snap.png │ │ │ ├── duplicate-headers-spec-js-duplicate-headers-should-create-a-pdf-2-snap.png │ │ │ └── duplicate-headers-spec-js-duplicate-headers-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── duplicate-headers-spec-js-duplicate-headers-should-create-a-pdf-1-snap.png │ │ │ ├── duplicate-headers-spec-js-duplicate-headers-should-create-a-pdf-2-snap.png │ │ │ └── duplicate-headers-spec-js-duplicate-headers-should-create-a-pdf-3-snap.png │ │ ├── duplicate-headers.html │ │ └── duplicate-headers.spec.js │ ├── imports │ │ ├── __image_snapshots_linux__ │ │ │ └── imports-spec-js-imports-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── imports-spec-js-imports-should-create-a-pdf-1-snap.png │ │ ├── all.css │ │ ├── imports.html │ │ ├── imports.spec.js │ │ ├── print1.css │ │ ├── print2.css │ │ ├── print3.css │ │ └── screen.css │ ├── roman-numerals │ │ ├── __image_snapshots_linux__ │ │ │ ├── roman-numerals-spec-js-roman-numerals-should-create-a-pdf-1-snap.png │ │ │ └── roman-numerals-spec-js-roman-numerals-should-create-a-pdf-2-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── roman-numerals-spec-js-roman-numerals-should-create-a-pdf-1-snap.png │ │ │ └── roman-numerals-spec-js-roman-numerals-should-create-a-pdf-2-snap.png │ │ ├── roman-numerals.html │ │ └── roman-numerals.spec.js │ ├── template │ │ ├── issue.html │ │ └── issue.spec.js │ └── wrapper-height │ │ ├── __image_snapshots_mac__ │ │ └── wrapper-height-spec-js-wrapper-height-should-create-a-pdf-1-snap.png │ │ ├── wrapper-height.html │ │ └── wrapper-height.spec.js ├── jest.config.js ├── jest_helpers │ ├── constants.js │ ├── pdf_snapshot.js │ ├── puppeteer_environment.js │ ├── setup.js │ ├── setup_tests.js │ └── teardown.js ├── margin-boxes │ ├── dimension │ │ ├── dimension.html │ │ └── dimension.spec.js │ ├── style │ │ ├── __image_snapshots_linux__ │ │ │ └── style-spec-js-text-align-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── style-spec-js-text-align-should-create-a-pdf-1-snap.png │ │ ├── style.html │ │ └── style.spec.js │ ├── text-align │ │ ├── text-align.html │ │ └── text-align.spec.js │ └── vertical-align │ │ ├── __image_snapshots_linux__ │ │ └── vertical-align-spec-js-vertical-align-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ └── vertical-align-spec-js-vertical-align-should-create-a-pdf-1-snap.png │ │ ├── vertical-align.html │ │ └── vertical-align.spec.js ├── marks │ ├── __image_snapshots_linux__ │ │ └── marks-spec-js-marks-should-create-a-pdf-1-snap.png │ ├── __image_snapshots_mac__ │ │ └── marks-spec-js-marks-should-create-a-pdf-1-snap.png │ ├── marks.html │ └── marks.spec.js ├── math │ ├── math.html │ ├── math.spec.js │ ├── mathjax.html │ └── mathjax.spec.js ├── media │ └── print │ │ ├── __image_snapshots_linux__ │ │ └── print-spec-js-print-media-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ └── print-spec-js-print-media-should-create-a-pdf-1-snap.png │ │ ├── print.html │ │ └── print.spec.js ├── named-page │ ├── forced-page-break │ │ ├── __image_snapshots_linux__ │ │ │ ├── forced-page-break-spec-js-forced-page-break-should-create-a-pdf-1-snap.png │ │ │ ├── forced-page-break-spec-js-forced-page-break-should-create-a-pdf-2-snap.png │ │ │ ├── named-and-unnamed-pages-siblings-spec-js-named-and-unnamed-pages-siblings-should-create-a-pdf-1-snap.png │ │ │ ├── named-and-unnamed-pages-siblings-spec-js-named-and-unnamed-pages-siblings-should-create-a-pdf-2-snap.png │ │ │ ├── named-and-unnamed-pages-siblings-spec-js-named-and-unnamed-pages-siblings-should-create-a-pdf-3-snap.png │ │ │ └── named-and-unnamed-pages-siblings-spec-js-named-and-unnamed-pages-siblings-should-create-a-pdf-4-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── forced-page-break-spec-js-forced-page-break-should-create-a-pdf-1-snap.png │ │ │ ├── forced-page-break-spec-js-forced-page-break-should-create-a-pdf-2-snap.png │ │ │ ├── named-and-unnamed-pages-siblings-spec-js-named-and-unnamed-pages-siblings-should-create-a-pdf-1-snap.png │ │ │ ├── named-and-unnamed-pages-siblings-spec-js-named-and-unnamed-pages-siblings-should-create-a-pdf-2-snap.png │ │ │ ├── named-and-unnamed-pages-siblings-spec-js-named-and-unnamed-pages-siblings-should-create-a-pdf-3-snap.png │ │ │ └── named-and-unnamed-pages-siblings-spec-js-named-and-unnamed-pages-siblings-should-create-a-pdf-4-snap.png │ │ ├── forced-page-break.html │ │ ├── forced-page-break.spec.js │ │ ├── named-and-unnamed-pages-siblings.html │ │ └── named-and-unnamed-pages-siblings.spec.js │ ├── named-page │ │ ├── __image_snapshots_linux__ │ │ │ ├── named-page-spec-js-named-page-should-create-a-pdf-1-snap.png │ │ │ ├── named-page-spec-js-named-page-should-create-a-pdf-2-snap.png │ │ │ └── named-page-spec-js-named-page-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── named-page-spec-js-named-page-should-create-a-pdf-1-snap.png │ │ │ ├── named-page-spec-js-named-page-should-create-a-pdf-2-snap.png │ │ │ └── named-page-spec-js-named-page-should-create-a-pdf-3-snap.png │ │ ├── named-page.html │ │ └── named-page.spec.js │ ├── nested │ │ ├── __image_snapshots_linux__ │ │ │ ├── named-page-nested-first-child-spec-js-named-page-nested-should-create-a-pdf-1-snap.png │ │ │ └── named-page-nested-first-child-spec-js-named-page-nested-should-create-a-pdf-2-snap.png │ │ ├── named-page-nested-first-child.html │ │ └── named-page-nested-first-child.spec.js │ ├── no-forced-page-break │ │ ├── __image_snapshots_linux__ │ │ │ ├── contiguous-named-pages-spec-js-contiguous-named-pages-should-create-a-pdf-1-snap.png │ │ │ ├── fold-page-breaks-after-spec-js-fold-page-breaks-after-should-create-a-pdf-1-snap.png │ │ │ ├── fold-page-breaks-after-spec-js-fold-page-breaks-after-should-create-a-pdf-2-snap.png │ │ │ ├── fold-page-breaks-after-spec-js-fold-page-breaks-after-should-create-a-pdf-3-snap.png │ │ │ ├── fold-page-breaks-after-spec-js-fold-page-breaks-after-should-create-a-pdf-4-snap.png │ │ │ ├── fold-page-breaks-before-spec-js-fold-page-breaks-should-create-a-pdf-1-snap.png │ │ │ ├── fold-page-breaks-before-spec-js-fold-page-breaks-should-create-a-pdf-2-snap.png │ │ │ ├── ignore-undisplayed-nodes-spec-js-ignore-undisplayed-nodes-should-create-a-pdf-1-snap.png │ │ │ ├── ignore-undisplayed-nodes-spec-js-ignore-undisplayed-nodes-should-create-a-pdf-2-snap.png │ │ │ └── no-forced-page-break-spec-js-no-forced-page-break-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── contiguous-named-pages-spec-js-contiguous-named-pages-should-create-a-pdf-1-snap.png │ │ │ ├── fold-page-breaks-after-spec-js-fold-page-breaks-after-should-create-a-pdf-1-snap.png │ │ │ ├── fold-page-breaks-after-spec-js-fold-page-breaks-after-should-create-a-pdf-2-snap.png │ │ │ ├── fold-page-breaks-after-spec-js-fold-page-breaks-after-should-create-a-pdf-3-snap.png │ │ │ ├── fold-page-breaks-after-spec-js-fold-page-breaks-after-should-create-a-pdf-4-snap.png │ │ │ ├── fold-page-breaks-before-spec-js-fold-page-breaks-should-create-a-pdf-1-snap.png │ │ │ ├── fold-page-breaks-before-spec-js-fold-page-breaks-should-create-a-pdf-2-snap.png │ │ │ ├── ignore-undisplayed-nodes-spec-js-ignore-undisplayed-nodes-should-create-a-pdf-1-snap.png │ │ │ ├── ignore-undisplayed-nodes-spec-js-ignore-undisplayed-nodes-should-create-a-pdf-2-snap.png │ │ │ └── no-forced-page-break-spec-js-no-forced-page-break-should-create-a-pdf-1-snap.png │ │ ├── contiguous-named-pages.html │ │ ├── contiguous-named-pages.spec.js │ │ ├── fold-page-breaks-after.html │ │ ├── fold-page-breaks-after.spec.js │ │ ├── fold-page-breaks-before.html │ │ ├── fold-page-breaks-before.spec.js │ │ ├── ignore-undisplayed-nodes.html │ │ ├── ignore-undisplayed-nodes.spec.js │ │ ├── no-forced-page-break.html │ │ └── no-forced-page-break.spec.js │ └── page-group │ │ ├── __image_snapshots_linux__ │ │ ├── page-group-spec-js-page-group-should-create-a-pdf-1-snap.png │ │ ├── page-group-spec-js-page-group-should-create-a-pdf-2-snap.png │ │ ├── page-group-spec-js-page-group-should-create-a-pdf-3-snap.png │ │ └── page-group-spec-js-page-group-should-create-a-pdf-4-snap.png │ │ ├── __image_snapshots_mac__ │ │ ├── page-group-spec-js-page-group-should-create-a-pdf-1-snap.png │ │ ├── page-group-spec-js-page-group-should-create-a-pdf-2-snap.png │ │ ├── page-group-spec-js-page-group-should-create-a-pdf-3-snap.png │ │ └── page-group-spec-js-page-group-should-create-a-pdf-4-snap.png │ │ ├── page-group.html │ │ └── page-group.spec.js ├── notes │ ├── footnote-display │ │ ├── __image_snapshots_linux__ │ │ │ ├── footnote-display-spec-js-footnote-display-should-create-a-pdf-1-snap.png │ │ │ ├── footnote-display-spec-js-footnote-display-should-create-a-pdf-2-snap.png │ │ │ └── footnote-display-spec-js-footnote-display-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── footnote-display-spec-js-footnote-display-should-create-a-pdf-1-snap.png │ │ │ ├── footnote-display-spec-js-footnote-display-should-create-a-pdf-2-snap.png │ │ │ └── footnote-display-spec-js-footnote-display-should-create-a-pdf-3-snap.png │ │ ├── footnote-display.html │ │ └── footnote-display.spec.js │ ├── footnote-policy │ │ ├── __image_snapshots_linux__ │ │ │ ├── footnote-policy-spec-js-footnote-policy-should-create-a-pdf-1-snap.png │ │ │ ├── footnote-policy-spec-js-footnote-policy-should-create-a-pdf-2-snap.png │ │ │ ├── footnote-policy-spec-js-footnote-policy-should-create-a-pdf-3-snap.png │ │ │ └── footnote-policy-spec-js-footnote-policy-should-create-a-pdf-4-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── footnote-policy-spec-js-footnote-policy-should-create-a-pdf-1-snap.png │ │ │ ├── footnote-policy-spec-js-footnote-policy-should-create-a-pdf-2-snap.png │ │ │ ├── footnote-policy-spec-js-footnote-policy-should-create-a-pdf-3-snap.png │ │ │ └── footnote-policy-spec-js-footnote-policy-should-create-a-pdf-4-snap.png │ │ ├── footnote-policy.html │ │ └── footnote-policy.spec.js │ ├── footnotes-counter-reset-page │ │ ├── __image_snapshots_linux__ │ │ │ ├── footnotes-counter-reset-page-spec-js-footnotes-counter-reset-page-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-counter-reset-page-spec-js-footnotes-counter-reset-page-should-create-a-pdf-2-snap.png │ │ │ └── footnotes-counter-reset-page-spec-js-footnotes-counter-reset-page-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── footnotes-counter-reset-page-spec-js-footnotes-counter-reset-page-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-counter-reset-page-spec-js-footnotes-counter-reset-page-should-create-a-pdf-2-snap.png │ │ │ └── footnotes-counter-reset-page-spec-js-footnotes-counter-reset-page-should-create-a-pdf-3-snap.png │ │ ├── footnotes-counter-reset-page.html │ │ └── footnotes-counter-reset-page.spec.js │ ├── footnotes-counter-reset │ │ ├── __image_snapshots_linux__ │ │ │ ├── footnotes-counter-reset-spec-js-footnotes-counter-reset-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-counter-reset-spec-js-footnotes-counter-reset-should-create-a-pdf-2-snap.png │ │ │ └── footnotes-counter-reset-spec-js-footnotes-counter-reset-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── footnotes-counter-reset-spec-js-footnotes-counter-reset-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-counter-reset-spec-js-footnotes-counter-reset-should-create-a-pdf-2-snap.png │ │ │ └── footnotes-counter-reset-spec-js-footnotes-counter-reset-should-create-a-pdf-3-snap.png │ │ ├── footnotes-counter-reset.html │ │ └── footnotes-counter-reset.spec.js │ ├── footnotes-counter │ │ ├── __image_snapshots_linux__ │ │ │ ├── footnotes-counter-spec-js-footnotes-counter-content-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-counter-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ │ └── footnotes-counter-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── footnotes-counter-spec-js-footnotes-counter-content-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-counter-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ │ └── footnotes-counter-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ ├── footnotes-counter.html │ │ └── footnotes-counter.spec.js │ ├── footnotes-lastpage │ │ ├── __image_snapshots_linux__ │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-3-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-4-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-5-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-6-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-3-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-4-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-5-snap.png │ │ │ └── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-6-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-3-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-4-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-5-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-lastpage-should-create-a-pdf-6-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-3-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-4-snap.png │ │ │ ├── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-5-snap.png │ │ │ └── footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-6-snap.png │ │ ├── footnotes-lastpage.html │ │ └── footnotes-lastpage.spec.js │ ├── footnotes-padding │ │ ├── __image_snapshots_linux__ │ │ │ ├── footnotes-padding-spec-js-footnotes-padding-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-padding-spec-js-footnotes-padding-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-padding-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-padding-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-padding-spec-js-footnotes-should-create-a-pdf-3-snap.png │ │ │ └── footnotes-padding-spec-js-footnotes-should-create-a-pdf-4-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── footnotes-padding-spec-js-footnotes-padding-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-padding-spec-js-footnotes-padding-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-padding-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-padding-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-padding-spec-js-footnotes-should-create-a-pdf-3-snap.png │ │ │ └── footnotes-padding-spec-js-footnotes-should-create-a-pdf-4-snap.png │ │ ├── footnotes-padding.html │ │ └── footnotes-padding.spec.js │ ├── footnotes-place │ │ ├── __image_snapshots_linux__ │ │ │ ├── footnotes-place-spec-js-footnotes-place-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-place-spec-js-footnotes-place-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-place-spec-js-footnotes-place-should-create-a-pdf-3-snap.png │ │ │ ├── footnotes-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ │ └── footnotes-spec-js-footnotes-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── footnotes-place-spec-js-footnotes-place-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-place-spec-js-footnotes-place-should-create-a-pdf-2-snap.png │ │ │ └── footnotes-place-spec-js-footnotes-place-should-create-a-pdf-3-snap.png │ │ ├── footnotes-place.html │ │ └── footnotes-place.spec.js │ ├── footnotes-sameline │ │ ├── __image_snapshots_linux__ │ │ │ ├── footnotes-sameline-spec-js-footnotes-sameline-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-sameline-spec-js-footnotes-sameline-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-sameline-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ │ └── footnotes-sameline-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── footnotes-sameline-spec-js-footnotes-sameline-should-create-a-pdf-1-snap.png │ │ │ ├── footnotes-sameline-spec-js-footnotes-sameline-should-create-a-pdf-2-snap.png │ │ │ ├── footnotes-sameline-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ │ └── footnotes-sameline-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ ├── footnotes-sameline.html │ │ └── footnotes-sameline.spec.js │ ├── footnotes-styles │ │ ├── __image_snapshots_linux__ │ │ │ └── footnotes-styles-spec-js-footnotes-styles-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── footnotes-styles-spec-js-footnotes-styles-should-create-a-pdf-1-snap.png │ │ ├── footnotes-styles.html │ │ └── footnotes-styles.spec.js │ └── footnotes │ │ ├── __image_snapshots_linux__ │ │ ├── footnotes-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ ├── footnotes-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ └── footnotes-spec-js-footnotes-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ ├── footnotes-spec-js-footnotes-should-create-a-pdf-1-snap.png │ │ ├── footnotes-spec-js-footnotes-should-create-a-pdf-2-snap.png │ │ └── footnotes-spec-js-footnotes-should-create-a-pdf-3-snap.png │ │ ├── footnotes.html │ │ └── footnotes.spec.js ├── nth-of-type-selector │ ├── __image_snapshots_linux__ │ │ ├── nth-of-type-selector-spec-js-nth-of-type-selector-should-create-a-pdf-1-snap.png │ │ └── nth-of-type-selector-spec-js-nth-of-type-selector-should-create-a-pdf-2-snap.png │ ├── __image_snapshots_mac__ │ │ ├── nth-of-type-selector-spec-js-nth-of-type-selector-should-create-a-pdf-1-snap.png │ │ └── nth-of-type-selector-spec-js-nth-of-type-selector-should-create-a-pdf-2-snap.png │ ├── nth-of-type-selector.html │ └── nth-of-type-selector.spec.js ├── page-border │ └── page-border.html ├── page-rules │ ├── combined │ │ ├── __image_snapshots_linux__ │ │ │ └── combined-spec-js-combined-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── combined-spec-js-combined-should-create-a-pdf-1-snap.png │ │ ├── combined.html │ │ └── combined.spec.js │ └── size │ │ ├── landscape │ │ ├── __image_snapshots_linux__ │ │ │ └── landscape-spec-js-landscape-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── landscape-spec-js-landscape-should-create-a-pdf-1-snap.png │ │ ├── landscape.html │ │ └── landscape.spec.js │ │ ├── length │ │ ├── __image_snapshots_linux__ │ │ │ └── length-spec-js-length-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── length-spec-js-length-should-create-a-pdf-1-snap.png │ │ ├── length.html │ │ └── length.spec.js │ │ ├── margin │ │ ├── __image_snapshots_linux__ │ │ │ └── margin-0-spec-js-margin-0-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── margin-0-spec-js-margin-0-should-create-a-pdf-1-snap.png │ │ ├── margin-0.html │ │ └── margin-0.spec.js │ │ ├── padding │ │ ├── __image_snapshots_linux__ │ │ │ └── padding-0-spec-js-padding-0-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── padding-0-spec-js-padding-0-should-create-a-pdf-1-snap.png │ │ ├── padding-0.html │ │ └── padding-0.spec.js │ │ └── page-size │ │ ├── __image_snapshots_linux__ │ │ └── page-size-spec-js-page-size-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ └── page-size-spec-js-page-size-should-create-a-pdf-1-snap.png │ │ ├── page-size.html │ │ └── page-size.spec.js ├── page-selector │ ├── blank-page │ │ ├── __image_snapshots_linux__ │ │ │ ├── blank-page-spec-js-blank-page-should-create-a-pdf-1-snap.png │ │ │ └── blank-page-spec-js-blank-page-should-create-a-pdf-2-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── blank-page-spec-js-blank-page-should-create-a-pdf-1-snap.png │ │ │ └── blank-page-spec-js-blank-page-should-create-a-pdf-2-snap.png │ │ ├── blank-page.html │ │ └── blank-page.spec.js │ ├── first-page │ │ ├── __image_snapshots_linux__ │ │ │ ├── first-page-spec-js-first-page-should-create-a-pdf-1-snap.png │ │ │ └── first-page-spec-js-first-page-should-create-a-pdf-2-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── first-page-spec-js-first-page-should-create-a-pdf-1-snap.png │ │ │ └── first-page-spec-js-first-page-should-create-a-pdf-2-snap.png │ │ ├── first-page.html │ │ └── first-page.spec.js │ ├── page-group │ │ ├── first-page-of-page-group │ │ │ ├── __image_snapshots_linux__ │ │ │ │ ├── first-page-of-page-group-spec-js-first-page-of-page-group-should-create-a-pdf-1-snap.png │ │ │ │ ├── first-page-of-page-group-spec-js-first-page-of-page-group-should-create-a-pdf-2-snap.png │ │ │ │ └── first-page-of-page-group-spec-js-first-page-of-page-group-should-create-a-pdf-3-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ │ ├── first-page-of-page-group-spec-js-first-page-of-page-group-should-create-a-pdf-1-snap.png │ │ │ │ ├── first-page-of-page-group-spec-js-first-page-of-page-group-should-create-a-pdf-2-snap.png │ │ │ │ └── first-page-of-page-group-spec-js-first-page-of-page-group-should-create-a-pdf-3-snap.png │ │ │ ├── first-page-of-page-group.html │ │ │ └── first-page-of-page-group.spec.js │ │ └── spread-of-page-group │ │ │ ├── __image_snapshots_linux__ │ │ │ ├── spread-of-page-group-spec-js-spread-of-page-group-should-create-a-pdf-1-snap.png │ │ │ ├── spread-of-page-group-spec-js-spread-of-page-group-should-create-a-pdf-2-snap.png │ │ │ └── spread-of-page-group-spec-js-spread-of-page-group-should-create-a-pdf-3-snap.png │ │ │ ├── __image_snapshots_mac__ │ │ │ ├── spread-of-page-group-spec-js-spread-of-page-group-should-create-a-pdf-1-snap.png │ │ │ ├── spread-of-page-group-spec-js-spread-of-page-group-should-create-a-pdf-2-snap.png │ │ │ └── spread-of-page-group-spec-js-spread-of-page-group-should-create-a-pdf-3-snap.png │ │ │ ├── spread-of-page-group.html │ │ │ └── spread-of-page-group.spec.js │ ├── page-nth │ │ ├── __image_snapshots_linux__ │ │ │ └── page-nth-spec-js-page-nth-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ └── page-nth-spec-js-page-nth-should-create-a-pdf-1-snap.png │ │ ├── page-nth.html │ │ └── page-nth.spec.js │ └── page-spread │ │ ├── __image_snapshots_linux__ │ │ └── page-spread-spec-js-page-spread-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ └── page-spread-spec-js-page-spread-should-create-a-pdf-1-snap.png │ │ ├── page-spread.html │ │ └── page-spread.spec.js ├── position-fixed │ ├── __image_snapshots_linux__ │ │ └── position-fixed-spec-js-element-with-position-fixed-should-create-a-pdf-1-snap.png │ ├── __image_snapshots_mac__ │ │ └── position-fixed-spec-js-element-with-position-fixed-should-create-a-pdf-1-snap.png │ ├── position-fixed.html │ └── position-fixed.spec.js ├── splits │ ├── lists │ │ ├── __image_snapshots_linux__ │ │ │ ├── lists-spec-js-lists-should-create-a-pdf-1-snap.png │ │ │ ├── lists-spec-js-lists-should-create-a-pdf-2-snap.png │ │ │ └── lists-spec-js-lists-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── lists-spec-js-lists-should-create-a-pdf-1-snap.png │ │ │ ├── lists-spec-js-lists-should-create-a-pdf-2-snap.png │ │ │ └── lists-spec-js-lists-should-create-a-pdf-3-snap.png │ │ ├── lists.html │ │ └── lists.spec.js │ ├── numbering │ │ ├── __image_snapshots_linux__ │ │ │ ├── numbering-spec-js-numbering-should-create-a-pdf-1-snap.png │ │ │ ├── numbering-spec-js-numbering-should-create-a-pdf-2-snap.png │ │ │ └── numbering-spec-js-numbering-should-create-a-pdf-3-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── numbering-spec-js-numbering-should-create-a-pdf-1-snap.png │ │ │ ├── numbering-spec-js-numbering-should-create-a-pdf-2-snap.png │ │ │ └── numbering-spec-js-numbering-should-create-a-pdf-3-snap.png │ │ ├── numbering.html │ │ └── numbering.spec.js │ ├── pre │ │ ├── __image_snapshots_linux__ │ │ │ ├── pre-spec-js-pre-should-create-a-pdf-1-snap.png │ │ │ ├── pre-spec-js-pre-should-create-a-pdf-2-snap.png │ │ │ ├── pre-spec-js-pre-should-create-a-pdf-3-snap.png │ │ │ └── pre-spec-js-pre-should-create-a-pdf-4-snap.png │ │ ├── pre.html │ │ └── pre.spec.js │ ├── tables │ │ ├── __image_snapshots_linux__ │ │ │ ├── exceeding-rowspan-table-spec-js-rowspan-uneven-table-should-create-a-pdf-1-snap.png │ │ │ ├── exceeding-rowspan-table-spec-js-rowspan-uneven-table-should-create-a-pdf-2-snap.png │ │ │ ├── rowspan-table-spec-js-rowspan-table-should-create-a-pdf-1-snap.png │ │ │ └── rowspan-table-spec-js-rowspan-table-should-create-a-pdf-2-snap.png │ │ ├── exceeding-rowspan-table.html │ │ ├── exceeding-rowspan-table.spec.js │ │ ├── long-table.html │ │ ├── long-table.spec.js │ │ ├── rowspan-table.html │ │ └── rowspan-table.spec.js │ └── text-align-last │ │ ├── __image_snapshots_linux__ │ │ ├── text-align-last-spec-js-text-align-last-should-create-a-pdf-1-snap.png │ │ ├── text-align-last-spec-js-text-align-last-should-create-a-pdf-2-snap.png │ │ ├── text-align-last-spec-js-text-align-last-should-create-a-pdf-3-snap.png │ │ └── text-align-last-spec-js-text-align-last-should-create-a-pdf-4-snap.png │ │ ├── __image_snapshots_mac__ │ │ ├── text-align-last-spec-js-text-align-last-should-create-a-pdf-1-snap.png │ │ ├── text-align-last-spec-js-text-align-last-should-create-a-pdf-2-snap.png │ │ ├── text-align-last-spec-js-text-align-last-should-create-a-pdf-3-snap.png │ │ └── text-align-last-spec-js-text-align-last-should-create-a-pdf-4-snap.png │ │ ├── text-align-last.html │ │ └── text-align-last.spec.js ├── string │ ├── string-default.html │ ├── string-first-except.html │ ├── string-first.html │ ├── string-last.html │ ├── string-multiple.html │ ├── string-start.html │ └── string.spec.js ├── styles │ ├── __image_snapshots_linux__ │ │ ├── style-order-spec-js-style-order-consecutive-should-create-a-pdf-1-snap.png │ │ ├── style-order-spec-js-style-order-scattered-should-create-a-pdf-1-snap.png │ │ └── style-order-spec-js-style-order-simple-should-create-a-pdf-1-snap.png │ ├── blue.css │ ├── consecutive.html │ ├── green.css │ ├── scattered.html │ ├── simple.html │ └── style-order.spec.js ├── target │ ├── target-counter │ │ ├── __image_snapshots_linux__ │ │ │ ├── counter-increment-negative-page-spec-js-counter-increment-negative-page-should-create-a-pdf-1-snap.png │ │ │ ├── counter-increment-negative-page-spec-js-counter-increment-negative-page-should-create-a-pdf-2-snap.png │ │ │ ├── counter-increment-negative-page-spec-js-counter-increment-negative-page-should-create-a-pdf-3-snap.png │ │ │ ├── counter-increment-positive-page-spec-js-counter-increment-positive-page-should-create-a-pdf-1-snap.png │ │ │ ├── counter-increment-positive-page-spec-js-counter-increment-positive-page-should-create-a-pdf-2-snap.png │ │ │ ├── counter-increment-positive-page-spec-js-counter-increment-positive-page-should-create-a-pdf-3-snap.png │ │ │ ├── counter-increment-zero-page-spec-js-counter-increment-zero-page-should-create-a-pdf-1-snap.png │ │ │ ├── counter-increment-zero-page-spec-js-counter-increment-zero-page-should-create-a-pdf-2-snap.png │ │ │ ├── counter-increment-zero-page-spec-js-counter-increment-zero-page-should-create-a-pdf-3-snap.png │ │ │ ├── counter-increment-zero-page-spec-js-counter-increment-zero-page-should-create-a-pdf-4-snap.png │ │ │ ├── target-counter-single-colon-spec-js-target-counter-single-colon-should-create-a-pdf-1-snap.png │ │ │ └── target-counter-spec-js-target-counter-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ │ ├── counter-increment-negative-page-spec-js-counter-increment-negative-page-should-create-a-pdf-1-snap.png │ │ │ ├── counter-increment-negative-page-spec-js-counter-increment-negative-page-should-create-a-pdf-2-snap.png │ │ │ ├── counter-increment-negative-page-spec-js-counter-increment-negative-page-should-create-a-pdf-3-snap.png │ │ │ ├── counter-increment-positive-page-spec-js-counter-increment-positive-page-should-create-a-pdf-1-snap.png │ │ │ ├── counter-increment-positive-page-spec-js-counter-increment-positive-page-should-create-a-pdf-2-snap.png │ │ │ ├── counter-increment-positive-page-spec-js-counter-increment-positive-page-should-create-a-pdf-3-snap.png │ │ │ ├── counter-increment-zero-page-spec-js-counter-increment-zero-page-should-create-a-pdf-1-snap.png │ │ │ ├── counter-increment-zero-page-spec-js-counter-increment-zero-page-should-create-a-pdf-2-snap.png │ │ │ ├── counter-increment-zero-page-spec-js-counter-increment-zero-page-should-create-a-pdf-3-snap.png │ │ │ ├── counter-increment-zero-page-spec-js-counter-increment-zero-page-should-create-a-pdf-4-snap.png │ │ │ └── target-counter-spec-js-target-counter-should-create-a-pdf-1-snap.png │ │ ├── counter-increment-negative-page.html │ │ ├── counter-increment-negative-page.spec.js │ │ ├── counter-increment-page.html │ │ ├── counter-increment-positive-page.html │ │ ├── counter-increment-positive-page.spec.js │ │ ├── counter-increment-zero-page.html │ │ ├── counter-increment-zero-page.spec.js │ │ ├── target-counter-single-colon.html │ │ ├── target-counter-single-colon.spec.js │ │ ├── target-counter.html │ │ └── target-counter.spec.js │ └── target-text │ │ ├── __image_snapshots_linux__ │ │ └── target-text-spec-js-target-text-should-create-a-pdf-1-snap.png │ │ ├── __image_snapshots_mac__ │ │ └── target-text-spec-js-target-text-should-create-a-pdf-1-snap.png │ │ ├── target-text.html │ │ └── target-text.spec.js └── whitespaces │ ├── whitespaces.html │ └── whitespaces.spec.js └── src ├── chunker ├── breaktoken.js ├── chunker.js ├── chunker.test.js ├── layout.js ├── page.js ├── parser.js └── renderresult.js ├── index.js ├── modules ├── filters │ ├── comments.js │ ├── index.js │ ├── scripts.js │ ├── undisplayed.js │ └── whitespace.js ├── generated-content │ ├── index.js │ ├── running-headers.js │ ├── string-sets.js │ ├── target-counters.js │ └── target-text.js ├── handler.js └── paged-media │ ├── atpage.js │ ├── breaks.js │ ├── counters.js │ ├── following.js │ ├── footnotes.js │ ├── index.js │ ├── lists.js │ ├── nth-of-type.js │ ├── page-counter-increment.js │ ├── position-fixed.js │ ├── print-media.js │ └── splits.js ├── polisher ├── base.js ├── polisher.js ├── sheet.js └── sizes.js ├── polyfill ├── polyfill.js └── previewer.js └── utils ├── css.js ├── dom.js ├── epub.js ├── handlers.js ├── hook.js ├── queue.js ├── request.js └── utils.js /.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/.babelrc -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/.dockerignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/.editorconfig -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/.eslintrc.js -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/README.md -------------------------------------------------------------------------------- /assets/pagedjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/assets/pagedjs.png -------------------------------------------------------------------------------- /assets/pagedjs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/assets/pagedjs.svg -------------------------------------------------------------------------------- /docker-font.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/docker-font.conf -------------------------------------------------------------------------------- /examples/assets/aurorae/book.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/book.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/Daubenton/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/Daubenton/LICENSE.txt -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/Daubenton/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/Daubenton/README.md -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/Daubenton/daubenton-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/Daubenton/daubenton-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/Daubenton/daubentonwebfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/Daubenton/daubentonwebfont.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/Daubenton/daubentonwebfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/Daubenton/daubentonwebfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/Daubenton/daubentonwebfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/Daubenton/daubentonwebfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/Daubenton/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/Daubenton/stylesheet.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-bold-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-bold-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-bold-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-bold-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-bold-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-bolditalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-bolditalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-bolditalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-bolditalic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-bolditalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-italic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-italic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-italic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-italic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-italic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-light-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-light-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-light-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-light-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightcondensed-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightcondensed-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightcondensed-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightcondensed-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightcondensed-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightcondensed-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightcondensed-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightcondensed-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightcondenseditalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightcondenseditalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightcondenseditalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightcondenseditalic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightcondenseditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightcondenseditalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightcondenseditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightcondenseditalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightitalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightitalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightitalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-lightitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-lightitalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-regular-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-regular-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-regular-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/amble-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/amble-regular-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/generator_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/generator_config.txt -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/specimen_files/grid_12-825-55-15.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/specimen_files/grid_12-825-55-15.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/specimen_files/specimen_stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/specimen_files/specimen_stylesheet.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/amble/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/amble/stylesheet.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Bold.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-BoldItalic.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Italic.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Light.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-LightItalic.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Medium.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-MediumItalic.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-Regular.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBold.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.eot -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.svg -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/HKGrotesk-SemiBoldItalic.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/hk-grotesk/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/hk-grotesk/stylesheet.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/generator_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/generator_config.txt -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-bold-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-bold-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-bold-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-bold-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-bolditalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-bolditalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-bolditalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-bolditalic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-bolditalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-italic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-italic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-italic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-italic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-italic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-regular-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-regular-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-regular-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-regular-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/notoserif-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/notoserif-regular-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/specimen_files/grid_12-825-55-15.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/specimen_files/grid_12-825-55-15.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/specimen_files/specimen_stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/specimen_files/specimen_stylesheet.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/noto-serif/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/noto-serif/stylesheet.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/generator_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/generator_config.txt -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/specimen_files/grid_12-825-55-15.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/specimen_files/grid_12-825-55-15.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/specimen_files/specimen_stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/specimen_files/specimen_stylesheet.css -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-bold-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-bold-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-bold-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-bold-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-bold-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-bolditalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-bolditalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-bolditalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extrabold-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extrabold-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extrabold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extrabold-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extrabold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extrabold-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extrabold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extrabold-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extrabolditalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extrabolditalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extrabolditalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extrabolditalic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extrabolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extrabolditalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extrabolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extrabolditalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extralight-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extralight-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extralight-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extralight-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extralight-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extralight-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extralight-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extralight-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extralightitalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extralightitalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extralightitalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extralightitalic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extralightitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extralightitalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-extralightitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-extralightitalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-italic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-italic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-italic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-italic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-italic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-light-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-light-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-light-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-light-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-lightitalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-lightitalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-lightitalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-lightitalic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-lightitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-lightitalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-lightitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-lightitalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-medium-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-medium-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-medium-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-medium-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-medium-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-medium-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-medium-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-medium-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-mediumitalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-mediumitalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-mediumitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-mediumitalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-mediumitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-mediumitalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-regular-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-regular-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-regular-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-regular-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-semibold-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-semibold-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-semibold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-semibold-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-semibold-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-semibold-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-semibolditalic-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-semibolditalic-demo.html -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-semibolditalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-semibolditalic-webfont.ttf -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-semibolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-semibolditalic-webfont.woff -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/spectral-semibolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/spectral-semibolditalic-webfont.woff2 -------------------------------------------------------------------------------- /examples/assets/aurorae/fonts/spectral/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/fonts/spectral/stylesheet.css -------------------------------------------------------------------------------- /examples/assets/aurorae/images/alere.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/alere.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/cover.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/fig1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/fig1.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/fig2-3-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/fig2-3-4.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/graph.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/graph.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/lune.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/lune.ai -------------------------------------------------------------------------------- /examples/assets/aurorae/images/lune.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/lune.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate1.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate10.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate11.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate12.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate13.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate14.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate15.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate16.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate17.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate18.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate2.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate3.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate4.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate5.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate6.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate7.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate8.jpg -------------------------------------------------------------------------------- /examples/assets/aurorae/images/plate9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/aurorae/images/plate9.jpg -------------------------------------------------------------------------------- /examples/assets/moby-dick/fonts/OCRAStd.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/moby-dick/fonts/OCRAStd.otf -------------------------------------------------------------------------------- /examples/assets/moby-dick/fonts/STIXGeneral.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/moby-dick/fonts/STIXGeneral.otf -------------------------------------------------------------------------------- /examples/assets/moby-dick/fonts/STIXGeneralBol.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/moby-dick/fonts/STIXGeneralBol.otf -------------------------------------------------------------------------------- /examples/assets/moby-dick/fonts/STIXGeneralBolIta.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/moby-dick/fonts/STIXGeneralBolIta.otf -------------------------------------------------------------------------------- /examples/assets/moby-dick/fonts/STIXGeneralItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/moby-dick/fonts/STIXGeneralItalic.otf -------------------------------------------------------------------------------- /examples/assets/moby-dick/images/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /examples/assets/moby-dick/images/9780316000000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/moby-dick/images/9780316000000.jpg -------------------------------------------------------------------------------- /examples/assets/moby-dick/images/Moby-Dick_FE_title_page.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/moby-dick/images/Moby-Dick_FE_title_page.jpg -------------------------------------------------------------------------------- /examples/assets/moby-dick/images/yard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/moby-dick/images/yard.jpg -------------------------------------------------------------------------------- /examples/assets/styles/epub.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/styles/epub.css -------------------------------------------------------------------------------- /examples/assets/styles/examples.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/styles/examples.css -------------------------------------------------------------------------------- /examples/assets/styles/moby-dick.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/styles/moby-dick.css -------------------------------------------------------------------------------- /examples/assets/styles/preview.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/assets/styles/preview.css -------------------------------------------------------------------------------- /examples/epub.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/epub.html -------------------------------------------------------------------------------- /examples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/index.html -------------------------------------------------------------------------------- /examples/math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/math.html -------------------------------------------------------------------------------- /examples/polisher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/polisher.html -------------------------------------------------------------------------------- /examples/polyfill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/polyfill.html -------------------------------------------------------------------------------- /examples/previewer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/previewer.html -------------------------------------------------------------------------------- /examples/viewer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/examples/viewer.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/index.html -------------------------------------------------------------------------------- /jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | testMatch: ['**/?(*.)(test).js'], 3 | } 4 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/package.json -------------------------------------------------------------------------------- /rollup.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/rollup.config.js -------------------------------------------------------------------------------- /rollup.legacy.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/rollup.legacy.config.js -------------------------------------------------------------------------------- /rollup.server.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/rollup.server.config.js -------------------------------------------------------------------------------- /seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/seccomp.json -------------------------------------------------------------------------------- /specs/.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/.eslintrc.json -------------------------------------------------------------------------------- /specs/bleed/__image_snapshots_linux__/bleed-spec-js-bleed-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/bleed/__image_snapshots_linux__/bleed-spec-js-bleed-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/bleed/__image_snapshots_mac__/bleed-spec-js-bleed-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/bleed/__image_snapshots_mac__/bleed-spec-js-bleed-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/bleed/bleed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/bleed/bleed.html -------------------------------------------------------------------------------- /specs/bleed/bleed.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/bleed/bleed.spec.js -------------------------------------------------------------------------------- /specs/breaks/__image_snapshots_linux__/breaks-spec-js-breaks-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/__image_snapshots_linux__/breaks-spec-js-breaks-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/breaks/__image_snapshots_linux__/breaks-spec-js-breaks-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/__image_snapshots_linux__/breaks-spec-js-breaks-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/breaks/__image_snapshots_mac__/breaks-spec-js-breaks-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/__image_snapshots_mac__/breaks-spec-js-breaks-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/breaks/__image_snapshots_mac__/breaks-spec-js-breaks-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/__image_snapshots_mac__/breaks-spec-js-breaks-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-avoid/break-after-avoid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-avoid/break-after-avoid.html -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-avoid/breaks-after-avoid.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-avoid/breaks-after-avoid.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-left/break-after-left.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-left/break-after-left.html -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-left/breaks-after-left.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-left/breaks-after-left.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-page/break-after-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-page/break-after-page.html -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-page/breaks-after-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-page/breaks-after-page.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-recto/break-after-recto.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-recto/break-after-recto.html -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-recto/breaks-after-recto.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-recto/breaks-after-recto.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-right/break-after-right.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-right/break-after-right.html -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-right/breaks-after-right.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-right/breaks-after-right.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-verso/break-after-verso.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-verso/break-after-verso.html -------------------------------------------------------------------------------- /specs/breaks/break-after/break-after-verso/breaks-after-verso.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-after/break-after-verso/breaks-after-verso.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-before/break-before-avoid/break-before-avoid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-before/break-before-avoid/break-before-avoid.html -------------------------------------------------------------------------------- /specs/breaks/break-before/break-before-avoid/breaks-before-avoid.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-before/break-before-avoid/breaks-before-avoid.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-before/break-before-left/break-before-left.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-before/break-before-left/break-before-left.html -------------------------------------------------------------------------------- /specs/breaks/break-before/break-before-left/break-before-left.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-before/break-before-left/break-before-left.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-before/break-before-page/break-before-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-before/break-before-page/break-before-page.html -------------------------------------------------------------------------------- /specs/breaks/break-before/break-before-page/breaks-before-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-before/break-before-page/breaks-before-page.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-before/break-before-right/break-before-right.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-before/break-before-right/break-before-right.html -------------------------------------------------------------------------------- /specs/breaks/break-before/break-before-right/breaks-before-right.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-before/break-before-right/breaks-before-right.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-inside/break-inside-avoid/break-inside-avoid-table-cell.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-inside/break-inside-avoid/break-inside-avoid-table-cell.html -------------------------------------------------------------------------------- /specs/breaks/break-inside/break-inside-avoid/break-inside-avoid-table-cell.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-inside/break-inside-avoid/break-inside-avoid-table-cell.spec.js -------------------------------------------------------------------------------- /specs/breaks/break-inside/break-inside-avoid/break-inside-avoid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-inside/break-inside-avoid/break-inside-avoid.html -------------------------------------------------------------------------------- /specs/breaks/break-inside/break-inside-avoid/break-inside-avoid.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/break-inside/break-inside-avoid/break-inside-avoid.spec.js -------------------------------------------------------------------------------- /specs/breaks/breaks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/breaks.html -------------------------------------------------------------------------------- /specs/breaks/breaks.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/breaks.spec.js -------------------------------------------------------------------------------- /specs/breaks/child-parent-propagation/break-after-child-parent-propagation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/child-parent-propagation/break-after-child-parent-propagation.html -------------------------------------------------------------------------------- /specs/breaks/child-parent-propagation/break-after-child-parent-propagation.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/child-parent-propagation/break-after-child-parent-propagation.spec.js -------------------------------------------------------------------------------- /specs/breaks/child-parent-propagation/break-before-child-parent-propagation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/child-parent-propagation/break-before-child-parent-propagation.html -------------------------------------------------------------------------------- /specs/breaks/child-parent-propagation/break-before-child-parent-propagation.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/child-parent-propagation/break-before-child-parent-propagation.spec.js -------------------------------------------------------------------------------- /specs/breaks/child-parent-propagation/break-before-container-propagation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/child-parent-propagation/break-before-container-propagation.html -------------------------------------------------------------------------------- /specs/breaks/child-parent-propagation/break-before-container-propagation.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/child-parent-propagation/break-before-container-propagation.spec.js -------------------------------------------------------------------------------- /specs/breaks/table/avoid-break-rowspan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/table/avoid-break-rowspan.html -------------------------------------------------------------------------------- /specs/breaks/table/avoid-break-rowspan.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/breaks/table/avoid-break-rowspan.spec.js -------------------------------------------------------------------------------- /specs/counters/counter-page-reset/__image_snapshots_linux__/counter-page-reset-spec-js-counter-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page-reset/__image_snapshots_linux__/counter-page-reset-spec-js-counter-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-page-reset/__image_snapshots_linux__/counter-page-reset-spec-js-counter-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page-reset/__image_snapshots_linux__/counter-page-reset-spec-js-counter-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-page-reset/__image_snapshots_mac__/counter-page-reset-spec-js-counter-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page-reset/__image_snapshots_mac__/counter-page-reset-spec-js-counter-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-page-reset/__image_snapshots_mac__/counter-page-reset-spec-js-counter-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page-reset/__image_snapshots_mac__/counter-page-reset-spec-js-counter-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-page-reset/counter-page-reset-scope.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page-reset/counter-page-reset-scope.html -------------------------------------------------------------------------------- /specs/counters/counter-page-reset/counter-page-reset-scope.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page-reset/counter-page-reset-scope.spec.js -------------------------------------------------------------------------------- /specs/counters/counter-page-reset/counter-page-reset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page-reset/counter-page-reset.html -------------------------------------------------------------------------------- /specs/counters/counter-page-reset/counter-page-reset.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page-reset/counter-page-reset.spec.js -------------------------------------------------------------------------------- /specs/counters/counter-page/__image_snapshots_linux__/counter-page-spec-js-counter-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page/__image_snapshots_linux__/counter-page-spec-js-counter-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-page/__image_snapshots_linux__/counter-page-spec-js-counter-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page/__image_snapshots_linux__/counter-page-spec-js-counter-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-page/__image_snapshots_mac__/counter-page-spec-js-counter-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page/__image_snapshots_mac__/counter-page-spec-js-counter-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-page/__image_snapshots_mac__/counter-page-spec-js-counter-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page/__image_snapshots_mac__/counter-page-spec-js-counter-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-page/counter-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page/counter-page.html -------------------------------------------------------------------------------- /specs/counters/counter-page/counter-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-page/counter-page.spec.js -------------------------------------------------------------------------------- /specs/counters/counter-pages/__image_snapshots_linux__/counter-pages-spec-js-counter-pages-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-pages/__image_snapshots_linux__/counter-pages-spec-js-counter-pages-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-pages/__image_snapshots_mac__/counter-pages-spec-js-counter-pages-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-pages/__image_snapshots_mac__/counter-pages-spec-js-counter-pages-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/counters/counter-pages/counter-pages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-pages/counter-pages.html -------------------------------------------------------------------------------- /specs/counters/counter-pages/counter-pages.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/counter-pages/counter-pages.spec.js -------------------------------------------------------------------------------- /specs/counters/nested/__image_snapshots_linux__/nested-spec-js-counter-pages-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/nested/__image_snapshots_linux__/nested-spec-js-counter-pages-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/counters/nested/__image_snapshots_linux__/nested-spec-js-counter-pages-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/nested/__image_snapshots_linux__/nested-spec-js-counter-pages-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/counters/nested/__image_snapshots_mac__/nested-spec-js-counter-pages-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/nested/__image_snapshots_mac__/nested-spec-js-counter-pages-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/counters/nested/__image_snapshots_mac__/nested-spec-js-counter-pages-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/nested/__image_snapshots_mac__/nested-spec-js-counter-pages-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/counters/nested/nested.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/nested/nested.html -------------------------------------------------------------------------------- /specs/counters/nested/nested.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/counters/nested/nested.spec.js -------------------------------------------------------------------------------- /specs/custom-bleeds/__image_snapshots_linux__/custom-bleeds-spec-js-bleed-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/custom-bleeds/__image_snapshots_linux__/custom-bleeds-spec-js-bleed-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/custom-bleeds/__image_snapshots_linux__/custom-bleeds-spec-js-bleed-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/custom-bleeds/__image_snapshots_linux__/custom-bleeds-spec-js-bleed-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/custom-bleeds/__image_snapshots_mac__/custom-bleeds-spec-js-bleed-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/custom-bleeds/__image_snapshots_mac__/custom-bleeds-spec-js-bleed-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/custom-bleeds/__image_snapshots_mac__/custom-bleeds-spec-js-bleed-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/custom-bleeds/__image_snapshots_mac__/custom-bleeds-spec-js-bleed-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/custom-bleeds/custom-bleeds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/custom-bleeds/custom-bleeds.html -------------------------------------------------------------------------------- /specs/custom-bleeds/custom-bleeds.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/custom-bleeds/custom-bleeds.spec.js -------------------------------------------------------------------------------- /specs/data64/data64.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/data64/data64.html -------------------------------------------------------------------------------- /specs/data64/data64.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/data64/data64.spec.js -------------------------------------------------------------------------------- /specs/default/__image_snapshots_linux__/default-spec-js-default-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/default/__image_snapshots_linux__/default-spec-js-default-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/default/__image_snapshots_mac__/default-spec-js-default-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/default/__image_snapshots_mac__/default-spec-js-default-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/default/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/default/default.html -------------------------------------------------------------------------------- /specs/default/default.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/default/default.spec.js -------------------------------------------------------------------------------- /specs/filters/script-elements/script-elements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/filters/script-elements/script-elements.html -------------------------------------------------------------------------------- /specs/filters/script-elements/script-elements.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/filters/script-elements/script-elements.spec.js -------------------------------------------------------------------------------- /specs/filters/undisplayed/undisplayed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/filters/undisplayed/undisplayed.html -------------------------------------------------------------------------------- /specs/filters/undisplayed/undisplayed.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/filters/undisplayed/undisplayed.spec.js -------------------------------------------------------------------------------- /specs/following-selector/__image_snapshots_linux__/following-selector-spec-js-following-selector-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/following-selector/__image_snapshots_linux__/following-selector-spec-js-following-selector-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/following-selector/__image_snapshots_linux__/following-selector-spec-js-following-selector-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/following-selector/__image_snapshots_linux__/following-selector-spec-js-following-selector-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/following-selector/__image_snapshots_mac__/following-selector-spec-js-following-selector-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/following-selector/__image_snapshots_mac__/following-selector-spec-js-following-selector-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/following-selector/__image_snapshots_mac__/following-selector-spec-js-following-selector-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/following-selector/__image_snapshots_mac__/following-selector-spec-js-following-selector-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/following-selector/following-selector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/following-selector/following-selector.html -------------------------------------------------------------------------------- /specs/following-selector/following-selector.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/following-selector/following-selector.spec.js -------------------------------------------------------------------------------- /specs/generate-content/content-none/__image_snapshots_linux__/content-none-spec-js-content-none-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/generate-content/content-none/__image_snapshots_linux__/content-none-spec-js-content-none-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/generate-content/content-none/__image_snapshots_linux__/content-none-spec-js-content-none-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/generate-content/content-none/__image_snapshots_linux__/content-none-spec-js-content-none-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/generate-content/content-none/__image_snapshots_mac__/content-none-spec-js-content-none-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/generate-content/content-none/__image_snapshots_mac__/content-none-spec-js-content-none-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/generate-content/content-none/__image_snapshots_mac__/content-none-spec-js-content-none-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/generate-content/content-none/__image_snapshots_mac__/content-none-spec-js-content-none-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/generate-content/content-none/content-none.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/generate-content/content-none/content-none.html -------------------------------------------------------------------------------- /specs/generate-content/content-none/content-none.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/generate-content/content-none/content-none.spec.js -------------------------------------------------------------------------------- /specs/hooks/__image_snapshots_linux__/hooks-spec-js-hooks-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/hooks/__image_snapshots_linux__/hooks-spec-js-hooks-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/hooks/__image_snapshots_mac__/hooks-spec-js-hooks-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/hooks/__image_snapshots_mac__/hooks-spec-js-hooks-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/hooks/hooks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/hooks/hooks.html -------------------------------------------------------------------------------- /specs/hooks/hooks.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/hooks/hooks.spec.js -------------------------------------------------------------------------------- /specs/hyphens/awesome/awesome.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/hyphens/awesome/awesome.html -------------------------------------------------------------------------------- /specs/hyphens/awesome/awesome.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/hyphens/awesome/awesome.spec.js -------------------------------------------------------------------------------- /specs/infinite-loop/__image_snapshots_linux__/infinite-loop-spec-js-infinite-loop-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/infinite-loop/__image_snapshots_linux__/infinite-loop-spec-js-infinite-loop-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/infinite-loop/__image_snapshots_mac__/infinite-loop-spec-js-infinite-loop-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/infinite-loop/__image_snapshots_mac__/infinite-loop-spec-js-infinite-loop-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/infinite-loop/infinite-loop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/infinite-loop/infinite-loop.html -------------------------------------------------------------------------------- /specs/infinite-loop/infinite-loop.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/infinite-loop/infinite-loop.spec.js -------------------------------------------------------------------------------- /specs/issues/duplicate-headers/__image_snapshots_linux__/duplicate-headers-spec-js-duplicate-headers-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/duplicate-headers/__image_snapshots_linux__/duplicate-headers-spec-js-duplicate-headers-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/issues/duplicate-headers/duplicate-headers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/duplicate-headers/duplicate-headers.html -------------------------------------------------------------------------------- /specs/issues/duplicate-headers/duplicate-headers.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/duplicate-headers/duplicate-headers.spec.js -------------------------------------------------------------------------------- /specs/issues/imports/__image_snapshots_linux__/imports-spec-js-imports-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/imports/__image_snapshots_linux__/imports-spec-js-imports-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/issues/imports/__image_snapshots_mac__/imports-spec-js-imports-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/imports/__image_snapshots_mac__/imports-spec-js-imports-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/issues/imports/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/imports/all.css -------------------------------------------------------------------------------- /specs/issues/imports/imports.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/imports/imports.html -------------------------------------------------------------------------------- /specs/issues/imports/imports.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/imports/imports.spec.js -------------------------------------------------------------------------------- /specs/issues/imports/print1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/imports/print1.css -------------------------------------------------------------------------------- /specs/issues/imports/print2.css: -------------------------------------------------------------------------------- 1 | p:nth-of-type(2) { 2 | color: yellow; 3 | } 4 | -------------------------------------------------------------------------------- /specs/issues/imports/print3.css: -------------------------------------------------------------------------------- 1 | p:nth-of-type(3) { 2 | color: orange; 3 | } 4 | -------------------------------------------------------------------------------- /specs/issues/imports/screen.css: -------------------------------------------------------------------------------- 1 | p { 2 | color: red; 3 | } 4 | -------------------------------------------------------------------------------- /specs/issues/roman-numerals/__image_snapshots_linux__/roman-numerals-spec-js-roman-numerals-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/roman-numerals/__image_snapshots_linux__/roman-numerals-spec-js-roman-numerals-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/issues/roman-numerals/__image_snapshots_linux__/roman-numerals-spec-js-roman-numerals-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/roman-numerals/__image_snapshots_linux__/roman-numerals-spec-js-roman-numerals-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/issues/roman-numerals/__image_snapshots_mac__/roman-numerals-spec-js-roman-numerals-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/roman-numerals/__image_snapshots_mac__/roman-numerals-spec-js-roman-numerals-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/issues/roman-numerals/__image_snapshots_mac__/roman-numerals-spec-js-roman-numerals-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/roman-numerals/__image_snapshots_mac__/roman-numerals-spec-js-roman-numerals-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/issues/roman-numerals/roman-numerals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/roman-numerals/roman-numerals.html -------------------------------------------------------------------------------- /specs/issues/roman-numerals/roman-numerals.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/roman-numerals/roman-numerals.spec.js -------------------------------------------------------------------------------- /specs/issues/template/issue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/template/issue.html -------------------------------------------------------------------------------- /specs/issues/template/issue.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/template/issue.spec.js -------------------------------------------------------------------------------- /specs/issues/wrapper-height/__image_snapshots_mac__/wrapper-height-spec-js-wrapper-height-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/wrapper-height/__image_snapshots_mac__/wrapper-height-spec-js-wrapper-height-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/issues/wrapper-height/wrapper-height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/wrapper-height/wrapper-height.html -------------------------------------------------------------------------------- /specs/issues/wrapper-height/wrapper-height.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/issues/wrapper-height/wrapper-height.spec.js -------------------------------------------------------------------------------- /specs/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/jest.config.js -------------------------------------------------------------------------------- /specs/jest_helpers/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/jest_helpers/constants.js -------------------------------------------------------------------------------- /specs/jest_helpers/pdf_snapshot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/jest_helpers/pdf_snapshot.js -------------------------------------------------------------------------------- /specs/jest_helpers/puppeteer_environment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/jest_helpers/puppeteer_environment.js -------------------------------------------------------------------------------- /specs/jest_helpers/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/jest_helpers/setup.js -------------------------------------------------------------------------------- /specs/jest_helpers/setup_tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/jest_helpers/setup_tests.js -------------------------------------------------------------------------------- /specs/jest_helpers/teardown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/jest_helpers/teardown.js -------------------------------------------------------------------------------- /specs/margin-boxes/dimension/dimension.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/dimension/dimension.html -------------------------------------------------------------------------------- /specs/margin-boxes/dimension/dimension.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/dimension/dimension.spec.js -------------------------------------------------------------------------------- /specs/margin-boxes/style/__image_snapshots_linux__/style-spec-js-text-align-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/style/__image_snapshots_linux__/style-spec-js-text-align-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/margin-boxes/style/__image_snapshots_mac__/style-spec-js-text-align-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/style/__image_snapshots_mac__/style-spec-js-text-align-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/margin-boxes/style/style.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/style/style.html -------------------------------------------------------------------------------- /specs/margin-boxes/style/style.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/style/style.spec.js -------------------------------------------------------------------------------- /specs/margin-boxes/text-align/text-align.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/text-align/text-align.html -------------------------------------------------------------------------------- /specs/margin-boxes/text-align/text-align.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/text-align/text-align.spec.js -------------------------------------------------------------------------------- /specs/margin-boxes/vertical-align/__image_snapshots_linux__/vertical-align-spec-js-vertical-align-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/vertical-align/__image_snapshots_linux__/vertical-align-spec-js-vertical-align-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/margin-boxes/vertical-align/__image_snapshots_mac__/vertical-align-spec-js-vertical-align-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/vertical-align/__image_snapshots_mac__/vertical-align-spec-js-vertical-align-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/margin-boxes/vertical-align/vertical-align.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/vertical-align/vertical-align.html -------------------------------------------------------------------------------- /specs/margin-boxes/vertical-align/vertical-align.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/margin-boxes/vertical-align/vertical-align.spec.js -------------------------------------------------------------------------------- /specs/marks/__image_snapshots_linux__/marks-spec-js-marks-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/marks/__image_snapshots_linux__/marks-spec-js-marks-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/marks/__image_snapshots_mac__/marks-spec-js-marks-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/marks/__image_snapshots_mac__/marks-spec-js-marks-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/marks/marks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/marks/marks.html -------------------------------------------------------------------------------- /specs/marks/marks.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/marks/marks.spec.js -------------------------------------------------------------------------------- /specs/math/math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/math/math.html -------------------------------------------------------------------------------- /specs/math/math.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/math/math.spec.js -------------------------------------------------------------------------------- /specs/math/mathjax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/math/mathjax.html -------------------------------------------------------------------------------- /specs/math/mathjax.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/math/mathjax.spec.js -------------------------------------------------------------------------------- /specs/media/print/__image_snapshots_linux__/print-spec-js-print-media-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/media/print/__image_snapshots_linux__/print-spec-js-print-media-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/media/print/__image_snapshots_mac__/print-spec-js-print-media-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/media/print/__image_snapshots_mac__/print-spec-js-print-media-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/media/print/print.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/media/print/print.html -------------------------------------------------------------------------------- /specs/media/print/print.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/media/print/print.spec.js -------------------------------------------------------------------------------- /specs/named-page/forced-page-break/forced-page-break.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/forced-page-break/forced-page-break.html -------------------------------------------------------------------------------- /specs/named-page/forced-page-break/forced-page-break.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/forced-page-break/forced-page-break.spec.js -------------------------------------------------------------------------------- /specs/named-page/forced-page-break/named-and-unnamed-pages-siblings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/forced-page-break/named-and-unnamed-pages-siblings.html -------------------------------------------------------------------------------- /specs/named-page/forced-page-break/named-and-unnamed-pages-siblings.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/forced-page-break/named-and-unnamed-pages-siblings.spec.js -------------------------------------------------------------------------------- /specs/named-page/named-page/__image_snapshots_linux__/named-page-spec-js-named-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/named-page/__image_snapshots_linux__/named-page-spec-js-named-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/named-page/named-page/__image_snapshots_linux__/named-page-spec-js-named-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/named-page/__image_snapshots_linux__/named-page-spec-js-named-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/named-page/named-page/__image_snapshots_linux__/named-page-spec-js-named-page-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/named-page/__image_snapshots_linux__/named-page-spec-js-named-page-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/named-page/named-page/__image_snapshots_mac__/named-page-spec-js-named-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/named-page/__image_snapshots_mac__/named-page-spec-js-named-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/named-page/named-page/__image_snapshots_mac__/named-page-spec-js-named-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/named-page/__image_snapshots_mac__/named-page-spec-js-named-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/named-page/named-page/__image_snapshots_mac__/named-page-spec-js-named-page-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/named-page/__image_snapshots_mac__/named-page-spec-js-named-page-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/named-page/named-page/named-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/named-page/named-page.html -------------------------------------------------------------------------------- /specs/named-page/named-page/named-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/named-page/named-page.spec.js -------------------------------------------------------------------------------- /specs/named-page/nested/named-page-nested-first-child.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/nested/named-page-nested-first-child.html -------------------------------------------------------------------------------- /specs/named-page/nested/named-page-nested-first-child.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/nested/named-page-nested-first-child.spec.js -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/contiguous-named-pages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/contiguous-named-pages.html -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/contiguous-named-pages.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/contiguous-named-pages.spec.js -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/fold-page-breaks-after.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/fold-page-breaks-after.html -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/fold-page-breaks-after.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/fold-page-breaks-after.spec.js -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/fold-page-breaks-before.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/fold-page-breaks-before.html -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/fold-page-breaks-before.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/fold-page-breaks-before.spec.js -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/ignore-undisplayed-nodes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/ignore-undisplayed-nodes.html -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/ignore-undisplayed-nodes.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/ignore-undisplayed-nodes.spec.js -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/no-forced-page-break.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/no-forced-page-break.html -------------------------------------------------------------------------------- /specs/named-page/no-forced-page-break/no-forced-page-break.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/no-forced-page-break/no-forced-page-break.spec.js -------------------------------------------------------------------------------- /specs/named-page/page-group/__image_snapshots_linux__/page-group-spec-js-page-group-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/__image_snapshots_linux__/page-group-spec-js-page-group-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/named-page/page-group/__image_snapshots_linux__/page-group-spec-js-page-group-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/__image_snapshots_linux__/page-group-spec-js-page-group-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/named-page/page-group/__image_snapshots_linux__/page-group-spec-js-page-group-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/__image_snapshots_linux__/page-group-spec-js-page-group-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/named-page/page-group/__image_snapshots_linux__/page-group-spec-js-page-group-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/__image_snapshots_linux__/page-group-spec-js-page-group-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/named-page/page-group/__image_snapshots_mac__/page-group-spec-js-page-group-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/__image_snapshots_mac__/page-group-spec-js-page-group-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/named-page/page-group/__image_snapshots_mac__/page-group-spec-js-page-group-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/__image_snapshots_mac__/page-group-spec-js-page-group-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/named-page/page-group/__image_snapshots_mac__/page-group-spec-js-page-group-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/__image_snapshots_mac__/page-group-spec-js-page-group-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/named-page/page-group/__image_snapshots_mac__/page-group-spec-js-page-group-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/__image_snapshots_mac__/page-group-spec-js-page-group-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/named-page/page-group/page-group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/page-group.html -------------------------------------------------------------------------------- /specs/named-page/page-group/page-group.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/named-page/page-group/page-group.spec.js -------------------------------------------------------------------------------- /specs/notes/footnote-display/__image_snapshots_linux__/footnote-display-spec-js-footnote-display-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-display/__image_snapshots_linux__/footnote-display-spec-js-footnote-display-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-display/__image_snapshots_linux__/footnote-display-spec-js-footnote-display-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-display/__image_snapshots_linux__/footnote-display-spec-js-footnote-display-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-display/__image_snapshots_linux__/footnote-display-spec-js-footnote-display-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-display/__image_snapshots_linux__/footnote-display-spec-js-footnote-display-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-display/__image_snapshots_mac__/footnote-display-spec-js-footnote-display-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-display/__image_snapshots_mac__/footnote-display-spec-js-footnote-display-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-display/__image_snapshots_mac__/footnote-display-spec-js-footnote-display-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-display/__image_snapshots_mac__/footnote-display-spec-js-footnote-display-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-display/__image_snapshots_mac__/footnote-display-spec-js-footnote-display-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-display/__image_snapshots_mac__/footnote-display-spec-js-footnote-display-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-display/footnote-display.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-display/footnote-display.html -------------------------------------------------------------------------------- /specs/notes/footnote-display/footnote-display.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-display/footnote-display.spec.js -------------------------------------------------------------------------------- /specs/notes/footnote-policy/__image_snapshots_linux__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/__image_snapshots_linux__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-policy/__image_snapshots_linux__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/__image_snapshots_linux__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-policy/__image_snapshots_linux__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/__image_snapshots_linux__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-policy/__image_snapshots_linux__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/__image_snapshots_linux__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-policy/__image_snapshots_mac__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/__image_snapshots_mac__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-policy/__image_snapshots_mac__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/__image_snapshots_mac__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-policy/__image_snapshots_mac__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/__image_snapshots_mac__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-policy/__image_snapshots_mac__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/__image_snapshots_mac__/footnote-policy-spec-js-footnote-policy-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/notes/footnote-policy/footnote-policy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/footnote-policy.html -------------------------------------------------------------------------------- /specs/notes/footnote-policy/footnote-policy.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnote-policy/footnote-policy.spec.js -------------------------------------------------------------------------------- /specs/notes/footnotes-counter-reset-page/footnotes-counter-reset-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter-reset-page/footnotes-counter-reset-page.html -------------------------------------------------------------------------------- /specs/notes/footnotes-counter-reset-page/footnotes-counter-reset-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter-reset-page/footnotes-counter-reset-page.spec.js -------------------------------------------------------------------------------- /specs/notes/footnotes-counter-reset/footnotes-counter-reset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter-reset/footnotes-counter-reset.html -------------------------------------------------------------------------------- /specs/notes/footnotes-counter-reset/footnotes-counter-reset.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter-reset/footnotes-counter-reset.spec.js -------------------------------------------------------------------------------- /specs/notes/footnotes-counter/__image_snapshots_linux__/footnotes-counter-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter/__image_snapshots_linux__/footnotes-counter-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-counter/__image_snapshots_linux__/footnotes-counter-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter/__image_snapshots_linux__/footnotes-counter-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-counter/__image_snapshots_mac__/footnotes-counter-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter/__image_snapshots_mac__/footnotes-counter-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-counter/__image_snapshots_mac__/footnotes-counter-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter/__image_snapshots_mac__/footnotes-counter-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-counter/footnotes-counter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter/footnotes-counter.html -------------------------------------------------------------------------------- /specs/notes/footnotes-counter/footnotes-counter.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-counter/footnotes-counter.spec.js -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-5-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-5-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-6-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_linux__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-6-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-5-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-5-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-6-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/__image_snapshots_mac__/footnotes-lastpage-spec-js-footnotes-should-create-a-pdf-6-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/footnotes-lastpage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/footnotes-lastpage.html -------------------------------------------------------------------------------- /specs/notes/footnotes-lastpage/footnotes-lastpage.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-lastpage/footnotes-lastpage.spec.js -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_linux__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_linux__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_linux__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_linux__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_linux__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_linux__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_linux__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_linux__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-padding-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-padding-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-padding-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-padding-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/__image_snapshots_mac__/footnotes-padding-spec-js-footnotes-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/footnotes-padding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/footnotes-padding.html -------------------------------------------------------------------------------- /specs/notes/footnotes-padding/footnotes-padding.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-padding/footnotes-padding.spec.js -------------------------------------------------------------------------------- /specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-place/__image_snapshots_mac__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/__image_snapshots_mac__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-place/__image_snapshots_mac__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/__image_snapshots_mac__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-place/__image_snapshots_mac__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/__image_snapshots_mac__/footnotes-place-spec-js-footnotes-place-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-place/footnotes-place.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/footnotes-place.html -------------------------------------------------------------------------------- /specs/notes/footnotes-place/footnotes-place.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-place/footnotes-place.spec.js -------------------------------------------------------------------------------- /specs/notes/footnotes-sameline/__image_snapshots_linux__/footnotes-sameline-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-sameline/__image_snapshots_linux__/footnotes-sameline-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-sameline/__image_snapshots_linux__/footnotes-sameline-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-sameline/__image_snapshots_linux__/footnotes-sameline-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-sameline/__image_snapshots_mac__/footnotes-sameline-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-sameline/__image_snapshots_mac__/footnotes-sameline-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-sameline/__image_snapshots_mac__/footnotes-sameline-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-sameline/__image_snapshots_mac__/footnotes-sameline-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-sameline/footnotes-sameline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-sameline/footnotes-sameline.html -------------------------------------------------------------------------------- /specs/notes/footnotes-sameline/footnotes-sameline.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-sameline/footnotes-sameline.spec.js -------------------------------------------------------------------------------- /specs/notes/footnotes-styles/__image_snapshots_linux__/footnotes-styles-spec-js-footnotes-styles-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-styles/__image_snapshots_linux__/footnotes-styles-spec-js-footnotes-styles-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-styles/__image_snapshots_mac__/footnotes-styles-spec-js-footnotes-styles-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-styles/__image_snapshots_mac__/footnotes-styles-spec-js-footnotes-styles-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes-styles/footnotes-styles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-styles/footnotes-styles.html -------------------------------------------------------------------------------- /specs/notes/footnotes-styles/footnotes-styles.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes-styles/footnotes-styles.spec.js -------------------------------------------------------------------------------- /specs/notes/footnotes/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes/__image_snapshots_linux__/footnotes-spec-js-footnotes-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes/__image_snapshots_mac__/footnotes-spec-js-footnotes-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes/__image_snapshots_mac__/footnotes-spec-js-footnotes-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes/__image_snapshots_mac__/footnotes-spec-js-footnotes-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes/__image_snapshots_mac__/footnotes-spec-js-footnotes-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes/__image_snapshots_mac__/footnotes-spec-js-footnotes-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes/__image_snapshots_mac__/footnotes-spec-js-footnotes-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/notes/footnotes/footnotes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes/footnotes.html -------------------------------------------------------------------------------- /specs/notes/footnotes/footnotes.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/notes/footnotes/footnotes.spec.js -------------------------------------------------------------------------------- /specs/nth-of-type-selector/nth-of-type-selector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/nth-of-type-selector/nth-of-type-selector.html -------------------------------------------------------------------------------- /specs/nth-of-type-selector/nth-of-type-selector.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/nth-of-type-selector/nth-of-type-selector.spec.js -------------------------------------------------------------------------------- /specs/page-border/page-border.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-border/page-border.html -------------------------------------------------------------------------------- /specs/page-rules/combined/__image_snapshots_linux__/combined-spec-js-combined-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/combined/__image_snapshots_linux__/combined-spec-js-combined-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/combined/__image_snapshots_mac__/combined-spec-js-combined-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/combined/__image_snapshots_mac__/combined-spec-js-combined-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/combined/combined.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/combined/combined.html -------------------------------------------------------------------------------- /specs/page-rules/combined/combined.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/combined/combined.spec.js -------------------------------------------------------------------------------- /specs/page-rules/size/landscape/__image_snapshots_linux__/landscape-spec-js-landscape-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/landscape/__image_snapshots_linux__/landscape-spec-js-landscape-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/landscape/__image_snapshots_mac__/landscape-spec-js-landscape-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/landscape/__image_snapshots_mac__/landscape-spec-js-landscape-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/landscape/landscape.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/landscape/landscape.html -------------------------------------------------------------------------------- /specs/page-rules/size/landscape/landscape.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/landscape/landscape.spec.js -------------------------------------------------------------------------------- /specs/page-rules/size/length/__image_snapshots_linux__/length-spec-js-length-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/length/__image_snapshots_linux__/length-spec-js-length-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/length/__image_snapshots_mac__/length-spec-js-length-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/length/__image_snapshots_mac__/length-spec-js-length-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/length/length.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/length/length.html -------------------------------------------------------------------------------- /specs/page-rules/size/length/length.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/length/length.spec.js -------------------------------------------------------------------------------- /specs/page-rules/size/margin/__image_snapshots_linux__/margin-0-spec-js-margin-0-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/margin/__image_snapshots_linux__/margin-0-spec-js-margin-0-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/margin/__image_snapshots_mac__/margin-0-spec-js-margin-0-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/margin/__image_snapshots_mac__/margin-0-spec-js-margin-0-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/margin/margin-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/margin/margin-0.html -------------------------------------------------------------------------------- /specs/page-rules/size/margin/margin-0.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/margin/margin-0.spec.js -------------------------------------------------------------------------------- /specs/page-rules/size/padding/__image_snapshots_linux__/padding-0-spec-js-padding-0-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/padding/__image_snapshots_linux__/padding-0-spec-js-padding-0-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/padding/__image_snapshots_mac__/padding-0-spec-js-padding-0-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/padding/__image_snapshots_mac__/padding-0-spec-js-padding-0-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/padding/padding-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/padding/padding-0.html -------------------------------------------------------------------------------- /specs/page-rules/size/padding/padding-0.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/padding/padding-0.spec.js -------------------------------------------------------------------------------- /specs/page-rules/size/page-size/__image_snapshots_linux__/page-size-spec-js-page-size-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/page-size/__image_snapshots_linux__/page-size-spec-js-page-size-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/page-size/__image_snapshots_mac__/page-size-spec-js-page-size-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/page-size/__image_snapshots_mac__/page-size-spec-js-page-size-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-rules/size/page-size/page-size.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/page-size/page-size.html -------------------------------------------------------------------------------- /specs/page-rules/size/page-size/page-size.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-rules/size/page-size/page-size.spec.js -------------------------------------------------------------------------------- /specs/page-selector/blank-page/__image_snapshots_linux__/blank-page-spec-js-blank-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/blank-page/__image_snapshots_linux__/blank-page-spec-js-blank-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-selector/blank-page/__image_snapshots_linux__/blank-page-spec-js-blank-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/blank-page/__image_snapshots_linux__/blank-page-spec-js-blank-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/page-selector/blank-page/__image_snapshots_mac__/blank-page-spec-js-blank-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/blank-page/__image_snapshots_mac__/blank-page-spec-js-blank-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-selector/blank-page/__image_snapshots_mac__/blank-page-spec-js-blank-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/blank-page/__image_snapshots_mac__/blank-page-spec-js-blank-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/page-selector/blank-page/blank-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/blank-page/blank-page.html -------------------------------------------------------------------------------- /specs/page-selector/blank-page/blank-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/blank-page/blank-page.spec.js -------------------------------------------------------------------------------- /specs/page-selector/first-page/__image_snapshots_linux__/first-page-spec-js-first-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/first-page/__image_snapshots_linux__/first-page-spec-js-first-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-selector/first-page/__image_snapshots_linux__/first-page-spec-js-first-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/first-page/__image_snapshots_linux__/first-page-spec-js-first-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/page-selector/first-page/__image_snapshots_mac__/first-page-spec-js-first-page-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/first-page/__image_snapshots_mac__/first-page-spec-js-first-page-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-selector/first-page/__image_snapshots_mac__/first-page-spec-js-first-page-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/first-page/__image_snapshots_mac__/first-page-spec-js-first-page-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/page-selector/first-page/first-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/first-page/first-page.html -------------------------------------------------------------------------------- /specs/page-selector/first-page/first-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/first-page/first-page.spec.js -------------------------------------------------------------------------------- /specs/page-selector/page-group/first-page-of-page-group/first-page-of-page-group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-group/first-page-of-page-group/first-page-of-page-group.html -------------------------------------------------------------------------------- /specs/page-selector/page-group/first-page-of-page-group/first-page-of-page-group.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-group/first-page-of-page-group/first-page-of-page-group.spec.js -------------------------------------------------------------------------------- /specs/page-selector/page-group/spread-of-page-group/spread-of-page-group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-group/spread-of-page-group/spread-of-page-group.html -------------------------------------------------------------------------------- /specs/page-selector/page-group/spread-of-page-group/spread-of-page-group.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-group/spread-of-page-group/spread-of-page-group.spec.js -------------------------------------------------------------------------------- /specs/page-selector/page-nth/__image_snapshots_linux__/page-nth-spec-js-page-nth-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-nth/__image_snapshots_linux__/page-nth-spec-js-page-nth-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-selector/page-nth/__image_snapshots_mac__/page-nth-spec-js-page-nth-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-nth/__image_snapshots_mac__/page-nth-spec-js-page-nth-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-selector/page-nth/page-nth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-nth/page-nth.html -------------------------------------------------------------------------------- /specs/page-selector/page-nth/page-nth.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-nth/page-nth.spec.js -------------------------------------------------------------------------------- /specs/page-selector/page-spread/__image_snapshots_linux__/page-spread-spec-js-page-spread-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-spread/__image_snapshots_linux__/page-spread-spec-js-page-spread-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-selector/page-spread/__image_snapshots_mac__/page-spread-spec-js-page-spread-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-spread/__image_snapshots_mac__/page-spread-spec-js-page-spread-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/page-selector/page-spread/page-spread.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-spread/page-spread.html -------------------------------------------------------------------------------- /specs/page-selector/page-spread/page-spread.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/page-selector/page-spread/page-spread.spec.js -------------------------------------------------------------------------------- /specs/position-fixed/__image_snapshots_linux__/position-fixed-spec-js-element-with-position-fixed-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/position-fixed/__image_snapshots_linux__/position-fixed-spec-js-element-with-position-fixed-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/position-fixed/__image_snapshots_mac__/position-fixed-spec-js-element-with-position-fixed-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/position-fixed/__image_snapshots_mac__/position-fixed-spec-js-element-with-position-fixed-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/position-fixed/position-fixed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/position-fixed/position-fixed.html -------------------------------------------------------------------------------- /specs/position-fixed/position-fixed.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/position-fixed/position-fixed.spec.js -------------------------------------------------------------------------------- /specs/splits/lists/__image_snapshots_linux__/lists-spec-js-lists-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/lists/__image_snapshots_linux__/lists-spec-js-lists-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/splits/lists/__image_snapshots_linux__/lists-spec-js-lists-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/lists/__image_snapshots_linux__/lists-spec-js-lists-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/splits/lists/__image_snapshots_linux__/lists-spec-js-lists-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/lists/__image_snapshots_linux__/lists-spec-js-lists-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/splits/lists/__image_snapshots_mac__/lists-spec-js-lists-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/lists/__image_snapshots_mac__/lists-spec-js-lists-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/splits/lists/__image_snapshots_mac__/lists-spec-js-lists-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/lists/__image_snapshots_mac__/lists-spec-js-lists-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/splits/lists/__image_snapshots_mac__/lists-spec-js-lists-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/lists/__image_snapshots_mac__/lists-spec-js-lists-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/splits/lists/lists.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/lists/lists.html -------------------------------------------------------------------------------- /specs/splits/lists/lists.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/lists/lists.spec.js -------------------------------------------------------------------------------- /specs/splits/numbering/__image_snapshots_linux__/numbering-spec-js-numbering-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/numbering/__image_snapshots_linux__/numbering-spec-js-numbering-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/splits/numbering/__image_snapshots_linux__/numbering-spec-js-numbering-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/numbering/__image_snapshots_linux__/numbering-spec-js-numbering-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/splits/numbering/__image_snapshots_linux__/numbering-spec-js-numbering-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/numbering/__image_snapshots_linux__/numbering-spec-js-numbering-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/splits/numbering/__image_snapshots_mac__/numbering-spec-js-numbering-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/numbering/__image_snapshots_mac__/numbering-spec-js-numbering-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/splits/numbering/__image_snapshots_mac__/numbering-spec-js-numbering-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/numbering/__image_snapshots_mac__/numbering-spec-js-numbering-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/splits/numbering/__image_snapshots_mac__/numbering-spec-js-numbering-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/numbering/__image_snapshots_mac__/numbering-spec-js-numbering-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/splits/numbering/numbering.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/numbering/numbering.html -------------------------------------------------------------------------------- /specs/splits/numbering/numbering.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/numbering/numbering.spec.js -------------------------------------------------------------------------------- /specs/splits/pre/__image_snapshots_linux__/pre-spec-js-pre-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/pre/__image_snapshots_linux__/pre-spec-js-pre-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/splits/pre/__image_snapshots_linux__/pre-spec-js-pre-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/pre/__image_snapshots_linux__/pre-spec-js-pre-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/splits/pre/__image_snapshots_linux__/pre-spec-js-pre-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/pre/__image_snapshots_linux__/pre-spec-js-pre-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/splits/pre/__image_snapshots_linux__/pre-spec-js-pre-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/pre/__image_snapshots_linux__/pre-spec-js-pre-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/splits/pre/pre.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/pre/pre.html -------------------------------------------------------------------------------- /specs/splits/pre/pre.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/pre/pre.spec.js -------------------------------------------------------------------------------- /specs/splits/tables/__image_snapshots_linux__/rowspan-table-spec-js-rowspan-table-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/tables/__image_snapshots_linux__/rowspan-table-spec-js-rowspan-table-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/splits/tables/__image_snapshots_linux__/rowspan-table-spec-js-rowspan-table-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/tables/__image_snapshots_linux__/rowspan-table-spec-js-rowspan-table-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/splits/tables/exceeding-rowspan-table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/tables/exceeding-rowspan-table.html -------------------------------------------------------------------------------- /specs/splits/tables/exceeding-rowspan-table.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/tables/exceeding-rowspan-table.spec.js -------------------------------------------------------------------------------- /specs/splits/tables/long-table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/tables/long-table.html -------------------------------------------------------------------------------- /specs/splits/tables/long-table.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/tables/long-table.spec.js -------------------------------------------------------------------------------- /specs/splits/tables/rowspan-table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/tables/rowspan-table.html -------------------------------------------------------------------------------- /specs/splits/tables/rowspan-table.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/tables/rowspan-table.spec.js -------------------------------------------------------------------------------- /specs/splits/text-align-last/__image_snapshots_linux__/text-align-last-spec-js-text-align-last-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/__image_snapshots_linux__/text-align-last-spec-js-text-align-last-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/splits/text-align-last/__image_snapshots_linux__/text-align-last-spec-js-text-align-last-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/__image_snapshots_linux__/text-align-last-spec-js-text-align-last-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/splits/text-align-last/__image_snapshots_linux__/text-align-last-spec-js-text-align-last-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/__image_snapshots_linux__/text-align-last-spec-js-text-align-last-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/splits/text-align-last/__image_snapshots_linux__/text-align-last-spec-js-text-align-last-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/__image_snapshots_linux__/text-align-last-spec-js-text-align-last-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/splits/text-align-last/__image_snapshots_mac__/text-align-last-spec-js-text-align-last-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/__image_snapshots_mac__/text-align-last-spec-js-text-align-last-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/splits/text-align-last/__image_snapshots_mac__/text-align-last-spec-js-text-align-last-should-create-a-pdf-2-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/__image_snapshots_mac__/text-align-last-spec-js-text-align-last-should-create-a-pdf-2-snap.png -------------------------------------------------------------------------------- /specs/splits/text-align-last/__image_snapshots_mac__/text-align-last-spec-js-text-align-last-should-create-a-pdf-3-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/__image_snapshots_mac__/text-align-last-spec-js-text-align-last-should-create-a-pdf-3-snap.png -------------------------------------------------------------------------------- /specs/splits/text-align-last/__image_snapshots_mac__/text-align-last-spec-js-text-align-last-should-create-a-pdf-4-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/__image_snapshots_mac__/text-align-last-spec-js-text-align-last-should-create-a-pdf-4-snap.png -------------------------------------------------------------------------------- /specs/splits/text-align-last/text-align-last.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/text-align-last.html -------------------------------------------------------------------------------- /specs/splits/text-align-last/text-align-last.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/splits/text-align-last/text-align-last.spec.js -------------------------------------------------------------------------------- /specs/string/string-default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/string/string-default.html -------------------------------------------------------------------------------- /specs/string/string-first-except.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/string/string-first-except.html -------------------------------------------------------------------------------- /specs/string/string-first.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/string/string-first.html -------------------------------------------------------------------------------- /specs/string/string-last.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/string/string-last.html -------------------------------------------------------------------------------- /specs/string/string-multiple.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/string/string-multiple.html -------------------------------------------------------------------------------- /specs/string/string-start.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/string/string-start.html -------------------------------------------------------------------------------- /specs/string/string.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/string/string.spec.js -------------------------------------------------------------------------------- /specs/styles/__image_snapshots_linux__/style-order-spec-js-style-order-consecutive-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/styles/__image_snapshots_linux__/style-order-spec-js-style-order-consecutive-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/styles/__image_snapshots_linux__/style-order-spec-js-style-order-scattered-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/styles/__image_snapshots_linux__/style-order-spec-js-style-order-scattered-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/styles/__image_snapshots_linux__/style-order-spec-js-style-order-simple-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/styles/__image_snapshots_linux__/style-order-spec-js-style-order-simple-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/styles/blue.css: -------------------------------------------------------------------------------- 1 | h1 { 2 | color: blue; 3 | } 4 | -------------------------------------------------------------------------------- /specs/styles/consecutive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/styles/consecutive.html -------------------------------------------------------------------------------- /specs/styles/green.css: -------------------------------------------------------------------------------- 1 | h1 { 2 | color: green; 3 | } 4 | -------------------------------------------------------------------------------- /specs/styles/scattered.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/styles/scattered.html -------------------------------------------------------------------------------- /specs/styles/simple.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/styles/simple.html -------------------------------------------------------------------------------- /specs/styles/style-order.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/styles/style-order.spec.js -------------------------------------------------------------------------------- /specs/target/target-counter/__image_snapshots_linux__/target-counter-spec-js-target-counter-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/__image_snapshots_linux__/target-counter-spec-js-target-counter-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/target/target-counter/__image_snapshots_mac__/target-counter-spec-js-target-counter-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/__image_snapshots_mac__/target-counter-spec-js-target-counter-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/target/target-counter/counter-increment-negative-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/counter-increment-negative-page.html -------------------------------------------------------------------------------- /specs/target/target-counter/counter-increment-negative-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/counter-increment-negative-page.spec.js -------------------------------------------------------------------------------- /specs/target/target-counter/counter-increment-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/counter-increment-page.html -------------------------------------------------------------------------------- /specs/target/target-counter/counter-increment-positive-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/counter-increment-positive-page.html -------------------------------------------------------------------------------- /specs/target/target-counter/counter-increment-positive-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/counter-increment-positive-page.spec.js -------------------------------------------------------------------------------- /specs/target/target-counter/counter-increment-zero-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/counter-increment-zero-page.html -------------------------------------------------------------------------------- /specs/target/target-counter/counter-increment-zero-page.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/counter-increment-zero-page.spec.js -------------------------------------------------------------------------------- /specs/target/target-counter/target-counter-single-colon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/target-counter-single-colon.html -------------------------------------------------------------------------------- /specs/target/target-counter/target-counter-single-colon.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/target-counter-single-colon.spec.js -------------------------------------------------------------------------------- /specs/target/target-counter/target-counter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/target-counter.html -------------------------------------------------------------------------------- /specs/target/target-counter/target-counter.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-counter/target-counter.spec.js -------------------------------------------------------------------------------- /specs/target/target-text/__image_snapshots_linux__/target-text-spec-js-target-text-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-text/__image_snapshots_linux__/target-text-spec-js-target-text-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/target/target-text/__image_snapshots_mac__/target-text-spec-js-target-text-should-create-a-pdf-1-snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-text/__image_snapshots_mac__/target-text-spec-js-target-text-should-create-a-pdf-1-snap.png -------------------------------------------------------------------------------- /specs/target/target-text/target-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-text/target-text.html -------------------------------------------------------------------------------- /specs/target/target-text/target-text.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/target/target-text/target-text.spec.js -------------------------------------------------------------------------------- /specs/whitespaces/whitespaces.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/whitespaces/whitespaces.html -------------------------------------------------------------------------------- /specs/whitespaces/whitespaces.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/specs/whitespaces/whitespaces.spec.js -------------------------------------------------------------------------------- /src/chunker/breaktoken.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/chunker/breaktoken.js -------------------------------------------------------------------------------- /src/chunker/chunker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/chunker/chunker.js -------------------------------------------------------------------------------- /src/chunker/chunker.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/chunker/chunker.test.js -------------------------------------------------------------------------------- /src/chunker/layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/chunker/layout.js -------------------------------------------------------------------------------- /src/chunker/page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/chunker/page.js -------------------------------------------------------------------------------- /src/chunker/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/chunker/parser.js -------------------------------------------------------------------------------- /src/chunker/renderresult.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/chunker/renderresult.js -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/index.js -------------------------------------------------------------------------------- /src/modules/filters/comments.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/filters/comments.js -------------------------------------------------------------------------------- /src/modules/filters/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/filters/index.js -------------------------------------------------------------------------------- /src/modules/filters/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/filters/scripts.js -------------------------------------------------------------------------------- /src/modules/filters/undisplayed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/filters/undisplayed.js -------------------------------------------------------------------------------- /src/modules/filters/whitespace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/filters/whitespace.js -------------------------------------------------------------------------------- /src/modules/generated-content/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/generated-content/index.js -------------------------------------------------------------------------------- /src/modules/generated-content/running-headers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/generated-content/running-headers.js -------------------------------------------------------------------------------- /src/modules/generated-content/string-sets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/generated-content/string-sets.js -------------------------------------------------------------------------------- /src/modules/generated-content/target-counters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/generated-content/target-counters.js -------------------------------------------------------------------------------- /src/modules/generated-content/target-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/generated-content/target-text.js -------------------------------------------------------------------------------- /src/modules/handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/handler.js -------------------------------------------------------------------------------- /src/modules/paged-media/atpage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/atpage.js -------------------------------------------------------------------------------- /src/modules/paged-media/breaks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/breaks.js -------------------------------------------------------------------------------- /src/modules/paged-media/counters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/counters.js -------------------------------------------------------------------------------- /src/modules/paged-media/following.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/following.js -------------------------------------------------------------------------------- /src/modules/paged-media/footnotes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/footnotes.js -------------------------------------------------------------------------------- /src/modules/paged-media/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/index.js -------------------------------------------------------------------------------- /src/modules/paged-media/lists.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/lists.js -------------------------------------------------------------------------------- /src/modules/paged-media/nth-of-type.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/nth-of-type.js -------------------------------------------------------------------------------- /src/modules/paged-media/page-counter-increment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/page-counter-increment.js -------------------------------------------------------------------------------- /src/modules/paged-media/position-fixed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/position-fixed.js -------------------------------------------------------------------------------- /src/modules/paged-media/print-media.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/print-media.js -------------------------------------------------------------------------------- /src/modules/paged-media/splits.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/modules/paged-media/splits.js -------------------------------------------------------------------------------- /src/polisher/base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/polisher/base.js -------------------------------------------------------------------------------- /src/polisher/polisher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/polisher/polisher.js -------------------------------------------------------------------------------- /src/polisher/sheet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/polisher/sheet.js -------------------------------------------------------------------------------- /src/polisher/sizes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/polisher/sizes.js -------------------------------------------------------------------------------- /src/polyfill/polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/polyfill/polyfill.js -------------------------------------------------------------------------------- /src/polyfill/previewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/polyfill/previewer.js -------------------------------------------------------------------------------- /src/utils/css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/utils/css.js -------------------------------------------------------------------------------- /src/utils/dom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/utils/dom.js -------------------------------------------------------------------------------- /src/utils/epub.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/utils/epub.js -------------------------------------------------------------------------------- /src/utils/handlers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/utils/handlers.js -------------------------------------------------------------------------------- /src/utils/hook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/utils/hook.js -------------------------------------------------------------------------------- /src/utils/queue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/utils/queue.js -------------------------------------------------------------------------------- /src/utils/request.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/utils/request.js -------------------------------------------------------------------------------- /src/utils/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farhan7reza7/pagedjs/HEAD/src/utils/utils.js --------------------------------------------------------------------------------