B
Brian W.
The project I'm working on allows the end user to answer questions via a website. The results are stored in a database. At the end of the process, the user will want to view/print both the questions and their answers in PDF format from their browser. Our initial thought to solve this was to create a Active Server Page that would do a server-side Word Merge, save the output to PDF, then serve up that PDF back to the browser. Our operations folks say that running Word on a server is not a good idea (performance, security, threading, etc...). So my question is how can I generate a professional looking large document (complete with page numbering and all formatting) in a secure format (PDF) back to the user's browser?