pdfform.js icon indicating copy to clipboard operation
pdfform.js copied to clipboard

Radio button not handled correctly

Open akronbook opened this issue 6 years ago • 3 comments

pdf-test.pdf

I tried the PDF above, and the radio buttons are not recognized. When debugging into pdfform.js, I noticed that n.map.Opt doesn't exist, thus radio button logic was not executed.

akronbook avatar Dec 17 '19 07:12 akronbook

Same issue. Does anyone have a fix for this?

darvesh avatar Jan 08 '20 07:01 darvesh

I have the same issue. I was able to fix the runtime excpetion by parsing the name from the childs of the radiobox parent. However even when providing a correct Opt array the produced pdf is incorrect. In Chrome the selected checkbox is greyed out but not otherwise marked. In Adobe Reader the selected checkbox cant be identified at all.

Transzendental avatar Mar 17 '20 10:03 Transzendental

Same problem here. Is anyone still maintaining this project?

superheri avatar Oct 21 '20 20:10 superheri