Hi List, I've built a document-generation system around FOP to create both PDF and ASCII text documents. To create the ASCII text output file, I use the -txt command line argument to FOP. I have a couple of small problems with the ASCII text output. Every 30 lines or so in the generated output file, a line of output is written over the previous output line. The next line, instead of being written on a new line, is written again over the previous line. Visually, the 2nd line overlays the previous line. Characters on the previous line will show in the output if the next line contains a space at that character position.
Another problem I'm seeing is that every so often, there is no space between words in the text output. So I'm wondering if I've defined my document correctly for ASCII output. Am I using the wrong font-family, font-size, line-height? There is are my current settings: <fo:root text-align="start" font-size="7.2pt" font-family="Courier" line-height="10.4pt"> </fo:root> Thanks for any information on this. -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
