Serve PDF as inline attachments – WCF REST style
Some time ago, a user with the nickname refaeldakar asked in the WCF/MSDN forum how he could serve PDFs with the WebHttpBinding so that where shown as inline attachments in the web browser.
I wrote a small test application that did what he asked for. The trick here is to add an extra HTTP header to [...]