JSPM

inovar-boletos-pdf

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q55540F
  • License ISC

Gerar PDF de boletos para vários bancos

Package Exports

  • inovar-boletos-pdf
  • inovar-boletos-pdf/lib/index.js

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 (inovar-boletos-pdf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gerar-boletos

NPM badges

NPM gerar-boletos package npm downloads npm downloads

Biblioteca em Node.js para geração de boletos utilizando PDFKit

Geração de boletos para bancos:

  • Bradesco
  • Caixa
  • Ailos (Cecred)
  • Itaú
  • Sicoob
  • Sicredi
  • Santander
  • Banco do Brasil

Install

npm i gerar-boletos
yarn add gerar-boletos

Exemplos de uso

npm run gerarBrasil
npm run gerarBradesco
npm run gerarCecred

Run tests

npm run test