I know how to generate a single HTML page. I want to know how to generate a single pdf page from pdfs that are generated from multiple HTML pages.
For example There is HTMLX1.html and there is another file HTMLX2.html
I can generate the individual pdf files PDFX1.pdf and PDFX2.pdf respectively from the html. I can write them to the file system and then concatenate them as in iTextConcatenate Example.
I simply want to know if I can combine this action on the fly without writing them to the file system. I have not been able to identify the missing link