Method: CVGen::Converter#document_options

Defined in:
lib/cvgen/converter.rb

#document_options(root) ⇒ Object



63
64
65
66
67
68
# File 'lib/cvgen/converter.rb', line 63

def document_options(root)
  h = super.update(:margin => 72)
  h[:info][:Creator] = 'cvgen (using kramdown PDF converter)'
  h[:info].update(@options[:'document-info']) if @options[:'document-info']
  h
end