I built a web application using ITextSharp to convert HTML into a PDF that is saved by the user. This works fine. Now though I am being tasked with creating a process to save the PDF to a share on a schedule. Since the entire PDF creation however is based on HTML I'm struggling on a way to do this with the removal of the front end.
Its hard to show code for this, so I hope I am getting the concept across well enough.
I tried creating a web service that I could trigger that would render the HTML and create the PDF and drop it, however I can't seem to find a way to make a webservice actually render a page. I'm not sure if thats even possible.
I basically want to see if anyone has any ideas before I go through the painful route of redoing the PDF design generation without using HTML.