# File lib/wicked_pdf.rb, line 51
  def pdf_from_html_file(filepath, options = {})
    pdf_from_url("file:///#{filepath}", options)
  end