Sha256: a9352a8808cdc6c1c071157d2a16759efaaabe0c475dc71f38f61dedebb748a1
Contents?: true
Size: 451 Bytes
Versions: 1
Compression:
Stored size: 451 Bytes
Contents
PhantomPdf ========== A simple gem wrapper to use Phantomjs to generate pdfs that look nice. This will use webkit for the generation of the pdf. Setup ----- You must have phantomjs installed, see: http://phantomjs.org/ Usage ----- Install the Gem, include the module. ```ruby include PhantomPDF file = url_to_pdf('http://example.com') ``` The file object returned here is a tempfile to the pdf. License ------- This project uses MIT-LICENSE.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phantom_pdf-0.0.2 | README.md |