I'm required to analyze the comments and bookmarks of several PDF files in my PHP application. Is there any way to extract this information?
All I need is bookmarks name + hierarchy and comments content + coordinates.
I would prefer a PHP library but I could also install additional software on the server and call it with exec().