Hmm, maybe try opposite approach. Use CSS to hide ...
# advancedpdf
m
Hmm, maybe try opposite approach. Use CSS to hide and use style tag to display only with BFO
.page-number-container { display: none; } <div class="page-number-container" display="block">pagenumber</div>
j
Actually this does seem to do the trick @michoel
not sure why it wasn't working for me before but it does work now! Thanks for the suggestion
m
Nice!
j
I had left the code in the document while I was testing other things and then noticed the "1 of 1" was on the PDF after all. and is indeed missing from the html version