Mike Askew 131 Veteran Poster Featured Poster

Hi

So I have a silverlight 5 front end and some PDF generating code that is not silverlight compatible and so needs to sit server side and is called via WCF.

I am struggling to work out how to return the PDF data back to the silverlight application and effectively download the file?

The PDF code currently ends up as a MemoryStream and then need to do something with it from there.