gutschilla / elixir-pdf-generator

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

Is there a way to pass in other wkhtmltopdf commands such as page-height and page-width, margin-bottom etc? #52

Open jrissler opened 5 years ago

jrissler commented 5 years ago

Is there a way to pass in other wkhtmltopdf commands such as page-height and page-width, margin-bottom etc? If so, wonder if we should add to readme?

jrissler commented 5 years ago

I see - with shell commands :) dur

gutschilla commented 5 years ago

Hi @jrissler - I see I should point that out in the docs more clearly. Thanks for the heads-up!

jrissler commented 5 years ago

Np thanks!