Fred Statham

Greenhorn
+ Follow
since Jun 06, 2019
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Fred Statham


I am using apache fop to export table to pdf. When i'm trying to export large table (more than 4000 rows) i get OutOfMemory Error. On some forums i've got information that multiplying of page-sequence can solve this problem, but i don't know how to do it in my case. I'll put my .fo code below. Help me please