Hi All,

I am creating a pdf using FOP. This pdf should contain some images,
Currently I am using a servlet called over http to render the image. like : <fo:external-graphic src="" height="8cm" width="7cm" display-align="center" text-align="center" />
The image is written to the OutputStream of the servlet response.

Due to some constraint I cannot use http. Is there any alternative with which I can render the image from OutputStream in the pdf.

Thanks.
Amita

Reply via email to