DO NOT REPLY [Bug 51385] New: [PATCH] Configurable PDF version

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51385 Bug #: 51385 Summary: [PATCH] Configurable PDF version Product: Fop Version: 1.0 Platform: PC OS/Version: Linux Status: NEW Severity: normal

DO NOT REPLY [Bug 51385] [PATCH] Configurable PDF version

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51385 --- Comment #1 from Glenn Adams gl...@skynav.com 2011-06-16 14:05:41 UTC --- See also my implementation of such an extension as well as additional features as described in: http://marc.info/?l=fop-userm=130017885816296w=2 Regards, Glenn

DO NOT REPLY [Bug 50852] [PATCH] Improve generation of PDFs with accessibility information

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #21 from Vincent Hennebert vhenneb...@gmail.com 2011-06-16 17:58:06 UTC --- Hi Martin, I finally got round to having a look at your patch. First, I’d like to thank you for having taken the time to create 20 smaller

DO NOT REPLY [Bug 50852] [PATCH] Improve generation of PDFs with accessibility information

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #22 from Martin K martin.koeg...@brz.gv.at 2011-06-16 21:36:22 UTC --- I'll split my answers. Add Add support for lazy object number assignment: The codes creates an PDF structure tree containing objects, which will be

DO NOT REPLY [Bug 50852] [PATCH] Improve generation of PDFs with accessibility information

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #23 from Martin K martin.koeg...@brz.gv.at 2011-06-16 21:51:39 UTC --- Add empty table cell problem: This should be easy to solve: In PDFStructElement.prepare() change if (kids.length() == 0) { If the test is

DO NOT REPLY [Bug 50852] [PATCH] Improve generation of PDFs with accessibility information

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #24 from Martin K martin.koeg...@brz.gv.at 2011-06-16 22:32:37 UTC --- Add Avoid overhead of creating writers: By default, nearly each FO tag results in an PDF structure element [= object], so there are lots of

DO NOT REPLY [Bug 50852] [PATCH] Improve generation of PDFs with accessibility information

2011-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #25 from Martin K martin.koeg...@brz.gv.at 2011-06-16 23:11:44 UTC --- Add support for clearing objects at write time: The structure tree is one big document wide tree. The root is written after the last page. The structure