For a browser plug-in to work properly, both the client and the server have to be properly configured.
The relevant information on the server in this case is the MIME type. A web server gives a browser a brief description of the data it is sending: whether it is text, a PDF document, a QuickTime Movie, or whatever. With Personal Web sharing 1.1, the default definition for PDF files is Postscript. Here's how to change this:
Step One
Open the Web Sharing Folder (this is in the Preferences folder, which is in the System Folder).
Step Two
Open the file named Web Sharing MIME Types.
Step Three
In the file, replace this line:
pdf * * application postscript
with these two lines:
pdf * * application pdf
* CARO PDF application pdf
Step Four
Save the changes to the file and close the file.
Step Five
Stop and restart the web server.
The web server will now send the correct information to the browser if the file the user access is one of the following: (1) any file whose name ends with .pdf, or (2) any file which is an actual Adobe Acrobat PDF file, regardless of the name.
Provided the browser is set up to use the plug in correctly, you should now be able to view the PDF using the plug-in. For any other browser plug-in, the procedure is the same, you just need to obtain the MIME type information from the plug-in vendor.