# File lib/htmldoc.rb, line 66 def initialize(format = PDF) @format = format @options = {} @pages = [] @tempfiles = [] reset end