Hi there,
I have a html to pdf conversion tool which resides on our server that I can access using a url with querystrings. Something like myurl.com/createpdf.aspx?page=http://www.somesite.com. The tool then converts the web page and displays it as a pdf.
I would like to offer this functionality as a web service, so that our clients can access this programmatically. Ideal case would be, that our clients send in the site they would like to have converted and the web service then returns the pdf.
Would that make sense? What would be the best way to implement this?
cheers,
Terry