Skip to content
Archive of posts tagged VB

Batch printing Word documents

I recently worked on a project where one of the tasks needing to be done was printing previously-created Word documents in batch, from a Windows fat-client program. The specification required that the user not see the Word doc. The class below provides a PrintDocument() method that automates Word to open the document and print it, [...]