Creating a PDF File from a Microsoft Word document using Linux
- In Microsoft Word, save the Word file in printable file format (the extension is .prn).
- Transfer the file to Linux.
- Let's say the file name is "test.prn".
At the Linux command prompt, type:
- ps2pdf test.prn test.pdf
- acroread test.pdf
Note: More information about the pdf file format can be found athttp://www.cs.wisc.edu/~ghost/doc/AFPL/6.50/Ps2pdf.htm