Hi there!
I'm using MapnikRasterizer, PDFStyler and PDFPageFormatter for creating PDF documents.
There is some static text content in my PDFs like Title, Subtitle, Copyright etc.
This static text content is created by Creators and the text is defined as Geometry Type:Text and set as Text String.
All works fine.
Now, I want to print the current date (today) into the PDF using DateTimeStamper and DateTimeConverter.
I formated the date attribute using PDFStyler and connected it to the PDFPageFormatter, but the date (frame) is missing in the resulting PDF.
Any idea how to print the current date into a PDF?
For example by replacing the Text String of the Creation instance dynamically by the current date?
Or any other way?
Best regards
Oliver