I'm using "pdfdocument" to save some text from a EditText to a pdf file, but when it prints to pdf it doesn't wrap the text, I unchecked the EditText single line .
I can't find anything where it explains how to do this.
Just looking at some pdf generation code in one of my apps (I wrote it a long time ago), the PdfDocument doesn't wrap. You need to measure the length of the text you're writing & break it up into lines yourself.