Without seeing the parameters that you pass to RenderTask, itβs hard to say for sure, so Iβm going to assume that you PAGE_OVERFLOW
set CLIP_CONTENT
to CLIP_CONTENT
and not FIT_TO_PAGE_SIZE
.
However, pay attention.
This discussion in the Eclipse forum mentions that page break interval options can override page size rendering options. Please note that the OP in the related discussion encountered a problem with the PDF exported from the HTML viewer.
EDIT: according to the docs inside genReport.sh
you can pass parameters on the command line ( -p pageOverflow=FIT_TO_PAGE_SIZE
), or you can create a parameters file ( -F params.txt
)
I donβt understand if you can pass the constant ( FIT_TO_PAGE_SIZE
) or pass its expected value ( 2
), so you may have to try both.
source share