Is it possible to print a batch of Word documents all at one time via .Net (c# or VB, 2.0, 3.0, 3.5… language and framework above 2 doesn’t matter to me)?
For example, I’ve got a local directory that contains several word documents… I can iterate through the list and call the PrintOut() method, but I believe that sends several print jobs. I’d like to queue them up and send one print job.
Thanks!
When doing Office automation VB.Net makes things much easier than C#. See this related answer.
Anyway, here is an example in C# 😉