igor-alexandrov / wisepdf

Wkhtmltopdf wrapper done right
MIT License
281 stars 20 forks source link

NameError (undefined local variable or method `options' #5

Closed gustavo43t closed 12 years ago

gustavo43t commented 12 years ago

Igor,

in render.rb, method prerender_header_and_footer,

# options[hf][:html] = "file://#{tf.path}" 
# must be
arguments[hf][:html] = "file://#{tf.path}" 

and thanks for your work!

igor-alexandrov commented 12 years ago

Fixed in wisepdf 1.2.0. Sorry for 1.1.x release it was a hotfix for my internal needs.