getting error line number

2003-12-04 Thread Stan Pinte
hello, when having this: [INFO] setting up fonts [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence. org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.fop.apps.Driver.render(Driver.java:507) at

bug in FOP release 0.20.5

2003-12-04 Thread Stan Pinte
hello, I am using nested tables in fop, and I get that: [INFO] [1] [ERROR] null org.apache.fop.apps.FOPException at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:111) at org.apache.fop.apps.Fop.main(Fop.java:62) - java.lang.ClassCastException at

Re: getting error line number

2003-12-04 Thread Chris Bowditch
Stan Pinte wrote: hello, when having this: [INFO] setting up fonts [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence. org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.fop.apps.Driver.render(Driver.java:507) at

Re: bug in FOP release 0.20.5

2003-12-04 Thread Chris Bowditch
Stan Pinte wrote: hello, I am using nested tables in fop, and I get that: Nested tables work fine for me. snip/ java.lang.ClassCastException at org.apache.fop.fo.flow.TableRow.initCellArray(TableRow.java:509) at org.apache.fop.fo.flow.TableRow.layout(TableRow.java:271) at How can I

RE: bug in FOP release 0.20.5

2003-12-04 Thread Chris Adams
I tend to get this type of error where I have specified a fixed width table, and I have more table cells in a row than I have specified in the column tags. Try looking there. -Original Message- From: Stan Pinte [mailto:[EMAIL PROTECTED] Sent: 04 December, 2003 09:14 To: [EMAIL

[INFO] area contents overflows area in line doublure problem

2003-12-04 Thread Stan Pinte
hello, I am using nested tables, and I have the following problem: [INFO] area contents overflows area in line doublure [INFO] area contents overflows area in line etiquette [INFO] area contents overflows area in line pantalon here is my top-level table: fo:table table-layout=fixed

Re: bug in FOP release 0.20.5

2003-12-04 Thread Stan Pinte
On Thu, 04 Dec 2003 09:33:46 +, Chris Adams [EMAIL PROTECTED] wrote: I tend to get this type of error where I have specified a fixed width table, and I have more table cells in a row than I have specified in the column tags. Try looking there. I solved my problem: I had forgotten to put a

Page Breaks

2003-12-04 Thread Bryce Fischer
I'm having problems getting pages to break between blocks. See below for my sample fo document. I'm using a version I checked out of CVS a week or so ago. Using this version because of the need for RTF rendering. That said, I'm attempting to render the FO below as a PDF, and the pages are not

page breaks in table-rows

2003-12-04 Thread Timo Haberkern
Hello, Does anyone know how to avoid a table-row to span multiple pages (when page breaks). It happens when a column of the table row has multiple lines of text and a page break occurs inbetwn these lines. Hence a single row is divided accordingly in the next page. regards Timo

Re: page breaks in table-rows

2003-12-04 Thread Torsten
Hello Timo, Thursday, December 4, 2003, 2:32:35 PM, you wrote: TH Hello, TH Does anyone know how to avoid a table-row to span multiple pages (when TH page breaks). It happens when a column of the table row has multiple lines TH of text and a page break occurs inbetwn these lines. Hence a single

bug ?

2003-12-04 Thread Balaji Loganathan
Just accidently, if i have a fo:block before fo:table-cell, then I'm getting the error java.lang.ClassCastException org.apache.fop.apps.FOPException: java.lang.ClassCastException at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:111) The sample code is here..

Re: page breaks in table-rows

2003-12-04 Thread Timo Haberkern
Hi Torsten Will Gilbert spotted me keep-together.within-column. That works fine. I will test your solution too. Thanks for ehlping Timo Torsten wrote: Hello Timo, Thursday, December 4, 2003, 2:32:35 PM, you wrote: TH Hello, TH Does anyone know how to avoid a table-row to span multiple pages

Re: [INFO] area contents overflows area in line doublure problem

2003-12-04 Thread Chris Bowditch
Stan Pinte wrote: hello, I am using nested tables, and I have the following problem: [INFO] area contents overflows area in line doublure [INFO] area contents overflows area in line etiquette [INFO] area contents overflows area in line pantalon The words cited above are too long for the table

Re: Page Breaks

2003-12-04 Thread Chris Bowditch
Bryce Fischer wrote: I'm having problems getting pages to break between blocks. See below for my sample fo document. I'm using a version I checked out of CVS a week or so ago. Using this version because of the need for RTF rendering. That said, I'm attempting to render the FO below as a PDF, and

Re: page breaks in table-rows

2003-12-04 Thread Chris Bowditch
Timo Haberkern wrote: Hello, Does anyone know how to avoid a table-row to span multiple pages (when page breaks). It happens when a column of the table row has multiple lines of text and a page break occurs inbetwn these lines. Hence a single row is divided accordingly in the next page.

Re: bug ?

2003-12-04 Thread Chris Bowditch
Balaji Loganathan wrote: Just accidently, if i have a fo:block before fo:table-cell, then I'm getting the error Your XSL-FO is not valid. fo:block is not allowed in the middle of a table. FOP should exit more gracefully with a message saying that the block is in the wrong place. This is the sort

Re: Page Breaks

2003-12-04 Thread Bryce Fischer
I'm having problems getting pages to break between blocks. See below for my sample fo document. I'm using a version I checked out of CVS a week or so ago. Using this version because of the need for RTF rendering. That said, I'm attempting to render the FO below as a PDF, and the pages

Re: getting error line number

2003-12-04 Thread J.Pietschmann
Stan Pinte wrote: [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence. org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.fop.apps.Driver.render(Driver.java:507) at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:106) at

Re: bug ?

2003-12-04 Thread Balaji Loganathan
Yes!.. I very well know the below xsl:fo is wrong. But was just wondering why its throwing Classcast exception and thats the reason i posted it. --- Chris Bowditch [EMAIL PROTECTED] wrote: Balaji Loganathan wrote: Just accidently, if i have a fo:block before fo:table-cell, then I'm

Appending a PDF file to another PDF programmatically

2003-12-04 Thread Steve Albin
I may need to append a PDF file (or several PDF files) to the end of a PDF that I create with FOP. I need to do this programmatically. The problem is that Im producing a PDF using FOP in a web application and I need to attach to the end of this generated PDF one or more existing (static)

RE: Appending a PDF file to another PDF programmatically

2003-12-04 Thread Andreas L. Delmelle
-Original Message- From: Steve Albin [mailto:[EMAIL PROTECTED] I may need to append a PDF file (or several PDF files) to the end of a PDF that I create with FOP. I need to do this programmatically. The problem is that I'm producing a PDF using FOP in a web application and I need to

Re: White space problem and text wrapping problem

2003-12-04 Thread J.Pietschmann
Abhijit Junnare wrote: Problem1: I am having problem with line feed/carriage return. The line feeds from the souce xml are being converted to a single white space automatically. I would like to ignore these line feeds meaning convert these line feeds to zero width space. I know that using

Re: White space problem and text wrapping problem

2003-12-04 Thread Abhijit Junnare
Thanks much! The wrapping problem is solved by using a non-breaking space. Which FAP should I exactly look for the first problem. COuld you send me the link pleas.e Will really appreciate. Thanks Abhi --- J.Pietschmann [EMAIL PROTECTED] wrote: Abhijit Junnare wrote: Problem1: I am having

Philipp Gerhardy ist ausser Haus. [Virus checked Plusbank]

2003-12-04 Thread Philipp . Gerhardy
Ich werde ab 05.12.2003 nicht im Büro sein. Ich kehre zurück am 07.12.2003. Diese Nachricht kann vertrauliche Informationen enthalten. Sollten Sie nicht der vorgesehene Empfänger sein, so bitten wir um eine kurze Nachricht. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist

Re: White space problem and text wrapping problem

2003-12-04 Thread Abhijit Junnare
Got it! Thanks for ur help :) --- Abhijit Junnare [EMAIL PROTECTED] wrote: Thanks much! The wrapping problem is solved by using a non-breaking space. Which FAP should I exactly look for the first problem. COuld you send me the link pleas.e Will really appreciate. Thanks Abhi

Philipp Gerhardy ist ausser Haus. [Virus checked Plusbank]

2003-12-04 Thread Philipp . Gerhardy
Ich werde ab 05.12.2003 nicht im Büro sein. Ich kehre zurück am 07.12.2003. Diese Nachricht kann vertrauliche Informationen enthalten. Sollten Sie nicht der vorgesehene Empfänger sein, so bitten wir um eine kurze Nachricht. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist