Fox, the syntax might be off here,
but this is what you need to do....
B4X:
PdfWriter1.newPage
MYDOWN = 700
MYFONTSIZE = 14
MYLEFT = 10
For i = 1 to mylist.size -1
MYDOWN=MYDOWN-20
If MYDOWN < 20 then
MYDOWN = 700
PdfWriter1.newPage
end if
PDFWriter1.addText(MYEFT, MYDOWN, MYFONTSIZE, mylist.getitem(i))
next