class IsoDoc::Gb::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/gb/pdf_convert.rb, line 10
def initialize(options)
  @libdir = File.dirname(__FILE__)
  super
end

Public Instance Methods

pdf_stylesheet(docxml) click to toggle source
# File lib/isodoc/gb/pdf_convert.rb, line 15
def pdf_stylesheet(docxml)
  "gb.recommendation.xsl"
end