So I've got this fdf/pdf page that gets values dynamically via php/sql combo... works great for printing a single copy of the pdf/fdf page with one record on it.
How can I join multiple copies of my pdf form into one though?
For example, the script I am working on generates a pdf version of an A/V request form, one request per page. I'd like to be able to do something like "generate bigger pdf for printing all of tomorrows requests" - so it would be 1 file that has multiple copies of my original, just cat'd together.
Thanks!