I'm using the PrintDocument class to print, but need to intergrate dropping what's being printed into a Word document. Anyone know of a way of doing this using the PrintDocument or other .NET code?
Just a start, but I'd try looking for print drivers that can print to a bitmap/other image format. Then use word automation to insert the picture file directly into a word document. You could easily create a Word macro and view the code to see how to do the second part.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.