I am using PDF documents for various purposes using iText library. Its like once class per PDF document. In a way there are a lot of similarities among the classes and the same have been listed below:
- The fields have (x,y) location
- The field can be wrapped after some no. of words
- A field can have a value which is a function of one or more parameters
- Subsequent page of PDF has to kept same or different
I am thinking of doing this layout business through a XML file. Any thoughts or innovative ideas of solving this are welcome.