DO NOT REPLY [Bug 47311] [PATCH] Support for bleed, trim and crop box and scaling

2009-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47311 --- Comment #30 from Jeremias Maerki jerem...@apache.org 2009-07-28 23:54:23 PST --- I've started a Wiki page for the prepress feature: http://wiki.apache.org/xmlgraphics-fop/PrepressSupport I'll follow up with some additional

Re: Prepress features (was: DO NOT REPLY [Bug 47311] [PATCH] Support for bleed, trim and crop box and scaling)

2009-07-29 Thread Jeremias Maerki
While putting the gathered thoughts on the Wiki, it occurred to me that the crop mark area is only really relevant if you do have crop marks. They have to come from somewhere. You can paint them using SVG in a fixed positioned block-container with negative top/left coordinates. However, such an

AIOOB from LineBreakUtils

2009-07-29 Thread Lars Andren
Hi all, When I am generating a PDF-file, the class LineBreakUtils and the method public static byte getLineBreakPairProperty(int lineBreakPropertyBefore,int lineBreakPropertyAfter) { return PAIR_TABLE[lineBreakPropertyBefore-1][lineBreakPropertyAfter-1]; } keeps on giving me an

DO NOT REPLY [Bug 41999] [PATCH] Unassigned code points cause ArrayIndexOutOfBoundsException in LineBreakUtils

2009-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41999 Chris Bowditch bowditch_ch...@hotmail.com changed: What|Removed |Added Summary|Unassigned code points

Re: AIOOB from LineBreakUtils

2009-07-29 Thread Chris Bowditch
Lars Andren wrote: Hi all, Hi Lars, When I am generating a PDF-file, the class LineBreakUtils and the method public static byte getLineBreakPairProperty(int lineBreakPropertyBefore,int lineBreakPropertyAfter) { return PAIR_TABLE[lineBreakPropertyBefore-1][lineBreakPropertyAfter-1];