Method: PuppetPdf.pdf_from_html
- Defined in:
- lib/puppet_pdf.rb
.pdf_from_html(html, options = {}) ⇒ Object
10 11 12 |
# File 'lib/puppet_pdf.rb', line 10 def self.pdf_from_html(html, = {}) pdf_creator(:pdf_from_html, html, ).call end |