emblewembl
Programmer
I've built a web service which gets some data and builds a pdf file then saves it in a specified folder on the server. It's all working great, the web method just returns a true or false indicating whether the document was created properly or not. My client will be using this and they will then have to ftp to the server once a day to download the pdf documents.
I'm just wondering if there is any way to return the PDF document itself from the webservice, or return some kind of stream that then creates the pdf files on my clients local machine rather than on the server, thereby getting rid of the needt to ftp at all?
i love chocolate
I'm just wondering if there is any way to return the PDF document itself from the webservice, or return some kind of stream that then creates the pdf files on my clients local machine rather than on the server, thereby getting rid of the needt to ftp at all?
i love chocolate