I have some thumbnail images of PDF files, and when the user clicks on an image, I would like a modal window to appear and have the PDF display in it. I’ve figured it most of it except how to get the pdf to display in the modal window. Using the event.RenderData example in the docs, how do I send PDF data back to the modal window? Does cfheader and cfcontext come into play at some point in order to display the PDF? This all gets kicked off through an AJAX call.
Any help is appreciated.
Thank you.
-Chris Keeler