Re: No pictures in PDF - solved

2003-02-17 Thread Jiri_Nejedly
I must apologize - problem is not in FOP. Because I had problem openning result PDF file (some sharing violation) I do a copy of it and then send the copy to browser: File inputFile = new File(outFilePath); File outputFile = new File(outPDFPath); FileReader fr = new FileReader(inputFile); FileWri

Re: No pictures in PDF

2003-02-17 Thread Jeremias Maerki
I see. Fop 0.20.3 was a bit different. I didn't have that special JPEG handler for optimized JPEG import when I remeber correctly. It was decoded through JIMI and reencoded to PDF exactly like PNG files. Anyway, we have to take a look at your environment. What JVMs are in use when you call FOP eith

Re: No pictures in PDF

2003-02-17 Thread s-oualid
hem into HTML anymore (private reply) ? The Lotus Notes support can't tell me how to configure that... Simon OUALID Arte FRANCE Developper [EMAIL PROTECTED] 17/02/2003 15:04 Veuillez répondre à fop-user Pour : [EMAIL PROTECTED] cc : Objet : Re: No pictures in

Re: No pictures in PDF

2003-02-17 Thread Jiri_Nejedly
I'm not really sure that the jpg file format is what is wrong. Several arguments : - Both in current (0.20.5) and recent version (0.20.3), I have one special picture with question mark, which I use in case, when there's picture missing in database. In FOP 0.20.3 was all ok, and this picture hasn't

Re: No pictures in PDF

2003-02-17 Thread Jeremias Maerki
Ok, I get it. Looking into the PDF using a text editor I can see that your JPEG image is right there in the PDF. The problem probably is that it's a special JPEG subformat (JFIF, Exif) that's currently not supported by FOP. By the way, I didn't get "no pictures", I got "Insufficient data for an im

Re: No pictures in PDF

2003-02-17 Thread Jiri_Nejedly
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: (S

Re: No pictures in PDF

2003-02-14 Thread Jeremias Maerki
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_Nej

No pictures in PDF

2003-02-14 Thread Jiri_Nejedly
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 i