Sha256: 50735cbdce7cd846fd263893bdf623b8e823ed17846cf103716959f6ddf63be8
Contents?: true
Size: 350 Bytes
Versions: 112
Compression:
Stored size: 350 Bytes
Contents
require "mn2pdf" require_relative "./utils" module Metanorma module Output class XslfoPdf < Base def convert(url_path, output_path, xsl_stylesheet, options = {}) return if url_path.nil? || output_path.nil? || xsl_stylesheet.nil? Mn2pdf.convert(url_path, output_path, xsl_stylesheet, options) end end end end
Version data entries
112 entries across 112 versions & 1 rubygems