Hello,
I have searched CPAN, your FAQ, and every other source I could think of and I can not find a solution to my problem. I need to build a PDF Page with a background image. I have used Image::Magick and it nicely creates a page with an image. This looks exactly as I need it to. I have also used PDF::API2:Simple to create a page with text on it. What I need is the text sitting on top of the image. PDF::API2::Simple has a method called image, but that does not seem to do what I need it to. I almost need a template that I can fill in. I am putting a name on a certificate. Thanks in advance.