Re: Extra space?

2008-10-22 Thread Andreas Delmelle
On Oct 22, 2008, at 00:14, Allison, Peter S. (MSFC-NNM04AA02C) [MORGAN] wrote: Not sure how to describe this problem... I'm using 0.94... Heres my data: It's one long line, with no newline characters. Notice after the line wraps, there is a space printed (I'm assuming it's a space) befo

RE: Extra space?

2008-10-22 Thread Pete Allison
Appears to be true even if there is only ONE space character where the formatter decides to break... My example wasn't very good, but there were never sequence of more than one space character. This particular data also had no newline characters at all. I'm using FOP to produce a PDF from data u

How to format text differently in the same paragraph of table-cell?

2008-10-22 Thread gennady
I need the word "Notes:" to make in BOLD and attach it to the rest of text. This is easily done in HTML, but in FOP I put this and it doesn't work: Notes: <%=" " + object.getAgentNotes() %> Th

Re: How to format text differently in the same paragraph of table-cell?

2008-10-22 Thread Andreas Delmelle
On Oct 22, 2008, at 21:15, gennady wrote: Hi I need the word "Notes:" to make in BOLD and attach it to the rest of text. This is easily done in HTML, but in FOP I put this and it doesn't work: color="black"> Notes:fo:block> You want: Notes: HTH!

Re: NullPointerException in XSL-FO ?

2008-10-22 Thread csanders
Well it turned out on large documents, the first byte does not get written to the document stream fast enough, and the browser has a built in 60 second timeout for links. This was causing a break in the connection, in case anyone else experiences this. csanders wrote: I'm streaming an XSL-FO

Missing table footer when report data exactly fits into a single page and "Leave out table footer at page-break" is enabled

2008-10-22 Thread Harshini Madurapperuma
Hi All; When a table row has set a row-height and when data is exactly fit into a single page and "omit-tableFooter at page break" is enabled, the table footer doesn't print in the next page alone. The table footer gets disappeared. Is this a known problem in FOP? I'm having fop version 0.20.5,

Remove a row from the last table bogy and place it in the next page!!

2008-10-22 Thread Harshini Madurapperuma
Hi all, In Table.java class in FOP. jar , there is a code with a comment "/* this is a problem since we need to remove a row from the last table body and place it on the next page so that it can have a footer at the end of the table.*/" This code i

Want a line number at the beginning of each row

2008-10-22 Thread KS.Bhaskar
Hi, I have transformed xml data into pdf output using xsl-fo. Now I would like to have line number at the beginning of the each row. What kind of logic I need to put? Any variable incremented regularly i.e counter or there any some tags? Help me in this regard. Bhaskar K S