wicked_pdf
wicked_pdf copied to clipboard
PDF generator (from HTML) plugin for Ruby on Rails
## Issue description I've forked the project to make a small change that we need, and I would like to run the test suite to ensure I haven't broken anything....
Hi, I'm currently looking at wicked_pdf as a possible solution for our PDF Generation that we do. One of the requirements I've been given is the ability to provide Password...
I am trying to call a function defined inside the pdf.erb in the script tag which converts the date to a specific format. ` function format_date(yyyyMMdd) { const [yyyy, MM,...
## Issue description The next problem ocurred when I was trying to create a pdf: "_The `wkhtmltopdf` executable in the `wkhtmltopdf-binary-edge` gem is being loaded, but it's also present in...
## Issue description When creating the pdf no charts or content created as part of javascripts is rendered. I have tried multiple versions of chart.js as well as Google Charts....
undefined method `empty?' for nil:NilClass When file Option is Used With header and footer Options
## Issue description See title. This `NoMethodError` is never propagated to the caller. I had to do some debugging: ``` /Users/sshaw/.rvm/gems/ruby-2.5.7@qms/gems/actionview-5.2.3/lib/action_view/lookup_context.rb:206:in `normalize_name' /Users/sshaw/.rvm/gems/ruby-2.5.7@qms/gems/actionview-5.2.3/lib/action_view/lookup_context.rb:155:in `args_for_lookup' /Users/sshaw/.rvm/gems/ruby-2.5.7@qms/gems/actionview-5.2.3/lib/action_view/lookup_context.rb:121:in `find_file' /Users/sshaw/.rvm/gems/ruby-2.5.7@qms/gems/actionview-5.2.3/lib/action_view/renderer/abstract_renderer.rb:20:in `find_file' /Users/sshaw/.rvm/gems/ruby-2.5.7@qms/gems/actionview-5.2.3/lib/action_view/renderer/template_renderer.rb:32:in `block...
I have the route `/document/:email/:filename, :email => /.*/, :filename => /.*/` that simply takes the filename, searches for it on the storage and returns it. However, after I started using...
## Issue description Hi @unixmonkey I've hit a new instance of "stack level too deep" even with the new 1.4.0 (also happens in 1.2.2). This time it does not to...
When using ``` window.status = "JS_DONE";```, I find that the code sometime never runs and Sidekiq keeps the job running for hours. When using wicked_pdf, how can we set a...
wicked_pdf seems to be blurring my image... any ideas why? I am specifying the absolute height and width of the image, so it doesn't seem to be that the size...