How To Create a PDF File from a Microsoft Word document in MacOS8
by tdaxp ~ July 16th, 2005
Today’s big adventure, besides watching six hours of 24 Season 3, was making a classic Mac computer generate PDF files from MSWord .doc files. I couldn’t find a free utility to do it in one go, but I was able to use trial-and-error to get it working.
Then I found step-by-step instructions on the web. *sigh*
Anyway, to do it on a Macintosh…
First, you need to convert the .doc file into a .ps (Adobe PostScript) file
How to create a Postscript file using a Macintosh Wordprocessor
Instead of printing your document to paper, you can tell your computer to “print to a PostScript file.” What this means is that instead of sending the PostScript code to your printer, your computer will write it to a disk file.
Verify that a reasonably current Postscript Printer Driver has been installed on your system. Best results are achieved using the Laserwriter printerdriver (version 8.4 or later), or the AdobePS printerdriver (version 8.6 or later, or version 8.5.1 with the Virtual Printer plugin. I recommend against using versions of the Laserwriter driver before 8.1: the Postscript files created by these drivers are not completely compatible with other systems. Note that some installers (in particular the AdobePS Installer) may replace newer library files with older versions: always make a backup of the System Folder before installing any new printer drivers.
Select the Postscript printer for printing, either by using the Chooser, by selecting a printer on the desktop and making it the Default Printer, or by using the Printer Selection menu in the Print Dialog of a Word Processor.
Open the document you want to convert to Postscript in your Word Processor. Verify whether all settings in the Page Setup dialog are set correctly.
Select the Print command from the File Menu. In the Print dialog, set Destination to “File“. The Print button should change to a Save button.
Make sure that the following are set correctly
- Format should be set to “Postscript Job“.
- Postscript Level should be set to “Level 1 Compatible” or “Level 1, 2 and 3 Compatible“.
- Data Format should be set to “ASCII“.
- Font Inclusion should be set to “All But Standard 13“. (Or “All,” but this is important! — tdaxp)
- Unlimited Downloadable Fonts should be turned off.
- Cover Page should be set to “None“.
Note that, depending on the driver you are using, some of these settings may be missing, or found in the Page Setup dialog or the Save Postscript File dialog instead of the Print dialog.
Click on the Save Button in the Print dialog. A Save File dialog window should pop up, possibly including other Postscript options. Verify whether all options are set correctly. and enter a filename for the Postscript file. By convention, Postscript files have names ending in “.ps”.
Click on the Save Button in the Save File dialog. Your wordprocessor will send the document to the printer driver, which will convert it to a Postscript file.
When your printer driver is finished creating the Postscript file (you can check this using the Print Monitor), it is a good idea to check the result by trying to view the Postscript file. Information about viewing Postscript files may be found in ” How to view the files in the ILLC archive“.
Then, you need to conver that .ps file into a .pdf file. To do this I used MacGSView, which is part of the GhostScript project.
(Just to be safe I also downloaded AFPL Ghostscript 8.51 (downloadable .sit file), which updates some code. But this part is optional — all you need is the Adobe PS code mentioned earlier and MacGSView. Anyway…)
So, to turn your temporary .ps file into a .pdf file…
- Make sure there is a short-cut or “alias” to MacGSView on your desktop. Its icon (the little picture) should have a little ghost.
- Drag the .ps file onto the MacGSView short-cut. You can think of this like “feeding the Ghost the PS file”
- The .ps file should now be open. Then go to File, and click “Export.”
- Select the .pdf file’s location and type its name like you would if you were clicking “Save As” in any other program
You’ve just converted a Word Document into an Adobe Acobat file on an old iMac… for free! Congratulations!

July 17th, 2005 at 12:00 am
PrintToPDF is a fantastic way to “print to pdf” on the mac. I should have known — it it the first result for the google search “print to pdf mac.”
Reading the documentation I was worried for a little bit because it doesn't include fonts by default — in creating postscripts, this had been a problem for me when working in a multi-OS environment. But the complex documents I just ran through turned out ok.
Behold the power of the blogosphere!
The link:
http://www.jwwalker.com/pages/pdf.html
July 17th, 2005 at 12:00 am
Or you could just go here and get PrintToPDF, a shareware ($20) pdf utility that installs as a printer that is selectable in the Mac OS chooser.
Run the installer and select PrintToPDF as your printer. Open your application and PDF to your heart's content.
July 19th, 2005 at 12:00 am
Does OpenOffice work on the Mac? If it does, I'm pretty sure it has a PDF converter built in.
July 19th, 2005 at 12:00 am
OpenOffice will run on Mac OS X if an “X” window server is also running. No such luck on “classic” Macs, like the original iMac.
OpenOffice does make very efficient pdfs. It is amazing. I heavily used it for my thesis. I wrote in it, I created my presentations in it, and I have my programs create their reports in it. OpenOffice.org is a wonderful piece of software.