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

Almost a duplicate of #46 but I hope this should compile, have updated travis descriptor. @disblader @cloudify

The command line parameter for table of content is created as --toc. According to the wkhtmltopdf dokumentation it should be created as toc. Table Of Contents: A table of contents...

PdfConfig doesn't have a property for disable-local-file-access or enable-local-file-access

image-quality => When jpeg compressing images use this quality image-dpi => When embedding images scale them down to this dpi

Hi I was not able to run sPDF in Ubuntu 18.04 as WKHtmltopdf is unable to run in Debian as headless. The suggested approach was to use xvfb. Could sPDF...

Hi Federico, I have created a patch to enable sPDF to auto detect xvfb-run, if it exists it will run wkhtmltopdf using xvfb-run. This would allow sPDF to run in...

I'm trying to configure the DPI option but can't find any option to do so. Is there a way to add your own parameters by overriding something? Currently PdfConfig.toParameters is...

I created an implementation for wkhtmltoimage, but was unable to test because wkhtmltopdf/image seems to be hanging in the tests. Please review and comment about anything. Basically I just copied...

Is required https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1508

On Windows 8, I try to run below code: ``` val pdf = Pdf(new PdfConfig { marginTop := "0.3in" marginBottom := "0.3in" marginLeft := "0in" marginRight := "0in" }) val...

bug