Proper MIME media type for PDF files

asked17 years ago
last updated12 years ago
viewed1m times
Up Vote1.4kDown Vote

When working with PDFs, I've run across the MIME types application/pdf and application/x-pdf among others.

Is there a difference between these two types, and if so what is it? Is one preferred over the other?

I'm working on a web app which must deliver huge amounts of PDFs and I want to do it the correct way, if there is one.