Original idea: use a PDF template to create multiple pages after reading a CSV file
I've found that PDF isn't as friendly as I thought
(Especially when I want to code using PHP)
What I want: a pre-formated document with place holders for a few fields of data The look and design of the template document are really important - so I don't want to consider using code libraries and constructing the PDF document from scratch
Now... I've had a lightning bolt of an idea: use a Word format document that is in XML format. If in XML format, surely I just can't go wrong?? If its XML, I can use any scripting language?