I don't know what's the difference between "build clean" and "build" so I called the build.bat batch in FOP directory. It works the same way - no pictures. Here's the log from runing fop.bat ( "fop test.fo test.pdf -d")
(See attached file: out.txt)
I'm logging also when running embedded FOP:
(See attached file: log.txt)
I don't know why, but this line goes instead to log file, directly to my
JDeveloper server console (5 times ):
[INFO] Using oracle.xml.parser.v2.SAXParser as SAX2 Parser
The version of my Acrobat reader is 5.0.1, OS : Windows 2000, JDeveloper v
9.0.3
If it helps, here's resulting PDF (data reduced, so only one picture is
expected)
(See attached file: 4648827014.pdf)
>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 "
out.txt
Description: Binary data
log.txt
Description: Binary data
4648827014.pdf
Description: Adobe PDF document
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
