Class: PDF::HTMLDoc

Inherits:
Object
  • Object
show all
Defined in:
lib/htmldoc_rails/htmldoc_ext.rb

Constant Summary collapse

DEFAULT_OPTIONS =
{
  :bodycolor => 'white',
  :toc => false,
  :portrait => true,
  :continuous => true,
  :footer => '...',
  :header => '...',
  :links => false,
  :webpage => true,
  :left => '50',
  :right => '50',
  :top => '90',
  :size => 'Letter'
}
@@all_options =
@@basic_options + @@extra_options