Sha256: b235177ff59863dc859eb22dcb055e48df1ff4b5835d6163f5cc164bccabf0cf
Contents?: true
Size: 456 Bytes
Versions: 53
Compression:
Stored size: 456 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) "m3aawg.report.xsl" end end end end
Version data entries
53 entries across 53 versions & 1 rubygems