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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.