heroku-pdf icon indicating copy to clipboard operation
heroku-pdf copied to clipboard

Sample Rails app for creating PDFs on Heroku using wkhtmltopdf

Results 1 heroku-pdf issues
Sort by recently updated
recently updated
newest added

I'm trying to use an embedded font: ``` @font-face { font-family: "Zapfino"; src: url(http://#{request.host_with_port}/fonts/Zapfino.otf) format("opentype"); } .decorative { font-family: "Zapfino", sans-serif; font-size: 40px; margin-bottom: -40px; } ``` This works fine...