Method: OBF::UnknownFile.to_pdf

Defined in:
lib/obf/unknown_file.rb

.to_pdf(path, dest_path) ⇒ Object



40
41
42
43
# File 'lib/obf/unknown_file.rb', line 40

def self.to_pdf(path, dest_path)
  ext = to_external(path)
  OBF::External.to_pdf(ext, dest_path, {})
end