PrintDocument class to Word document

Machaira

Well-known member
Joined
Aug 19, 2002
Messages
325
Location
Abingdon, MD
Im using the PrintDocument class to print, but need to intergrate dropping whats 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 Id 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.
 
Back
Top