On 17.08.2006 03:58, "Rudi Sherry" <[EMAIL PROTECTED]> 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


_______________________________________________
webkit-dev mailing list
webkit-dev@opendarwin.org
http://www.opendarwin.org/mailman/listinfo/webkit-dev

Reply via email to