module PrawnHtml

def append_html(pdf, html)

def append_html(pdf, html)
  PrawnHtml::Instance.new(pdf).append(html: html)
end