Sha256: a134473a01c34fe18bfa40fea1d7290e3e79126f1b99facfda6c3b206ee237f9
Contents?: true
Size: 466 Bytes
Versions: 83
Compression:
Stored size: 466 Bytes
Contents
require_relative "base_convert" require "isodoc" module IsoDoc module Iec # 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) "iec.international-standard.xsl" end end end end
Version data entries
83 entries across 83 versions & 1 rubygems