Module: Mn2pdf
- Defined in:
- lib/tebako-runtime/adapters/mn2pdf.rb,
lib/tebako-runtime/adapters/mn2pdf.rb
Constant Summary collapse
- MN2PDF_JAR_PATH =
TebakoRuntime::MN2PDF_J_PATH
Class Method Summary collapse
Class Method Details
.convert(url_path, output_path, xsl_stylesheet, options) ⇒ Object
53 54 55 56 |
# File 'lib/tebako-runtime/adapters/mn2pdf.rb', line 53 def self.convert(url_path, output_path, xsl_stylesheet, ) convert_orig(TebakoRuntime.extract_memfs(url_path), output_path, TebakoRuntime.extract_memfs(xsl_stylesheet), ) end |