From: john sikorski Date: 2006-07-29T10:05:12+09:00 Subject: Re: PDF::Writer memory error In case anyone is interested, I found a work around for this problem. If you manually set the table width the out of memory error does not occur. In my case I was adding multiple tables to a page formated for 2 column output. Setting table.width=260 worked for me. John