I don't believe what you want to do is possible. A plugin is used to display PDF data. You can't simply tell the plugin to render arbitrary binary data via JS. I'd recommend modifying your JS so that it moves the window to a location (new url) that serves up the PDF.
On Mon, Dec 27, 2010 at 4:56 AM, marc -- <[email protected]> wrote: > > I just see that the Ajax call is getting the pdf data - if I do an > alert(data) in the onSucess callback I get the binary data. Question is how > to display this binary data???? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340281 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

