Play framework is joining the Typesafe Stack — More information in the official announcement

Community contributed extensions

PDF module [pdf] module

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

pdf-0.9 ★ Dec 19, 2011 Documentation Download
pdf-0.8   Dec 12, 2011 Documentation Download
pdf-0.7   Aug 23, 2011 Documentation Download
pdf-0.6   Jun 01, 2011 Documentation Download
pdf-0.2   Mar 06, 2011 Documentation Download

To install locally this modules 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}

Check the documentation link of each release to check version notes.

Comments

Use this form to discuss about this module. Off-topic comments will be deleted without warning.