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

Handling windows PATH detection for PdfConfig.findExecutable #25

Closed josephpconley closed 8 years ago

josephpconley commented 9 years ago

Minor change for PdfConfig.findExecutable to use the where command for Windows.

cloudify commented 8 years ago

Thank you!