I have created WCF Service. I have want to provide functionality to create Order Report and PDF of that Order Report.
Currently I have details of Order(OrderID, CustomerName, Product details etc). I want to create Report on the base of the order details and create PDF. I want to return that PDF in bytes to user who call the service.
So flow will be like this
For step-2, I can use any open source tool which support in VS 2013.
Can anybody suggest me steps or give me hint to start work on this?