conditional running header thymeleaf
I have a spring boot application that produces pdf from html template generated by SpringTemplateEngine
and thymeleaf
. The pdf is produced using com.openhtmltopdf.pdfboxout.PdfRendererBuilder
My issue is that I have a running header that appears in every page, and I need to hide it for some pages. The css looks like this
conditional running header thymeleaf
I have a spring boot application that produces pdf from html template generated by SpringTemplateEngine
and thymeleaf
. The pdf is produced using com.openhtmltopdf.pdfboxout.PdfRendererBuilder
My issue is that I have a running header that appears in every page, and I need to hide it for some pages. The css looks like this