Play Framework 2 Render pdf
问题 Is it possible to render pdf document with play framework 2? (There is a module that can render pdf for play 1.x. is there a way to render in play 2?) 回答1: If you're looking to render view templates as PDF documents, check out this module. 回答2: There is the apache fop plugin which create pdf out of fop files. The fop files are not the most intuitive files, but in the end I always found a way to format complex pdf the way I wanted it. To add the plug in to your play application add this to