.net printdialog
Posted
by user311166
on Stack Overflow
See other posts from Stack Overflow
or by user311166
Published on 2010-04-07T16:13:13Z
Indexed on
2010/04/07
16:23 UTC
Read the original article
Hit count: 181
.NET
|printdialog
i am building a button that allows a user to browse to a file. i want to get the location of the file and send it to printdialog. can this be done and if so how?
i know how to create the browse funcitonality and how to get the location...
my question is how to send the location of the file to the printdialog for printing...without opening the file
my goal is to print to pdf...
so if i can convert the .doc to pdf without printdialog that would be the best a user will browse to a file and convert it to pdf to a static destination
© Stack Overflow or respective owner