127 128 129
# File 'lib/bookmaker/base.rb', line 127 def self.generate_pdf IO.popen('prince %s -o %s' % [html_path, pdf_path]) end