Community contributed extensions

PDF module [pdf] module

This module is for the Play 1.x series only.

A module that allows you to render PDF document from your HTML templates. This module is based on the YaHP Converter library. You can find its source code at:

http://github.com/pepite/play--pdf

Written by Nicolas Leroux, Stéphane Epardaud, Stéphane Thomas.

Published releases

0.9 Dec 19 2011 Documentation Try Play
0.8 Dec 12 2011 Documentation Try Play
0.7 Aug 23 2011 Documentation Try Play
0.6 Jun 01 2011 Documentation Try Play
0.2 Mar 06 2011 Documentation Try Play

To install locally this module use the install command:

play install pdf-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> pdf {version}