[jira] [Updated] (FOP-2237) [PATCH]Clicking zoom-in or zoom-out buttons in preview screen should cause NullPointerException

2013-04-17 Thread Peter Orolin (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Orolin updated FOP-2237: -- Attachment: patch.diff [PATCH]Clicking zoom-in or zoom-out buttons in preview screen should cause

[jira] [Updated] (FOP-2237) [PATCH]Clicking zoom-in or zoom-out buttons in preview screen should cause NullPointerException

2013-04-17 Thread Peter Orolin (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Orolin updated FOP-2237: -- Attachment: (was: patch.diff) [PATCH]Clicking zoom-in or zoom-out buttons in preview screen

Rendering issue: table with multiple cell spans

2013-04-17 Thread sdridi
Hello, I'm new to the Apache FOP project and I would like to help fixing this bug https://issues.apache.org/jira/browse/FOP-2230 https://issues.apache.org/jira/browse/FOP-2230 . Considering the huge code base of FOP, I feel kind of lost, so I need some help from people who are familiar with the

RE: [OT] Multi-page support in PDFTranscoder

2013-04-17 Thread honyk
So if I understand well, you are using FOP but not using FO. Exactly. So, why not just use FO to do that? This was my original approach, but I ran into troubles with memory leaks. It is described here: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/201202.mbox/%

[jira] [Commented] (FOP-2230) RowSpanning will not effect, if there is not a column with all rows

2013-04-17 Thread Vincent Hennebert (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13634321#comment-13634321 ] Vincent Hennebert commented on FOP-2230: After a closer look at this example, I'm

Re: Rendering issue: table with multiple cell spans

2013-04-17 Thread Vincent Hennebert
Hi Seifeddine, Welcome to FOP! On 17/04/13 17:00, sdridi wrote: Hello, I'm new to the Apache FOP project and I would like to help fixing this bug https://issues.apache.org/jira/browse/FOP-2230 https://issues.apache.org/jira/browse/FOP-2230 . Considering the huge code base of FOP, I feel

RE: [OT] Multi-page support in PDFTranscoder

2013-04-17 Thread honyk
Finally I succeed with this code: http://drifted.in/other/MultiPagePDFTranscoder.java It is based on a default PDFTranscoder with a simple loop. I suppose there is a room for additional improvements... With this code I am getting ca 15% time reduction for two page outputs. Not much, but I am