Hi,
I'm working on a project in Python/Django which uses ReportLab's SimpleDocTemplate to generate PDF documents.
All the documents generated have the current date/time printed in the top right corner. I can't see that it's being done anywhere in my code, is this a default behaviour in the SimpleDocTemplate object?
How do I get rid of this?
Regards, Haukur