PDFMAKE – Client/Server Side PDF Printing in Pure JavaScript

PDFMAKE - ClientServer Side PDF Printing in Pure JavaScript

PDFMAKE is a PDF document generation library for server-side and client-side in pure JavaScript. It works in browser which is completely declarative and has commanding layout engine along with useful features of PDFMAKE.

PDFMAKE - ClientServer Side PDF Printing in Pure JavaScript

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