Questions tagged [wkhtmltopdf-binary]

22 questions
0
votes
1 answer

wkhtmltopdf-binary not being found on development server

Testing on localhost is running wicked-pdf gem output as expected. It has a dependency to wkhtmltopdf. As per the indications here I determined and verified the existence on the Ubuntu 18.04 development server of this…
Jerome
  • 5,583
  • 3
  • 33
  • 76
0
votes
0 answers

Anybody was able to get wkhtmltopdf working on Heroku?

I have a Python Flask application set up on Heroku which uses pdfkit to convert a .txt file to a .pdf file. pdfkit internally uses wkhtmltopdf as a dependency. I tried with several wkhtmltopdf buildpacks, but to no avail. pdfkit still cannot find…
RwitamB
  • 67
  • 2
  • 11
0
votes
0 answers

wkhtmltopdf_binary_gem : Syntax error: word unexpected (expecting ")")

In production server (ubuntu 14.04) getting this error while PDF download referred link and tried https://gist.github.com/brunogaspar/bd89079245923c04be6b0f92af431c10 $ wkhtmltopdf http://www.google.com…
0
votes
1 answer

Layout issues after upgrading WKHTMLTOPDF

All my layouts that looked great before are now messed up, appears to be rendering with a different and smaller font after upgrading WKHTMLTOPDF. Full-width divs are also rendering smaller than before. I've tried modifying the dpi flag in wicked, I…
webaholik
  • 1,619
  • 1
  • 19
  • 30
0
votes
1 answer

Converting html page containing openlayers map to pdf via wkhtmltopdf

I have Html page contains tables and OpenLayers map Everything works ok on all the browsers even IE. I want to convert this page to pdf so I used wkhtmltopdf and as I read wkhtmltopdf using behind the scene WebKit to render the page so I test the…
Noa
  • 315
  • 1
  • 7
  • 31
0
votes
2 answers

wicked_pdf not working in production server

Locally It works without any error but when I try to generate the PDF on the server it throws: RuntimeError (Failed to execute: ["/usr/local/bin/wkhtmltopdf", "-q", "file:////tmp/wicked_pdf20180531-994-1x8fbfn.html",…
-1
votes
1 answer

How to render Google chart pdf file using wicked pdf rails 4?

Application setup is rails 4 & wicked pdf. how to render pie chart using google chart in my pdf file?
1
2