sPDF icon indicating copy to clipboard operation
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.

Results 15 sPDF issues
Sort by recently updated
recently updated
newest added

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 ......

bug

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...

enhancement

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...

enhancement

The test that hangs is OutputStreamDestinationDocument / "pipe process STDOUT into destination stream"

bug