Class: Malt::Formats::PDF

Inherits:
Abstract show all
Defined in:
lib/malt/formats/pdf.rb

Instance Attribute Summary

Attributes inherited from Abstract

#options

Instance Method Summary collapse

Methods inherited from Abstract

#default, engine, #engine, #extensions, extensions, #file, #parse_type_and_data, #refile, register, #render, #subtype, #text, #to, #to_s, #type

Instance Method Details

#pdfObject



11
12
13
# File 'lib/malt/formats/pdf.rb', line 11

def pdf
  text
end

#to_pdfObject



16
17
18
# File 'lib/malt/formats/pdf.rb', line 16

def to_pdf
  self
end