Hi
I am trying to add current date/time in PDF footer. But there is no option/way to do this.
We only have option to add page number/total pages only.
Any suggestion or idea to implement date and time in PDF footer?
Thank you
Hi
I am trying to add current date/time in PDF footer. But there is no option/way to do this.
We only have option to add page number/total pages only.
Any suggestion or idea to implement date and time in PDF footer?
Thank you
Very much agree with this and am surprised it hasn’t come up sooner. This is on our ‘quick win’ list coming soon.
Hey there,
You can do it with browser session storage. Throw that JS on the page with your PDF button. I am looking forward to the official version from Tadabase though!
sessionStorage.setItem("date", new Date().toISOString().split('T')[0]);
console.log(new Date().toISOString().split('T')[0])
![]()
Happy to report this has been implemented.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.