I have a php page which hits an aspx page http://server/default.aspx?xml=abc , the file creates a PDF using xml sent in the query string and its stored on .net server.
Now, How can i get bytearray of PDF file thats generated??? I also want to know how to generate the response from aspx
Note: I am done till genrating bytearray in asp
It will open a file and write the binary response back to the caller.