Method: Md2Pdf::Converter#convert
- Defined in:
- lib/md2pdf/converter.rb
#convert(input_filename, output_filename) ⇒ Object
4 5 6 |
# File 'lib/md2pdf/converter.rb', line 4 def convert(input_filename, output_filename) templater.create_pdf_converter(shell, temp_filename_creator).convert(input_filename, output_filename) end |