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

Any plans to integrate with wkhtmltopdf without requiring a binary installed on the system? #31

Closed jrouly closed 8 years ago

jrouly commented 8 years ago

Are there any plans to integrate with wkhtmltopdf as a renderer without requiring the user to have wkhtmltopdf installed on their system?

I understand that wkhtmltopdf isn't a native java library, but it would make my life (and probably other developers' too) much easier if our applications didn't need to make (slow) system calls out to a binary in order to use this library.