# File lib/barby/outputter/prawn_outputter.rb, line 11 def to_pdf(opts={}) opts = options(opts) annotate_pdf(Prawn::Document.new(opts[:document]), opts).render end