> -----Original Message-----
> From: Luke Shannon [mailto:[EMAIL PROTECTED]
>

Hi Luke,

> Everything looks good except that my header is no
> longer showing up. I am not catching any errors
> thrown when FOP renders the PDF.
> I can't figure out why it is not being shown.

The cause seems to be here:
> <fo:external-graphic
> src="url(file:///usr/tomcat/ac/images/topbanner/nakheel_BL_pdf_panel.gif)"
> height="2.47cm" width="20cm" scaling="uniform" />


IIRC that should be either:

  src="url('file:///...')" (mind the quotes!)

or

  src="file:///..."


HTH!

Greetz,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to