Hi guys, I'm a very satisfied wkhtmltopdf user, used with html became a very powerful tool. In one of my project I create on the fly some html files, then I run wkhtmltopdf from the command line giving as input all files I created before. Everything works great, pdf is succesfully created, one html file, one pdf page.
But recently one of my customers asked me to group content, so multiple html files into one pdf page... is it possible using only wkhtmltopdf? Or should I create, for example, one html that includes different pages with iframes?
Thank you