JSPM

  • Created
  • Published
  • Downloads 1076236
  • Score
    100M100P100Q180814F
  • License MIT

Client/server side PDF printing in pure JavaScript

Package Exports

  • pdfmake
  • pdfmake/build/pdfmake
  • pdfmake/build/pdfmake.js
  • pdfmake/build/pdfmake.min
  • pdfmake/build/pdfmake.min.js
  • pdfmake/build/vfs_fonts
  • pdfmake/build/vfs_fonts.js
  • pdfmake/src/printer
  • pdfmake/src/standardPageSizes

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pdfmake) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pdfmake Build Status GitHub npm Bower Packagist CDNJS

Client/server side PDF printing in pure JavaScript

Check out the playground and examples.

New documentation: https://pdfmake.github.io/docs/

For discussion about new documentation use issue #1238

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/

Building from sources version 0.1.x

using npm:

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

using yarn:

git clone --branch 0.1 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.