I have my controller setup, works great
I can console the data recieved, looks like pdf data
Tha problem I'm having is simple, I post the data to my controller so I can get a feedback and decide what I want the page to do after, however, i can't find any example of how to take the returned data and show it to user as pdf!!!
I get the raw data back, I've tried adding it to new window, opening new page, and even just changing the whole setup all together and i'm so far beyond confused
my post from js is a jQuery.post (with data added for specific html manipulation)
what do i do with the echoed pdf data?