play2-scala-pdf icon indicating copy to clipboard operation
play2-scala-pdf copied to clipboard

A PDF module for Play Framework 2 (Scala)

Results 5 play2-scala-pdf issues
Sort by recently updated
recently updated
newest added

It would be nice to add support for PDF encryption (which the underlying rendering library already implements). I imagine this would be exposed via optional parameters to the `toBytes` and...

## Expected Behaviour Aabic Charaters are not converted to pdf format ## Actual Behaviour Arabic text is left blank on pdf file, while it's correctly displayed on html format: ![image](https://user-images.githubusercontent.com/13650996/41973191-93da01cc-7a14-11e8-9b87-7e87cfc2c926.png)...

Hi @hhandoko, there is way to put new page between Html templates in case of concat inner PDF?

Hi, i would like to use the library (with Play 2.6 and scala 2.11) for creating PDFs. Unfortunately there is still a bug with [box sizing](https://github.com/flyingsaucerproject/flyingsaucer/pull/152) which should be fixed...

## Outcome Desired Write vertical text in `@right-middle`. I tried ```css @@right-middle { content: "test; writing-mode: vertical-rl; } ``` But it doesn't work. Any suggestion?