I have an application that creates a PDF document based on user input. I now have to use this PDF and return this from a web service to serve a different application. Is there any way to do that from a web method. Because I am not able to return a File from web method all I can do is return a FileStream.
Thank you.