sPDF
sPDF copied to clipboard
Create PDFs from Scala using plain old HTML and CSS. Uses wkhtmltopdf on the back-end which renders HTML using Webkit.
This library works on my mac just fine. But, on, ubuntu 14.04, I have it installed like this: ``` shell $ which wkhtmltopdf /usr/bin/wkhtmltopdf $wkhtmltopdf -V Name: wkhtmltopdf 0.9.9 ......
Hi @cloudify, I see that the `wkhtmltopdf` supports multiple HTML files as input ``` bash $ wkhtmltopdf --extended-help Name: wkhtmltopdf 0.9.9 Synopsis: wkhtmltopdf [OPTIONS]... [More input files] Description: Converts one...
I'm writing a Java OSGi wrapper via sPDF and i'd like to guard against denial of server and bugs in wkhtmltopdf. I think the there should be some defensive elements...
The test that hangs is OutputStreamDestinationDocument / "pipe process STDOUT into destination stream"