I have a PDF which displays a dynamic image (Chart created with JFreeChart). The chart is dynamic and hence can span across multiple pages. But I’m unable to split image across pages. I tried splitLate(false) as well. Please suggest solutions / ideas / workaround.
Ciao,
SKR
I found two ways to solve the issue.
Pros : Simple
Cons : The chart may be split in the middle of a bar.
Pros : Perfect charts.
Cons : Little bit more effort than the 1st solution.