Class: IsoDoc::Standoc::PdfConvert
- Inherits:
-
XslfoPdfConvert
- Object
- XslfoPdfConvert
- IsoDoc::Standoc::PdfConvert
- Defined in:
- lib/isodoc/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
-
#initialize(options) ⇒ PdfConvert
constructor
A new instance of PdfConvert.
- #pdf_stylesheet(_docxml) ⇒ Object
Constructor Details
#initialize(options) ⇒ PdfConvert
Returns a new instance of PdfConvert.
9 10 11 12 |
# File 'lib/isodoc/pdf_convert.rb', line 9 def initialize() @libdir = File.dirname(__FILE__) super end |
Instance Method Details
#pdf_stylesheet(_docxml) ⇒ Object
14 15 16 |
# File 'lib/isodoc/pdf_convert.rb', line 14 def pdf_stylesheet(_docxml) "base.standard.xsl" end |