Help for bug 2545

2015-12-14 Thread Luca Mambretti
Hi everyone, a couple of weeks ago i created this bug: https://issues.apache.org/jira/browse/FOP-2545# The problem in short is that when I directly print a document, header and footer sections are truncated, the PDF output is fine. Since it's now becoming quite critical for me I would love t

Re: Help for bug 2545

2015-12-14 Thread Luca Mambretti
I've gotten a little further on this, now I'm able to obtain correct print and AWT output if I modify the method: public boolean updateClip(Shape cl) of the class: org.apache.fop.render.java2d.Java2DGraphicsState to never intersect new clips with older ones, this is most probably the wrong