gutschilla / elixir-pdf-generator

Create PDFs with wkhtmltopdf or puppeteer/chromium from Elixir.
MIT License
335 stars 71 forks source link

Absolute path been added /tmp , should only create to /tmp if not giving absolute path #63

Open 9to1url opened 4 years ago

9to1url commented 4 years ago

filename: "/somepath/store/pdffiles/test" # this should generate the file in /somepath/store/pdffiles/test.pdf

but instead it generated as: /tmp/somepath/store/pdffiles/test.pdf

Actually even this file not exist, looks like need parent folder exists to generate.