Li Chen wrote: > Hi guys, > > I just wonder if anyone out there ever uses PDF::Writer to create a PDF > file from a MS word document file. I can only create a PDF file if the > file is in plain text format. > > Thanks, > > Li You might want have to write some sort of a macro or script file which opens up word, dumps the document to text so you can do your conversion. An easier approach would be to use a PDF print driver -- Posted via http://www.ruby-forum.com/.