Batch Printing

F

Fred

Is it possible to batch print Word documents from a .Net application, without having to programmatically open each document in Word prior to printing it?
 
J

Jezebel

No. From an application you have to open each file.

You can get Windows Explorer to do it for you if they're all in the same
folder -- just select them all, right-click, select Print.


Fred said:
Is it possible to batch print Word documents from a .Net application,
without having to programmatically open each document in Word prior to
printing it?
 
J

Jezebel

Yes, that works fine. Word is a well-behaved object from a programming point
of view.



Fred said:
Thanks for your quick response.

If processing doc's through Word is the only way to programmatically print
them, can you tell me if Word works well in an enviornment where it resides
on a server, is totally controlled by an application, and is basically used
as a batch print engine (open doc -> print -> close doc -> open doc -> print
....).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top