Method: OBF::OBF.to_pdf

Defined in:
lib/obf/obf.rb

.to_pdf(obf, dest_path, opts = {}) ⇒ Object



12
13
14
# File 'lib/obf/obf.rb', line 12

def self.to_pdf(obf, dest_path, opts={})
  OBF::PDF.from_obf(obf, dest_path, nil, opts)
end