I'm currently working on a project which involves turning complex structured images and text and converting them into a PDF using Java. My first instinct was to create HTML/CSS which represented the way in which the data should be outputted, and then using a Java library to converted that HTML/CSS into a PDF. In doing research, I haven't found any good solutions that take into account CSS 3 properties like border-radius, box-shadow, and transform: rotate. I've looked into iText w/ Flying Saucer, and PD4ML.
Does anyone know of a good free or commercial product that is up to date and supports such new CSS technologies?
Or is it possible that I'm just going down the wrong path attempting to use CSS/HTML to begin with?