Sha256: 2b0baa8ad361ba09322f63f875e7b81e64cce7eb56e3f2bec58dc5b83ed30713
Contents?: true
Size: 423 Bytes
Versions: 80
Compression:
Stored size: 423 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) "ribose.standard.xsl" end end end end
Version data entries
80 entries across 80 versions & 1 rubygems