For PDFs does XOJO handle page run-over

I know in a lot of cases XOJO handles the little extra things, but I cannot be sure about this. If I have a lot of text that is many points beyond the page size, do I have to manage the points or will it neatly put it in several pages?
My vote is I have to.

You will need to track it yourself. Once you decide that you are near the bottom of the page. Call document.graphics.nextpage
I usually do the check in a separate method.

1 Like

If you use our DynaPDF plugin, the WriteFText methods do that and allow to continue in a new column or page.

1 Like

You can file a Feature request if you are interested on it to be added to PDFDocument though.