open a pdf with ajax

open a pdf with ajax

Hi. I try to explain my problem. Sorry for my english, it isn't much good.

I have a ajax call with jquery that execute a php script that use a pdf class (ezpdf) to generate a pdf stream with the data passed by ajax.

This class use $pdf->ezStream; to stream without saving on server the pdf output. The problem is that, if i use this in the php called by ajax, it woldn't stream anything.

I don't wnat to save the pdf file and get the user to save. I want to generate it and stream on video.
Any help'
Many thanks