I'd like to overlay output from PrinceXML onto pages from a PDF in the file system. I'm going to build the solution in our Zend framework environment and I think I'd prefer if the solution used Zend_Pdf if that's possible.
Any suggestions? I suppose I could use something like fpdf & fpdi and somehow channel the PrinceXML output through that; but has anyone used Zend_Pdf to do an overlay with the output from PrinceXML and a static PDF "template" file?