Currently when converting the PDF from given URL, like:
wkhtmltopdf http://superuser.com/ superuser.pdf
where it consist multiple A4 pages (so sometimes images are cut in the middle of the page).
My question is:
How do I convert HTML page into PDF format where the height is endless?
My preference is that you still should have editable/searchable document, not just an static image.
What I've tried already:
I couldn't find any valid paper size for that (which seems doesn't work anyway),
I've seen already: Auto page size based on content size at GitHub