class IsoDoc::M3AAWG::PdfConvert
A {Converter} implementation that generates HTML output, and a document schema encapsulation of the document for validation
Public Class Methods
new(options)
click to toggle source
Calls superclass method
# File lib/isodoc/m3aawg/pdf_convert.rb, line 11 def initialize(options) @libdir = File.dirname(__FILE__) super end
Public Instance Methods
pdf_stylesheet(docxml)
click to toggle source
# File lib/isodoc/m3aawg/pdf_convert.rb, line 16 def pdf_stylesheet(docxml) "m3aawg.report.xsl" end