I suggest you try to recompile FOP ("build clean" followed by "build").
If that doesn't help send in the full output of FOP when you do the
transformation on the command-line with the "-d" option (debug messages).
What version of Acrobat do you use? and on which OS?

On 14.02.2003 14:16:34 Jiri_Nejedly wrote:
> 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 "



Jeremias Maerki


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

Reply via email to