Sha256: ea29326093cb8113c98da62cd3fc17e87bfb52bdd9a3dcbed1818b101760db57
Contents?: true
Size: 453 Bytes
Versions: 23
Compression:
Stored size: 453 Bytes
Contents
require_relative "base_convert" require "isodoc" module IsoDoc module M3AAWG # A {Converter} implementation that generates HTML output, and a document # schema encapsulation of the document for validation # class PdfConvert < IsoDoc::XslfoPdfConvert def initialize(options) @libdir = File.dirname(__FILE__) super end def pdf_stylesheet(docxml) "m3d.report.xsl" end end end end
Version data entries
23 entries across 20 versions & 2 rubygems