I generate PDFs from HTML with ABCpdf (.Net, version 9). When the PDF gets printed (which can be many days after it is generated), the date that it is being printed needs to be shown in the footer on the printed pages.
How can I make this happen? I guess it involves JavaScript embedded in the PDF, but not sure about the details.