Right now i use iText to generate a pdf automatically. And my problem is that when the content is really very large, i need to calculate the content's height and width, and then add new page... this is really very inconvinent.
so I wonder whether or not there is a method like: Document.add("a very very large article"); and after this , it will auto generate a pdf file ????
Thanks in advance !