Hello, While building a pdf with FOP, I have a large picture to integrate in my document. As its size is bigger than 1 page, FOP 0.19 enters an infinite loop. As the PDF output is not the only output format I am using, I do not want to reduce the size of this image as it would "break" other outputs (source documents are in docbook format). I've seen many previous posts on the ML speaking of patch for "large objects" (mainly table) but this does not seem to have corrected the big picture bug. Any idea on how to cleanly solve this? Thank you. Cheers, Sacha Docbook tags: ... <figure id = "adv.config.dtd"> <title>blabla</title> <mediaobject> <imageobject> <imagedata fileref = "images/my_large_picture.jpg"/> </imageobject> </mediaobject> </figure> ... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]