mrafiqk/html-pdf-node

options request: autoPageHeight: true, autoPageWidth: true

Opened this issue · 2 comments

I'm trying to export a large HTML table to PDF, and I want it to all fit on one page (a 1-page PDF). This library works great, but right now I have to make an educated guess and set a width and height big enough to contain the table.

Would it be possible to automatically set the page width and page height to contain the content? For my purposes it would be OK if both were set at once (e.g. autoPageSize), but it would probably be more generally useful if autoPageHeight and autoPageWidth could be set independently. An alternative API option would be to allow width: "auto", height: "auto".

Thank you!

Related to issue #56