I'm using apache fop in an embedded environment; a stand-alone application receives an object with two attributes - the first is an FO string, the second is a list of image objects which themselves contain a filename and the binary data for that file.

I can generate the FO using the string, but I'm unable to find any documentation on how to load the binary files into fop and link to them in the FO to have them render in-place. At the moment I'm using the "data:" url scheme and "fo:instream-foreign-object", but these aren't optimal for my needs.

Can anyone provide an example of what I need to do, or point me in the right direction for a tutorial/reference/documentation?

Thanks.
begin:vcard
fn:Phillip Oldham
n:Oldham;Phillip
org:The Activity People;Systems Development
email;internet:[email protected]
title:Chief Programmer
tel;work:0870 162 4847
x-mozilla-html:TRUE
url:http://theactivitypeople.co.uk/
version:2.1
end:vcard


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to