0.0
No commit activity in last 3 years
No release in over 3 years
facturae_print translates a facturae xml file into an understandable HTML or PDF file
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.4.0

Runtime

>= 2.6.6
>= 1.4.4
>= 0.5.0
>= 0.14.6
 Project Readme

FacturaePrint

FacturaePrint translates a facturae xml file into an understandable HTML or PDF file.

The facturae format specification is available on http://www.facturae.es. There is also an english version available here.

Installation

gem install facturae_print

Usage

FacturaePrint uses erubis to translate the facturae xml file into an html file. It also can generate a pdf version from the generated html file, using PDFKit. Nothing fancy.

Right. Let's see some examples:

facturae_print html 022011.xml templates/default.eruby -o test.html

facturae_print pdf 022011.xml templates/default.eruby -s templates/default.css -o test.pdf

That's it. What else did you expect?