Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

br_invoices_pdf

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

br_invoices_pdf

  • 0.2.24
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

BR Invoices PDF

Build Status Coverage Status Gem Version Dependency Status Code Climate

Este projeto gera arquivos PDF para documentos fiscais no Brasil a partir de seus XMLs, suportando atualmente:

  • NFC-e
  • CF-e/SAT

Instalação

Adicione esta linha ao Gemfile da sua aplicação:

gem 'br_invoices_pdf'

Então execute:

bundle

Utilização

  • xml = File.binread('file.xml') # String do XML
  • pdf = BrInvoicesPdf.generate(:nfce, xml, page_size: 'A7', margin: 1) # Gera o PDF
  • File.binwrite('pdf_name.pdf', pdf) # Salva um arquivo

Desenvolvendo

  • Faça checkout neste repositório
  • Rode bin/setup para instalar as dependências
  • Você também pode rodar bin/console para um console interativo que te permitirá realizar testes
  • Para instalar esta gem na sua máquina local, rode bundle exec rake install.
  • Para realizar a release de uma nova versão, atualize o número no arquivo lib/version.rb, atualize o CHANGELOG.md

Contribuindo

Bugs reports e pull requests são bem vindos no GitHub em https://github.com/pdvend/br_invoices_pdf. Este projeto pretende ser um espaço seguro e acolhedor para a colaboração, e os contribuintes devem aderir ao código de conduta Covenant Covenant.

FAQs

Package last updated on 07 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc