Possible Duplicate:
Merge PDF files with PHP
I need help merging/attaching pdf files, that are uploaded by a user using a normal html form and POST upload processing via php.
The file(s) that are uploaded shall be attached/merged with the (already existing) pdf in the mysql row containing the pdf as a blob.
Right now I am using this could for uploading the files. Uploading works fine, but I can't get to merge them with the existing pdf.
Code Source:
http://www.johnboy.com/scripts/merge-pdf-files-with-php/merge.phps
Can anybody please point me in the right direction? thanks!