Class: IsoDoc::Iec::PdfConvert

Inherits:
XslfoPdfConvert
  • Object
show all
Defined in:
lib/isodoc/iec/pdf_convert.rb

Overview

A Converter implementation that generates HTML output, and a document schema encapsulation of the document for validation

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ PdfConvert

Returns a new instance of PdfConvert.



11
12
13
14
# File 'lib/isodoc/iec/pdf_convert.rb', line 11

def initialize(options)
  @libdir = File.dirname(__FILE__)
  super
end

Instance Method Details

#pdf_stylesheet(docxml) ⇒ Object



16
17
18
# File 'lib/isodoc/iec/pdf_convert.rb', line 16

def pdf_stylesheet(docxml)
  "iec.international-standard.xsl"
end