Hi All, I need to display the image on pdf document. I am using FOP for
generating the pdf documents.

 <fo:table-cell number-rows-spanned="2" background-repeat="repeat">
       <fo:block text-align="right">
             <fo:external-graphic content-height="0.3in"
vertical-align="center" src="/images/phone.jpg"/>
       </fo:block>
  </fo:table-cell>
        
The above code works fine on Windows. This generates the images and the same
are being shown on the PDF.

Problem is that on UNIX,  PDF is getting generated but image in not coming
up. 
I have given the absolute path (src="/u01/bro_cds/images/phone.jpg") for the
image even iam not getting that.

Could some one shed some light onto this and let me know how to resolve this
issue?

-- 
View this message in context: 
http://www.nabble.com/Displaying-image-on-pdf-tf4518543.html#a12889205
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to