Cheers. I'll try that now. -----Original Message----- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: 09 October 2006 18:53 To: [email protected] Subject: Re: Barcodes in fop 0.92 - Batik
Richard King wrote: > Heya, > What I'm doing is trying to implement a barcode via barcode4j. Oh! This is a Jeremias question then. My knowledge of barcodes is limited to finding them on products so I can use the self-serve checkout at the grocery store. I did not realize that the <rect/> was generated from the barcode program and not from your code. > Full FATAL: > 09-Oct-2006 17:47:52 org.apache.fop.fo.FONode attributeWarning > WARNING: Warning(Unknown location): fo:table, table-layout="auto" is > currently n > ot supported by FOP > 09-Oct-2006 17:47:52 org.apache.fop.fo.FONode attributeWarning > WARNING: Warning(Unknown location): fo:table, table-layout="auto" is > currently n > ot supported by FOP Still, leaving aside the barcode error, I would place a table-layout="fixed" to get rid of this error. (Note I believe you will need to also subsequently give table-column widths as a result. Google on fo:table for a billion examples.) It *might* be related to the barcode error you are getting, if the barcode program uses table dimensions to determine the width attribute. Glen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
