Click here to Skip to main content
15,908,834 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to print any type of file thro .net windows application. I tried thro .net but iam not able to achieve it. whether any third party software is available to achieve it.
Posted

1 solution

You can't print "any type of file" though any application: most file types are different and / or proprietary. Think about it: Anyone can print a TXT file, but what should you print for a SQL database? Table definitions? Rows? Which tabke? Which columns?

There is no control in existence which can print any type of file sensibly - unless you rpint the whole thing as hexadecimal bytes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900