my ($endw, $ypos, $overflow) = $tb->apply(); while ($overflow ne '') { $tb = PDF::TextBlock->new( ... ); $tb->text("Continued...
" . $overflow); ($endw, $ypos, $overflow) = $tb->apply(); }