This tutorial was so much help so thank you so much for that.
I am currently trying to create a multi page pdf, which is simple enough except that I have a string of text entered by the user (like a note) and now I need to divide this text into a string for each page.
But I cannot figure out how to do this! I cannot simply get a substring to index whatever, because there is no way of getting the index, and it doesn't seem possible to know which characters you draw in [string drawInRect:rect].
Can anyone help?
|