Okay guys I am really stuck. I have searched my C# books, I have searched MSDN and I can not find the answer to this question. Please help.
I am dynamically creating an RTF document from the web using the RTF Specification v.1.6. Because I am doing this from the web and Microsoft documentation says do not use Word automation from the web because it is not multi-threaded, I don't know how I could dynamically print the document I created on the server. I am looking at the PrintController object in the System.Drawing.Printing namespace to print text files with takes a stream and sends it to the printer. But my fear is this will print the RTF tags and actually text versus the the formatted RTF document. Can I use a binary stream of the RTF document with the PrintController object and get the desired results of an actual formatted document? Please help, this is for the 100% Web Open Enrollment initiative for this year, and I don't have an option but to make it work. TEW ________________________ Tara E. Walker Sr. Systems Analyst CSS HR - ESS Team 404.652.3041 You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
