May I know is there any python library/package that provides functionalities to read and set pdf review status (none, accepted, rejected, canceled) and checkmark properties (shown in the comment pane of adobe pdf reader when a highlight is selected) of annotations (highlights, textbox etc.) using Python? It seems these functions are not stated in documentation of pymupdf or py2pdf.
I found a similar thread for this topic (How do i add pdf text annotation review status using itextsharp), but it was for C#.
Can I have advice on how to get this done in python? Thank you.