Summary: | Featurerequest Print or Export Review-Marks | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Florian.kr |
Component: | printing | Assignee: | Okular developers <okular-devel> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | jonathan.verner |
Priority: | NOR | ||
Version First Reported In: | 0.22.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | https://s32.postimg.org/vhfcrp3dh/okular_feature_request.png | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Florian.kr
2016-07-22 20:13:52 UTC
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) |