Add.file annot symbol #2165
Answered
by
JorjMcKie
Mano2731995
asked this question in
Looking for help
-
Hai jorj I need one help I hv using page. add_file_annot. In that condition output was yellow color comment symbol💬 Is there any possible to change yellow color to White color or other colors? Kindly give us solution |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Jan 9, 2023
Replies: 1 comment 2 replies
-
Sure, do the following: flags=a.flags
flags |= fitz.PDF_ANNOT_IS_HIDDEN
a.set_flags(flags)
# no a.update(), respectively after any update()
doc.save("x.pdf") |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JorjMcKie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, do the following: