I am a brand-new user, so forgive absurd questions. I appreciate all the documentation available. But it would really help me to get some feedback on best approaches for my specific tasks. My workflow is pretty clear:
(1) On the web server, in .NET 4, I need to load a Word document template (.dot, .dotx) stored in the file system and paste in RTF loaded from the database. The template can certainly become a document (.doc, .docx) if that is preferable.
(2) I need to turn that into Word or PDF, and send it back to the web client to be automatically opened in Word.
(3) On the web server, I need to take that Word or PDF, and send it as an attachment in email.
Any suggested best approaches and/or pointers to code samples for those specific tasks would be very much appreciated.