Custom footer text
Custom footer text
Hi,
I tried to find a way in order to add a custom footer text while exporting in excel and PDF format
with buttons plugins. Is there a way to do that easily ?
(while exporting a datatable, we have to add a special information like "working sheet only, do not diffuse".)
Thanks a lot for your answer.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
There is a proposal for a feature that would allow this in this github issue. It might be a little tricky in Excel since you would need to write in the required XML probably, but this ability already exists in the PDF button option - see the
customize
option of thepdfHtml5
which allows complete control over the PDF document via the makepdf API.Allan
Thanks a lot for your answer Allan