The problem must be in your Java code. The FO file from the earlier post
(without the PDF header) works fine with FOP 0.92beta.

Maybe you need to show us a greater part of your Java code. What I've
seen so far is pretty inconspicious. I understand you run FOP inside
JBoss. I'd try to debug the code outside of JBoss just to eliminate that
complex environment which could have all sorts of side-effects.
Eliminate complexity until you find a point the whole thing works. Also,
try processing the document on the command-line just to very that
everything is right with your stylesheet and FOP's processing of the FO
input.

On 21.06.2006 12:11:00 sim085 wrote:
> 
> Okej, I solved the header problem ... basically I still had this one line of
> code which was adding the header:
> 
> [code]
> Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, foUserAgent, output);
> [/code]
> 
> However the generated FOP remained the same :) So it should still be what
> was requested.
> 
> thanks for pointing that out, and sorry for the misunderstanding.


Jeremias Maerki


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

Reply via email to