I have html documents describing, in terms of folders and documents, the content of individual accounts. they are mostly one huge table with <tr> and <td> nodes. When the number of <tr> entries is close to 75,000 the conversion from html to pdf gives a segmentation fault. Converting from html to xlsl does not fail. The conversion to pdf works fine providing the number of records is less than 75,000. The exact threshold varies from document to document but they are all close to the 75,000 limit.
This looks like some internal limit. I wonder if it can be modified or if there is a fix or workaround.
Thanks
rafael
This looks like some internal limit. I wonder if it can be modified or if there is a fix or workaround.
Thanks
rafael