I just upgraded to FOP 0.20.5 . Everything seems to be fine, but one thing
- in generated PDF, there are no pictures present ( no matter what type
(bmp, gif, jpg), with or without extension). No error is logged, no
exception thrown. It works that way only  when FOP is embedded, running
from batch is ok. This piece of fo file seems to be ok , the file
bimage.fo, supplied as a example with FOP does the same - no pictures

I tried to trace my application, the prgram goes through line
 ...
} else if ("image/jpeg".equals(imgMimeType)) {
  imgClassName = "org.apache.fop.image.JpegImage";
...

in FopImageFactory.class

, but soon I got lost in the code .

Redirecting output PDF to browser reports nothing (text ok, but no
pictures), direct opening PDF in Acrobat shows "Insufficient data for an
image "



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to