bugzilla | 1 Feb 11:00
Picon
Favicon

DO NOT REPLY [Bug 52572] New: collapse-with-precedence throws a NPE

https://issues.apache.org/bugzilla/show_bug.cgi?id=52572

             Bug #: 52572
           Summary: collapse-with-precedence throws a NPE
           Product: Fop
           Version: all
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: fo tree
        AssignedTo: fop-dev <at> xmlgraphics.apache.org
        ReportedBy: pascal.sancho <at> takoma.fr
    Classification: Unclassified

setting border-collapse with "collapse-with-precedence" will throw an NPE at:
o.a.f.fo.flow.table.ConditionalBorder.integrateSegment

Note also that compliance page doesn't reveal that it is not implemented.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Peter Hancock | 1 Feb 16:40
Picon

[VOTE] merge Temp_ImproveAccessibility to trunk

Hi All,

Vincent and I have recently been working to improve the generation of
tagged PDF and we now propose merging the branch
Temp_ImproveAccessibility into trunk.

The objectives and an implementation plan was summarised by Vincent in
[1] and development has remained fairly faithful to that proposal.

A core objective of this work was to remove the XSLT pre-process stage
and instead build the structure tree from FONode creation events and
this has been realised.

The new implementation has allowed us to fix a few bugs related to the
structure tree representation of tables.

Thanks,

Peter

[1] http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/201109.mbox/%3C4E6624CE.1030703%40gmail.com%3E

Chris Bowditch | 2 Feb 12:56
Picon
Favicon

Re: [VOTE] merge Temp_ImproveAccessibility to trunk

On 01/02/2012 15:40, Peter Hancock wrote:
> Hi All,

Hi Peter,
>
> Vincent and I have recently been working to improve the generation of
> tagged PDF and we now propose merging the branch
> Temp_ImproveAccessibility into trunk.
>
> The objectives and an implementation plan was summarised by Vincent in
> [1] and development has remained fairly faithful to that proposal.
>
> A core objective of this work was to remove the XSLT pre-process stage
> and instead build the structure tree from FONode creation events and
> this has been realised.
>
> The new implementation has allowed us to fix a few bugs related to the
> structure tree representation of tables.

Looks like you've done some good work here. I checked out the code and 
compiled it. I ran Findbugs and it reports 61 new warnins compared to 
trunk. Please see the attached report.

I have to vote -1 until the warnings are resolved.

Thanks,

Chris

>
(Continue reading)

bugzilla | 2 Feb 19:28
Picon
Favicon

DO NOT REPLY [Bug 52585] New: PDF: number-columns-spanned problem with borders

https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

             Bug #: 52585
           Summary: PDF: number-columns-spanned problem with borders
           Product: Fop
           Version: 1.0
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: pdf
        AssignedTo: fop-dev <at> xmlgraphics.apache.org
        ReportedBy: mhilpert <at> gmx.de
    Classification: Unclassified

If a table has a row with multiple columns and the row cells have a border
(top/bottom) the lines look even for all cells in the row. But if the cell has
an additional 

number-columns-spanned="2" 

attribute, the subsequent cell (here: cell 3) will get different top/bottom
border line (thickness)!

This sound similar to old Bug 46321 (for RTF).

If we remove number-columns-spanned, the border lines look good again (but of
course the text is cut).

So far, we found an ugly workaround by adding "hidden" columns to all tables
(Continue reading)

bugzilla | 2 Feb 19:42
Picon
Favicon

DO NOT REPLY [Bug 52585] PDF: number-columns-spanned problem with borders

https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

--- Comment #1 from M.H. <mhilpert <at> gmx.de> 2012-02-02 18:42:39 UTC ---
Created attachment 28254
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28254
Same XSL-FO with just number-columns-spanned added (below)

Example of same XSL-FO code with just 1 difference:

PDF above:
----------
<xsl:template name="t1"><xsl:param name="text">...</xsl:param>
<fo:table-cell background-color="..." border-top-style="solid" 
border-bottom-style="solid"  >
<fo:block line-height="10pt"><fo:inline><xsl:value-of
select="$text"/></fo:inline></fo:block>
</fo:table-cell></xsl:template>

PDF below (number-columns-spanned="2" added) :
----------------------------------------------
<xsl:template name="t1"><xsl:param name="text">...</xsl:param>
<fo:table-cell number-columns-spanned="2" background-color="..."
border-top-style="solid"  border-bottom-style="solid"  >
<fo:block line-height="10pt"><fo:inline><xsl:value-of
select="$text"/></fo:inline></fo:block>
</fo:table-cell></xsl:template>

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
(Continue reading)

bugzilla | 2 Feb 19:44
Picon
Favicon

DO NOT REPLY [Bug 52585] PDF: number-columns-spanned problem with borders

https://issues.apache.org/bugzilla/show_bug.cgi?id=52585

M.H. <mhilpert <at> gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

--- Comment #2 from M.H. <mhilpert <at> gmx.de> 2012-02-02 18:44:56 UTC ---
... the table has more rows (16) and it looks like the third row has (in the
faulty example below) additional border above and below.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

bugzilla | 3 Feb 22:19
Picon
Favicon

DO NOT REPLY [Bug 52597] New: border looks like it has "bites" taken out of it.

https://issues.apache.org/bugzilla/show_bug.cgi?id=52597

             Bug #: 52597
           Summary: border looks like it has "bites" taken out of it.
           Product: Fop
           Version: 1.0
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: pdf
        AssignedTo: fop-dev <at> xmlgraphics.apache.org
        ReportedBy: levinson <at> intersystems.com
    Classification: Unclassified

Created attachment 28263
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28263
fo file that shows problem

I attach a .fo file and the generated PDF which when used with fop 1.0 would I
think produce solid borders.  Instead the borders have corners chopped off.  It
looks like a “bite” is taken out of the corners.  I don’t see this problem with
RenderX XEP.

I attach the files that show the problem.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
(Continue reading)

bugzilla | 5 Feb 08:15
Picon
Favicon

Bug report for Fop [2012/02/05]

+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                                           |
|     +---------------------------------------------------------------------+
|     | Status: UNC=Unconfirmed NEW=New         ASS=Assigned                |
|     |         OPN=Reopened    VER=Verified    (Skipped Closed/Resolved)   |
|     |   +-----------------------------------------------------------------+
|     |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
|     |   |           MIN=Minor   NOR=Normal    ENH=Enhancement TRV=Trivial |
|     |   |   +-------------------------------------------------------------+
|     |   |   | Date Posted                                                 |
|     |   |   |          +--------------------------------------------------+
|     |   |   |          | Description                                      |
|     |   |   |          |                                                  |
| 1063|New|Nor|2001-03-21|fop does not handle large fo files                |
| 3824|New|Blk|2001-09-25|MIF option with tables                            |
| 5010|New|Enh|2001-11-21|Better error reporting needed                     |
| 6305|New|Nor|2002-02-07|Using fo:table-and-caption results in empty output|
| 6427|New|Enh|2002-02-13|Type 1 CID fonts are not supported                |
| 8003|New|Maj|2002-04-12|FopImageFactory never releases cached images      |
| 8463|New|Nor|2002-04-24|SVG clipping in external.fo example doc when rende|
| 9379|New|Nor|2002-05-24|MIF Renderer generates incorrect MIF code         |
|12610|New|Enh|2002-09-13|[PATCH] onLoad Action for PDF documents or how to |
|14356|New|Nor|2002-11-07|*NOT* embedding TrueTypeFont in PDF causes Acrobat|
|16713|New|Nor|2003-02-03|Hyphenation error in tables                       |
|17369|New|Nor|2003-02-25|Footnote duplication                              |
|17380|New|Nor|2003-02-25|Batik Component will not recognize feXXXX SVG elem|
|17921|New|Nor|2003-03-12|Kerning is broken for standard fonts              |
|18292|New|Nor|2003-03-24|24 bit PNG not displayed correctly                |
|18801|New|Nor|2003-04-08|[PATCH] "visibility" property is not implemented  |
|19228|New|Blk|2003-04-22|[PATCH] Child LayoutContext is null in certain cir|
(Continue reading)

bugzilla | 6 Feb 10:02
Picon
Favicon

DO NOT REPLY [Bug 52597] border looks like it has "bites" taken out of it.

https://issues.apache.org/bugzilla/show_bug.cgi?id=52597

Pascal Sancho <pascal.sancho <at> takoma.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

--- Comment #1 from Pascal Sancho <pascal.sancho <at> takoma.fr> 2012-02-06 09:02:53 UTC ---
This issue started on Fop Users list:
http://old.nabble.com/Corners-of-solid-border-chopped-off-to33236928.html

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Thomas Dörr | 6 Feb 10:26
Favicon

Support for fo:retrieve-table-marker

Hi all,

I'm using FOP for a project and I need to implement subtotals and
carryovers for estimates and invoices. I tried to use
fo:retrieve-table-marker, but as far as I understand, they are not
fully implemented. A workaround with fo:retrieve.marker has a lot of
disadvantages and is not sufficient.

One solution would be to buy a commercial product like www.xmlpdf.com,
which supports fo:retrieve-table-marker. But I'd prefer continuing to
use FOP.

Is there anyone, who has the knowledge to implement the
fo:retrieve-table-marker feature?

We'd need it in a short time, let's say in the next two weeks and of
course we'd pay for that implementation.

Hoping to get an answer from you guys!

Best Regards,
Thomas


Gmane