Skip to content

Client/server side PDF printing in pure JavaScript

License

Notifications You must be signed in to change notification settings

gitexp2050/pdfmake

This branch is 117 commits behind bpampuch/pdfmake:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f5cb8f · Oct 9, 2022
Jan 1, 2022
Oct 9, 2022
Jan 7, 2022
Aug 21, 2022
Aug 21, 2022
Sep 17, 2022
Jul 5, 2020
Jan 7, 2022
Dec 17, 2017
Dec 31, 2021
Mar 16, 2021
Jan 1, 2022
Oct 9, 2022
Apr 8, 2022
Apr 12, 2022
Jul 2, 2021
Jul 3, 2021
Jul 3, 2021
Nov 7, 2021
Jul 3, 2021
Oct 9, 2022
Aug 2, 2021

Repository files navigation

pdfmake Node.js CI GitHub npm Bower Packagist CDNJS

PDF document generation library for server-side and client-side in pure JavaScript.

Check out the playground and examples.

This is unstable master branch for version 0.3.x, for stable use version 0.2.x see branch 0.2 or older version 0.1.x see branch 0.1.

Features

  • line-wrapping,
  • text-alignments (left, right, centered, justified),
  • numbered and bulleted lists,
  • tables and columns
    • auto/fixed/star-sized widths,
    • col-spans and row-spans,
    • headers automatically repeated in case of a page-break,
  • images and vector graphics,
  • convenient styling and style inheritance,
  • page headers and footers:
    • static or dynamic content,
    • access to current page number and page count,
  • background-layer,
  • page dimensions and orientations,
  • margins,
  • custom page breaks,
  • font embedding,
  • support for complex, multi-level (nested) structures,
  • table of contents,
  • helper methods for opening/printing/downloading the generated PDF,
  • setting of PDF metadata (e.g. author, subject).

Documentation

Documentation URL: https://pdfmake.github.io/docs/

Source of documentation: https://github.com/pdfmake/docs Improvements are welcome!

Building from sources

using npm:

git clone https://github.com/bpampuch/pdfmake.git
cd pdfmake
npm install
npm run build

using yarn:

git clone https://github.com/bpampuch/pdfmake.git
cd pdfmake
yarn
yarn run build

License

MIT

Authors

pdfmake is based on a truly amazing library pdfkit (credits to @devongovett).

Thanks to all contributors.

About

Client/server side PDF printing in pure JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%