How to check if the checkbox in a pdf document is selected?
I will add that the pdf document and generated on the website and the checkbox in the pdf document cannot be clicked. Either it is or it is not selected.
@r.rydzewski , The PDF looks like a Digital PDF, if there is a Possibility of Downloading the PDF, we can Check if By Using Read PDF Text Activity, How is the Check/UnCheck mark option appeared in the form of Text.
Based on that we might be able to use a Regex and Get to know it’s value.
Can you try “Get Attribute” activity over this check box and print “checked” attributes value.
Also, if possible, can u share the pdf sample with checkbox to try some other options.
I was on a holiday. Gentlemen, thank you very much for your hints. I solved this problem thanks to one of the hints :). I made photo extractions from a PDF file. How can I access PNG files. And this gives me the opportunity to check the photo’s checksum. Photos with a checked checkbox have a different checksum than those with an unchecked checkbox.
So PDF extracted Image + file checksum solves the problem.