Tagged Questions
1
vote
0answers
98 views
Wicked_PDF not rendering HTML and CSS assets hosted via Asset Sync in production
I'm have a problem rendering PDFs using Wicked_PDF. I'm hosting all of my asset-pipeline resources using Amazon S3 and CloudFront, and things are generated fine while in development; however in ...
0
votes
0answers
92 views
Using Wkhtmltopdf with Nodejs on Heroku
Here is the thing. I'm on nodejs and I want to generate a PDF file with wkhtmltopdf.
It works fine locally, but when I push it on heroku I have an "Application Error".
I think it's because it's ...
0
votes
1answer
55 views
generate outline (aka toc, aka bookmarks) using wicked_pdf on heroku
Has anyone had any luck getting outline generation to work with wicked_pdf on Heroku? I have no problems in dev mode (on windows!), but on Heroku I can't make outlines happen. I've tried explicit ...
1
vote
0answers
164 views
Fonts on Heroku using wicked_pdf/wkhtmltopdf
I'm using wicked_pdf to generate a PDF from HTML and deploying to Heroku.
This is all working fine when deployed and I have experimented with different fonts using @font-face but so far the best ...
1
vote
0answers
55 views
Wicked_pdf page_size issue on Heroku
I use wicked_pdf to generate pdf calendar in my rails3 app. Everything work perfectly locally but on heroku it gave me A4 page size whenever i specify :page_size => 'A3'.
I already try to use ...
1
vote
0answers
271 views
wicked_pdf, wkhtmltopdf not working with SVG on Heroku
I have a Ruby on Rails 3.2 app using the wicked_pdf gem and wkhtmltopdf 0.9.9 library to produce PDFs on my local machine, which is a MAC OSX 10.7.5 Lion. The app successfully renders HTML pages (that ...
0
votes
1answer
132 views
Converting to PDF: Ruby on Rails on Heroku
I'm trying to have a particular page render to PDF. My app is written in Ruby on Rails and hosted on Heroku.
For development, I'm on Mac OS X. I'm using wicked_pdf (that uses the wkhtmltopdf) to ...
0
votes
1answer
325 views
Fail to create a PDF once deployed on heroku
I am trying to generate PDF reports with wicked_pdf gem.
THe PDF generation works fine on my development environment, but it fails once it's deployed on Heroku
This is the error I am getting:
Failed ...
4
votes
6answers
2k views
Cannot get wicked_pdf to work on heroku ? (but it works locally)
Following the guide on https://github.com/jordan-brough/heroku-pdf I managed to have wicked_pdf working locally and creating PDF as expected.
However once I push to heroku, the app crashes after a ...
