[webkit-dev] WebKit build doesn't load plug-in for application/pdf
Alexey Proskuryakov
ap-carbon at rambler.ru
Thu Aug 17 00:09:15 PDT 2006
On 17.08.2006 03:58, "Rudi Sherry" <rsherry at adobe.com> wrote:
> ...but when I debug from the DebugWebKit project and load a PDFA, it
> doesn't use the PDF-handling WebKit plug-in. Instead, it shows a
> small blue question-mark in the top left corner.
For me, both system and TOT WebKit use built-in PDF support for IMGs, and
display them successfully:
<html>
<body>
<img src="http://developer.apple.com/technotes/tn/pdf/tn1103.pdf">
What Content-Type does the server you are testing with report?
$ curl -I http://developer.apple.com/technotes/tn/pdf/tn1103.pdf
...
Content-Type: application/pdf
...
- WBR, Alexey Proskuryakov
More information about the webkit-dev
mailing list