play2-pdf
play2-pdf copied to clipboard
A PDF module for Play Framework 2
I was reviewing the project and realized that we're using all Play modules defined into [project/plugin.sbt](https://github.com/innoveit/play2-pdf/blob/master/module/project/plugins.sbt). We could improve our dependency to Play only using the exact module that we...
We need to improve our code validation using GHA to check, validate, test, and build our project before any new PR is merged into the `master` branch. I have a...
Let's say we have a template: ```html my title ``` and we use it like this: ```java public Result preparePdf() { final String host = routes.HomeController.index().absoluteURL(request()); return ok(pdfGenerator.toBytes(views.html.myPdf.render(), host)) .withHeader("Content-Disposition",...
Is there any chance that play2pdf does not support `.svg` in `.scala.html` files? I have seen all flying saucer examples and I couldn't make any of them work. `` tags...