I used the FPDF class to create a multi-page PDF document and then I used an iframe to display the multi-page document.
Here is an example of the result:
I want to do the same thing on another page, except a bit different. Instead of displaying one multi-page PDF document, I would like to let the user upload two separate PDF's and then I display the two PDF's within the same iframe.
How can I make two different PDF files appear in the same iframe