pdf generation - Flying-saucer ignores upper case css identifiers -


I am recently using the Flight-Sutcher Library to generate a PDF from the HTML web page. Everything is fine, except that the CSS rule, which looks like the one given below, is ignored.

  TD.standardActiv {FONT-SIZE: 10pt; Color: # 1a467a; Fun-family: Ariel; Background-color: # 6f 9bce; }   

If I change 'TD' to 'TD', then everything is working properly. Does anyone know how to solve this? I thought about changing all upper case identifiers, but this is an ugly solution, because the number of CSS files should be updated.

Comments