Hello everyone,
I am trying to create a PDF file using PDF renderer action block with help of xsl fo.
I am facing problem in inserting an image in PDF. I tried using xsl-fo external graphics bolck and passing its src dynamically from assignment block. But I am not getting image in PDF created. Please help me with the same.
I tried -
<fo:external-graphic src="" />
in my fo:flow
and then dynamically pass value to src.
Pls help.
Thanks,
Minakshi Soni.