Footer on last page pdf with CSS
Posted: Mon Dec 03, 2018 3:31 pm
Dear all,
With the “DITA map PDF – based on HTML5 &CSS transformation” I am trying to create a footer on only the last page, that contains the content of several topic files.
[img]
https://drive.google.com/file/d/1yKTFZR ... sp=sharing
[/img]
Are there any suggestions on how to do this?
Individually I tried two approaches:
1. wrap everything in a div with an “lpfooter” class
By referring to an output class I tried to apply this xslt script (tried before or after merging): https://stackoverflow.com/questions/396 ... using-xslt
2. Put content inside a lpfooter div in the footer of the page.
I tried to do the following but the element() function does not seem to be supported:
https://www.cuba-platform.com/discuss/t ... eport/1967
As nothing really works and due to a lag of time I don’t have any good example to provide to you. But maybe you could provide me with hints where I should start and if above example links are good starting points or that there are better starting points.
Thanks
With the “DITA map PDF – based on HTML5 &CSS transformation” I am trying to create a footer on only the last page, that contains the content of several topic files.
[img]
https://drive.google.com/file/d/1yKTFZR ... sp=sharing
[/img]
Are there any suggestions on how to do this?
Individually I tried two approaches:
1. wrap everything in a div with an “lpfooter” class
By referring to an output class I tried to apply this xslt script (tried before or after merging): https://stackoverflow.com/questions/396 ... using-xslt
2. Put content inside a lpfooter div in the footer of the page.
I tried to do the following but the element() function does not seem to be supported:
https://www.cuba-platform.com/discuss/t ... eport/1967
As nothing really works and due to a lag of time I don’t have any good example to provide to you. But maybe you could provide me with hints where I should start and if above example links are good starting points or that there are better starting points.
Thanks