Utilizing ExtJS 3.2, how would I display an array of bytes that represents a pdf file utilizing a rest-full call (GET)? In other words, I want to click a button that would make a rest-ful call, the result would be an array of bytes that is the pdf, and then display the pdf.
Any feedback would be appreciated.
Thanks.