The relative path for fileref
Posted: Fri Nov 02, 2007 6:15 pm
I am using FOP 0.94 to generate a pdf file with images but came to a problem.
I would like to set the relative path for the images to the docbook, not to the fop.
For example:
<imageobject>
<imagedata contentwidth="8.448mm" fileref="images/add-user.gif"/>
</imageobject>
gets the image from fop-0.94/images. I would like to take the images from a path relative to my docbook. Can I do this?
I would like to set the relative path for the images to the docbook, not to the fop.
For example:
<imageobject>
<imagedata contentwidth="8.448mm" fileref="images/add-user.gif"/>
</imageobject>
gets the image from fop-0.94/images. I would like to take the images from a path relative to my docbook. Can I do this?