I generate an PDF with IronPDF and want to apply opacity on header. If I place my HTML string with opacity in document it's ok opacity work but when I place the same string with opacity in header, header doesn't show anymore like opacity = 0.
<div style='opacity: 0.1'> // work like opacity = 0 in header but work in document
<div style='opacity: 0.9'> // work like opacity = 0 in header but work in document
<div style='opacity: 0'> // work
<div style='opacity: 1'> // work