Hello guys,
is their an opportunity to insert the last alteration date while exporting to PDF?
I want to put the last date of chance into the footer of my PDF export of a single page.
I already tried to fix my problem while using the current-time makro, but this solution shows the date I exported to PDF and not the date of the last time the page was saved.
Thanks in advance.
Hi Jonas,
I'm sure you can create a User Macro that can access the page's last modification date as $!content.getLastModificationDate and render it in the output of the macro.
I'm not sure though if you can format it, it will print the last mod date of the pages you place the macro in.
Tibor
Brilliant! Thank you very much.
I can now insert the last mod date and the PDF export works as well.
Does anybody know if I can put this into the footer?
I thought of something like this:
@bottom-left { content: {LastModificationDate}; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jonas,
Brilliant! Thank you very much.
I can now insert the last mod date and the PDF export works as well.
=> How did you do exactly? By writing a specific User Macro?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not finding that by user defined functions run when putting them in the css. Is there something else that needs to be done in order to be able to use the functions?
@bottom-right {
content: {documentversion} ;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.