# File lib/pdfkit/pdfkit.rb, line 75
  def to_file(path)
    self.to_pdf(path)
    File.new(path)
  end