>> If there isn't a better way to do this, would it be possible (well, I'm
>> sure 
>> it is possible but is it a good idea?) to implement a new constructor for
>> the 
>> Document class that accepts a PageFormat parameter and does the work for
>> me.

> You have to do the work. We can't put a constructor for every class that has
> the word "page" in the name!

The easiest way to do it yourself, is to make a class
myDocument that inherits from com.lowagie.text.Document
adding your constructor. 


_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to