Question

I need to parse checkboxes from a PDF. I'm using docksplit gem of ruby.The problem is that when a pdf is parsed only its text gets parsed and there is no sign of check-box existence.

Here is a screenshot of my PDF checkbox( box marked with cross(X) is checked).

enter image description here

Is there any way I can figure it out weather its checked or unchecked.May be through binary data?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top