cloudify / sPDF

Create PDFs from Scala using plain old HTML and CSS. Uses wkhtmltopdf on the back-end which renders HTML using Webkit.
Other
199 stars 53 forks source link

Support for --allow option #14

Closed tmlbl closed 8 years ago

tmlbl commented 9 years ago

Not seeing this as a member of the PdfConfig class. From wkhtmltopdf help:

 --allow <path>                  Allow the file or files from the specified
                                          folder to be loaded (repeatable)

Needed to load images, etc. Am I missing something or is this unsupported?