This is a second attempt to post my question. Not sure where the first went?!?!
I am trying to merge two PDFs. I use dompdf to convert my html to a PDF and then use PDFlib to marry the two pdfs.
My problem is that when I create my pdf with dompdf, the output is reduced to fit on the page as well as adding a header and footer, much like it would if I sent the page to print. What I would like to achieve is an output of only my table that is sent to 612px by 792px without the size reduction or the additions of headers or footers.
Any ideas? I can't seem to find anything that solves the issue.