Maybe RichEditControl help. The managed RichEditControl doesn't have any
support for printing, but native control does, so you could load your
RTF into it and P/Invoke/SendMessage to send. I haven't tried though.

-----Original Message-----
From: The DOTNET list will be retired 7/1/02
[mailto:[EMAIL PROTECTED]] On Behalf Of Walker, Tara E.
Sent: Tuesday, June 04, 2002 6:55 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] .NET Printing HELP!!!


Has anyone done Formatted printing from .NET with assemblies or web or
using the System.Drawing.Printing.PrintController object using C#. Any
and all feedback is desired.  Please help.  See original email posted
below. Thanks for all your help. TEW

-----Original Message-----
From: Walker, Tara E.
Sent: Monday, June 03, 2002 10:28 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] .NET WEB - RTF Printing HELP!!!


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.

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