Hi Jpee, What you need is an implementation of fo:float. Which is not currently part of fop. But if you implement it, I know some people here, who would be happy.
Regards, Georg Datterl ------ Kontakt ------ Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert Tel.: 0911/36 78 88 - 26 Fax: 0911/36 78 88 - 20 www.geneon.de Weitere Mitglieder der Willmy MediaGroup: IRS Integrated Realization Services GmbH: www.irs-nbg.de Willmy PrintMedia GmbH: www.willmy.de Willmy Consult & Content GmbH: www.willmycc.de -----Ursprüngliche Nachricht----- Von: JPee [mailto:[email protected]] Gesendet: Mittwoch, 9. September 2009 13:03 An: [email protected] Betreff: Inline images in fop Hi, I'm working with fop integrated in a CMS. I need a solution like this: <text-flow..... <image>...text-flow... ...text-flow> The text-flow is one string, the image should be inside the text and the text should flow around the image. I tried this: <fo:block> text.... <fo:external-graphic ...> </fo:block> but the result looks like this: <text-flow <image> ...text-flow> any ideas how to fix it without using tables? Greetings JPee -- View this message in context: http://www.nabble.com/Inline-images-in-fop-tp25362645p25362645.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
