Patience, Tara, Patience!  By my count, you posted this same question 5
times in 8 hours.  This is considered extremely bad listserver etiquette.
IMO, the minimum acceptable time between re-posts of the same question is 3
business days.  If you repeat your posts too quickly, people will stop
responding altogether.  Please believe me -- I've seen it happen.

Also, I totally agree with what Jim Murphy said about cross-posting.

I'm not familiar with the System.Drawing.Printing.PrintController object.
Perhaps someone who is will eventually answer.  If I had your requirement,
my primary area of research would be using COM Interop to access the Web
Browser control (shdocvw.dll).  An old KB article, Q188271, tells how to
print from it. See also the help article "Reusing the WebBrowser Control".

Bill

On Mon, 3 Jun 2002 10:28:21 -0400, Walker, Tara E. <[EMAIL PROTECTED]>
wrote:

>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.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to