Re: Omitting Bottom table border on page-break

2012-12-19 Thread Bonekrusher
Thanks Chris and sorry for the delay. I will give it a try. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Omitting-Bottom-table-border-on-page-break-tp37527p37601.html Sent from the FOP - Users mailing list archive at Nabble.com.

Re: page-position=only in conditional-page-master-reference

2012-12-19 Thread franck FIMBEL
Hi, Looking at the source code, I could trace a possible cause for this bug. In o.a.f..layoutmgr.PageProvider, in the method getPage a test is done to verify if the page is the last one boolean isLastPage = (lastPageIndex = 0) (index == lastPageIndex); In the case of the fo attached

Simple SVG path doesn't render at all with FOP 1.0

2012-12-19 Thread Abel Braaksma
Hi List, I'm trying to get an SVG logo on a pageusing fo:instream-foreign-object, but all I got was total nothingness. So I trimmed down the example and after some experimenting, I got it working with svg:rect, but as soon as a svg:path turned up, it didn't get rendered. Does anybody know of

Re: Simple SVG path doesn't render at all with FOP 1.0

2012-12-19 Thread Sergiu Dumitriu
On 12/19/2012 12:04 PM, Abel Braaksma wrote: Hi List, I'm trying to get an SVG logo on a pageusing fo:instream-foreign-object, but all I got was total nothingness. So I trimmed down the example and after some experimenting, I got it working with svg:rect, but as soon as a svg:path turned

Re: page-position=only in conditional-page-master-reference

2012-12-19 Thread Alexios Giotis
Hi Franck, Since there is already a ticket for this, It would be better to add it as a comment. After the migration to Jira, the link is https://issues.apache.org/jira/browse/FOP-2148 Alexis On 19 Dec 2012, at 19:42, franck FIMBEL ffim...@gmail.com wrote: Hi, Looking at the source

How to find out why fop needs a certain font?

2012-12-19 Thread Alexey Neyman
Hi all, I see the following warning message reported by FOP: $ fop -c fop.cfg -dpi 150 apiguide.fo apiguide.pdf Dec 19, 2012 2:59:02 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font Serif,normal,400 not found. Substituting with any,normal,400. ... However, apiguide.fo

Re: How to find out why fop needs a certain font?

2012-12-19 Thread Luis Bernardo
This is of no consequence although is it puzzling at first. If you specify a global font-family in the fo root element I think the warning goes away. I think what you are seeing has been discussed here: