class IsoDoc::Ribose::PdfConvert

A {Converter} implementation that generates PDF 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/ribose/pdf_convert.rb, line 8
def initialize(options)
  @libdir = File.dirname(__FILE__)
  super
end

Public Instance Methods

pdf_stylesheet(_docxml) click to toggle source
# File lib/isodoc/ribose/pdf_convert.rb, line 13
def pdf_stylesheet(_docxml)
  "ribose.standard.xsl"
end