danfickle / openhtmltopdf

An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
https://danfickle.github.io/pdf-templates/index.html
Other
1.92k stars 357 forks source link

Square inside radio input (instead of circle) #852

Open paolopiccinini opened 2 years ago

paolopiccinini commented 2 years ago

Hi All thanks for your great work. I'm in trouble with radio input, they are checked with square instead of circle, i tried with jsoup and without. I've made a little test project here. In the resource folder you will find the two html one for jsoup in.html and in2.htm without jsoup (same result). I will attach the result out.pdf someone can help plese? is there a way to put a circle inside the radio input?

paolopiccinini commented 2 years ago

mmm using chrome viewer it works (i've just downloaded what i've attached), but with adobe acrobat no

testAdobe
paolopiccinini commented 2 years ago

we found a workaround for the moment i'm using images for radio button

workaround