I am facing this task of adding comments to PDFs. Specifically, the task is to add a sticky note box at the beginning of the file and add a few lines of text in the stick note box.
I need to do this repetitively for bulk number of PDFs so I am hoping to do it programmatically in Python.
I've checked this SOF thread but it seems that it's asking a different question since it's adding text INTO the PDFs not in the comment.