pdfmake
Client/server side PDF printing in pure JavaScript

pdfmake downloads pdfmake version pdfmake license

pdfmake유사 패키지:
npm 다운로드 트렌드
3 년
🌟 pdfmake의 README.md에 실시간 사용 차트를 표시하려면 아래 코드를 복사하세요.
## Usage Trend
[![Usage Trend of pdfmake](https://npm-compare.com/img/npm-trend/THREE_YEARS/pdfmake.png)](https://npm-compare.com/pdfmake#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 pdfmake의 README.md에 GitHub Stars 트렌드 차트를 표시하려면 아래 코드를 복사하세요.
## GitHub Stars Trend
[![GitHub Stars Trend of pdfmake](https://npm-compare.com/img/github-trend/pdfmake.png)](https://npm-compare.com/pdfmake)
통계 세부사항
패키지
다운로드
Stars
크기
Issues
발행일
라이선스
pdfmake1,047,32412,13613.6 MB3056ヶ月前MIT
pdfmake의 README

pdfmake Node.js CI GitHub npm Bower Packagist CDNJS

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

Check out the playground and examples.

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.2.x

using npm:

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

using yarn:

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