I want to overlay two PDF file in same page. I want to use one PDF as background and overlay other PDF data on this. I do not want to concat the two PDFs.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
tcppdf definately doesn't support this idea, I'm not even sure if it supports background images? What you could do is covert the pdfs into images, do some image manipulation to make one the background of the other, then convert back to pdf? I know this sounds messy but the less work done with the pdf generation the better in my experience. |
|||
|
|