- Is the Cisco MARS mission going to abort?
- First iPhone worm spreads Rick Astley wallpaper
- 10 stunning 3D buildings made with Google SketchUp
- Open source software ready for big business
- Four reasons to buy (and one reason to avoid) the Droid
Are there any open source software tools for creating PDF files from Word documents?
A program called GhostWord provides the ability to click an icon in a Word toolbar and generate PDF files
. GhostWord and GhostScript work together to create a PostScript version of the document and then that to PDF. In typical open source fashion you need to install three software packages in the proper order.
First, install GhostScript, available at www.ghostscript.com. Second, install the Adobe Postscript Driver available from www.adobe.com/support/downloads. Install the PostScript print driver as a Local printer and choose File for the printer port. This installs a virtual PostScript printer on your system to be used in creating PDF files.
Third, install GhostWord, available from www.et.dtu.dk/Software/GhostWord.
After GhostWord is installed, start Word. You should notice a new toolbar icon for GhostWord labeled DOC/PDF on the far right of the Word toolbar line. Clicking this GhostWord icon brings up a conversion dialog. Select the PostScript printer you just installed and click Convert. The system will generate your PDF document and launch Acrobat Reader to display the result.
Comment