A
Ashish
How to print any document in .NET?
There are PrintDocument and PrinterSettings classes
available in Framework class library but it requires that
we implement a PrintDocument_PrintPage event handler and
we have to write the code to print the document. This
works fine if we have to print simple text but what if we
want to print RTF and DOC format programmatically. In that
case we have to take care of different sizes of font and
embedded images. Is there any other way to print a
document without using PrintDocument and PrinterSettings
classes?
Help required immediately?
Ashish
There are PrintDocument and PrinterSettings classes
available in Framework class library but it requires that
we implement a PrintDocument_PrintPage event handler and
we have to write the code to print the document. This
works fine if we have to print simple text but what if we
want to print RTF and DOC format programmatically. In that
case we have to take care of different sizes of font and
embedded images. Is there any other way to print a
document without using PrintDocument and PrinterSettings
classes?
Help required immediately?
Ashish