I’m working with this: http://www.rainbodesign.com/pub/imag...df-to-jpg.html to see if I can add the ability to upload a pdf to the PHPmotion script (http://demo.phpmotiontemplates.com/default/), (which currently only allows jpg, png & gif image uploads). The part I need help with is where to integrate this code: <a href="/pdf/myDocument.pdf" title="View This PDF File"> <img src="/scripts/pdf2jpg.php?src=pdf/myDocument.pdf" width="250" alt="PDF Document" /> </a> HTML: into the attached file?