https://bugs.kde.org/show_bug.cgi?id=365993
Jonathan Verner <jonathan.ver...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.ver...@gmail.com --- Comment #1 from Jonathan Verner <jonathan.ver...@gmail.com> --- I needed something similar recently, when I was working on an article with two colleagues and needed to summarize the changes I wanted them to make. I wrote a short python program (needs python-poppler-qt4) to extract all annotations from a pdf file. It can either output them in JSON format or you can provide a template (django style) for outputting them in a different format... For my purposes I've created a template for (Xe)LaTeX output which prints a summary of the annotations on each page optionally including the original pdf page with numbered lines. You can find the code in the following repo: https://gitlab.com/Verner/pdfutils (or https://github.com/jonathanverner/pdfutils) -- You are receiving this mail because: You are watching all bug changes.