Open GoogleCodeExporter opened 9 years ago
Hi,
I'm trying to use this patch for fixed positioned elements.
But now footers aren't printed anymore...
Thanks,
Teun Hoogendoorn
Original comment by teunhoog...@gmail.com
on 19 Jul 2012 at 2:30
Hi, Teun.
It is very possible that I missed your case, because tested only pages without
footers.
I'll review patch and try to make fix.
Thanks for information.
Igor E. Poteryaev
Original comment by igor.pot...@gmail.com
on 19 Jul 2012 at 6:35
> I'm trying to use this patch for fixed positioned elements.
Hi, Teun.
I have updated patch.
Test for absolute positioned element intercetion with current page was modev
AFTER painting of fixed elements.
Igor E. Poteryaev
Original comment by igor.pot...@gmail.com
on 7 Dec 2012 at 12:42
Attachments:
Hi Igor,
Thanks to your patch I was able to reduce a 2600 page PDF from 1.3 GB to 60 MB!
In order to get page headers and footers included I had to modify the patch so
that root layer would always be painted. In other words, I changed "if (!
isLayerBelongsToPage(c))" to "if (! isRootLayer() && !
isLayerBelongsToPage(c))".
Thanks again,
Olli Nevalainen
Original comment by olli.nev...@gmail.com
on 21 Mar 2013 at 11:28
Original issue reported on code.google.com by
igor.pot...@gmail.com
on 17 Feb 2012 at 9:32Attachments: