Sha256: 44f6959a288da6ced2c54aeae7d7aae3b4651f99b3aaf015306ca983ed62deb9
Contents?: true
Size: 424 Bytes
Versions: 81
Compression:
Stored size: 424 Bytes
Contents
require "isodoc" module IsoDoc module Standoc # A {Converter} implementation that generates 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) "base.standard.xsl" end end end end
Version data entries
81 entries across 81 versions & 1 rubygems