Sha256: 0247ffa8ad8f2538ce76fd76b0556999ce40a9e991bb615a8fc97729df5673be
Contents?: true
Size: 421 Bytes
Versions: 14
Compression:
Stored size: 421 Bytes
Contents
require "isodoc" module IsoDoc module Ribose # A {Converter} implementation that generates PDF HTML output, and a # document schema encapsulation of the document for validation class PdfConvert < IsoDoc::XslfoPdfConvert def initialize(options) @libdir = File.dirname(__FILE__) super end def pdf_stylesheet(docxml) "rsd.standard.xsl" end end end end
Version data entries
14 entries across 14 versions & 1 rubygems