This is a sample application using wkhtmltopdf
to generate PDFs with custom Fonts
Gems used:
wicked_pdf
wkhtmltopdf-binary
rails 4.0.2
Fonts used:
- Orbitron [http://www.google.com/fonts/specimen/Orbitron]
- Open Sans [http://www.google.com/fonts/specimen/Open+Sans]
- Setup rvm or rbenv, ruby 2.0.0 supported
- Install all gems with
bundle install
- Create database and run migrations
rake db:setup
- Run with
rails server