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

2012-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 Vincent Hennebert vhenneb...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW ---

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

2012-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #31 from Glenn Adams gad...@apache.org 2012-04-24 05:53:04 UTC --- (In reply to comment #30) vincent/peter, what is the status of this patch with your recent accessibility improvements? have these patches been applied? if not,

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

2012-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #29 from Glenn Adams gl...@skynav.com 2012-04-08 09:11:08 UTC --- increase priority due to presence of a patch -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

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

2012-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 Glenn Adams gl...@skynav.com changed: What|Removed |Added Priority|P3 |P2 -- Configure

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

2012-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 Glenn Adams gl...@skynav.com changed: What|Removed |Added Status|NEW |NEEDINFO

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

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #28 from Glenn Adams gl...@skynav.com 2012-04-07 01:43:46 UTC --- resetting P2 open bugs to P3 pending further review -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

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

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 Glenn Adams gl...@skynav.com changed: What|Removed |Added Priority|P2 |P3 -- Configure

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

2011-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #27 from Martin K martin.koeg...@brz.gv.at 2011-06-18 07:51:42 UTC --- Created attachment 27171 -- https://issues.apache.org/bugzilla/attachment.cgi?id=27171 Handle empty nodes The attached patch should be able to handle

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

2011-06-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #26 from Vincent Hennebert vhenneb...@gmail.com 2011-06-17 11:15:57 UTC --- (In reply to comment #23) Add empty table cell problem: This should be easy to solve: In PDFStructElement.prepare() change if

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

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #1 from Martin K martin.koeg...@brz.gv.at 2011-03-02 06:56:43 EST --- Created an attachment (id=26701) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26701) Patch 01/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #3 from Martin K martin.koeg...@brz.gv.at 2011-03-02 06:58:14 EST --- Created an attachment (id=26703) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26703) Patch 03/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #4 from Martin K martin.koeg...@brz.gv.at 2011-03-02 06:59:03 EST --- Created an attachment (id=26704) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26704) Patch 04/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #5 from Martin K martin.koeg...@brz.gv.at 2011-03-02 06:59:46 EST --- Created an attachment (id=26705) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26705) Patch 05/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #6 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:00:38 EST --- Created an attachment (id=26706) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26706) Patch 06/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #7 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:01:14 EST --- Created an attachment (id=26707) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26707) Patch 07/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #8 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:01:59 EST --- Created an attachment (id=26708) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26708) Patch 08/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #9 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:02:29 EST --- Created an attachment (id=26709) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26709) Patch 09/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #10 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:03:35 EST --- Created an attachment (id=26710) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26710) Patch 10/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #11 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:04:19 EST --- Created an attachment (id=26711) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26711) Patch 11/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #12 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:04:43 EST --- Created an attachment (id=26712) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26712) Patch 12/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #13 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:05:34 EST --- Created an attachment (id=26713) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26713) Patch 13/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #14 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:06:11 EST --- Created an attachment (id=26714) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26714) Patch 14/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #15 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:06:52 EST --- Created an attachment (id=26715) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26715) Patch 15/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #16 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:07:29 EST --- Created an attachment (id=26716) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26716) Patch 16/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #17 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:08:25 EST --- Created an attachment (id=26717) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26717) Patch 17/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #18 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:09:11 EST --- Created an attachment (id=26718) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26718) Patch 18/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #19 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:09:37 EST --- Created an attachment (id=26719) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26719) Patch 19/20 -- Configure bugmail:

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

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50852 --- Comment #20 from Martin K martin.koeg...@brz.gv.at 2011-03-02 07:10:00 EST --- Created an attachment (id=26720) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26720) Patch 20/20 -- Configure bugmail: