2
Answers

how to print a document in c# windows application with same

Hi friends,

I have developed a c# desktop application in which i need to print a file(document like .doc, .rtf) with same styles(fonts,alignment, color,size etc).
I have converted the text in a rich text box to .doc and saved to a path when i am trying to print that file i am losing styles(fonts,alignment, color,size etc).

So. Please help me with code or example

THANKS IN ADVANCE
Answers (2)
0
Vulpes

Vulpes

NA 98.3k 1.5m 12y
If you're using .NET, you can get this information using the System.IO.DriveInfo class.

Check out the example in the MSDN docs:

http://msdn.microsoft.com/en-us/library/system.io.driveinfo.aspx
Accepted
0
Glenn Sanchez

Glenn Sanchez

NA 133 30.3k 12y
I think you can also use performance counters. Check this out: http://www.codeproject.com/Articles/8590/An-Introduction-To-Performance-Counters