https://issues.apache.org/bugzilla/show_bug.cgi?id=50635
e9925248 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from e9925248 <[email protected]> 2011-01-24 17:06:44 EST --- I'm not sure, if it affects any in-tree renderer. It can only affect renders not supporting out of order processing [if (!renderer.supportsOutOfOrder() && ...)] To simplify my work, I wrote a new renderer, which creates a ZIP file containing each page sequence as its own PDF file [each startPageSequence call creates a new IFRender for PDF]. As the file name is derived from the page sequence object, I noticed, that startPageSequence is called with incorrect page sequences [eg. some are started twice]. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
