English 中文(简体)
I need to print 20,000 Word documents, is there a 3rd party tool that will help me do this or do I need to write custom code?
原标题:
  • 时间:2009-11-17 08:46:54
  •  标签:
  • ms-word

I need to print 20,000 Word documents. Naturally this is a logistical nightmare. For example: if the power goes out, I need some software that will be able to resume where the printing failed. Also, this is something that needs to be done once a month by our client.

Do I have to write my own code to manage this? (Word Automation)

Or does anyone know of a tool that will help me do this? (Googling has not given me any good options. And I m willing to pay!)

问题回答

Outsource the job to a specialist printing company.

  1. Put your 20,000 documents in one folder
  2. Press Ctrl-A to select all
  3. Right click on print

Note - there are many commercial printing houses which do this very thing. Often they provide an API to send Word or PDF documents. They ll even put the documents in a envelope and put them in the mail. This is how most banks and credit card companies send you your monthly statements.

Since I m on Windows, I always use AutoIT for automation and/or repetitive tasks. It comes with a bunch of user-libraries, including one Microsoft Word, and it s very nice to work with.

It should be possible to do this in any language which has an OLE capability. Most popular languages do, e.g. I know that Perl does.

I dont understand the problem. In a perfect world, all the 20k documents would be in the same folder, ready to be printed. Just... print?

Are you referring to the logistical problems? 20k documents can sure be heavy to carry around, but thats not a question for SO. Why would you need custom code for that?

Or do you lack a printer with sufficient capabilities? If your printer is to slow, old or inaccurate there are companies that handle printing for you.





相关问题
WORD 2007 w/VBA

I have a question regarding a WORD 2007 form used to gather information from users. I had it working in WORD 2003 then pulled it over into WORD 2007 and got it working but couldn t leave well enough ...

Word opens extra blank document

I have an issue on a client machine that seems to be interferring with a word addin that ive built. When any word document opens on the client machine, a second blank document opens also. Ive seen ...

MS Word splits words in its XML format

I have a Word 2003 document saved as a XML in WordProcessingML format. It contains few placeholders which will be dynamically replaced by an appropriate content. But, the problem is that Word ...

Creating & Editing MS-Word documents on a linux server?

Looking to develop server-side application that will process documents. The source documents are mostly MS-Word 2003, 2007, i.e. the MS version of Docx. Want the server application to be able to run ...

Word document printed on MS Access report using OLE object

For years, we have been printing Word 2003 documents that have been saved to a OLE object column using an access report. We are using Access 2003. For some reason when we copy a Word 2003 document ...

热门标签