-
Hello, I have an existing checkbox widget annotation on a PDF. How can I show the border? I have tried the following but the border doesn't show.
thanks |
Beta Was this translation helpful? Give feedback.
Answered by
gettalong
Mar 11, 2025
Replies: 1 comment 1 reply
-
You would need to regenerate the appearance. This can be done calling |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rosanelli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would need to regenerate the appearance. This can be done calling
annot.form_field.create_appearances(force: true)
.