Client/server side PDF printin
pdfmake
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). DocumentationDocumentation URL: https://pdfmake.github.io/docs/
Source of documentation: https://github.com/pdfmake/docs Improvements are welcome!
Building from sourcesusing 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 @bpampuch (founder) @liborm85pdfmake is based on a truly amazing library pdfkit (credits to @devongovett).
Thanks to all contributors.
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。