Bug 365993

Summary: Featurerequest Print or Export Review-Marks
Product: [Applications] okular Reporter: Florian.kr
Component: printingAssignee: 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 just want to request a feature.
I'm marking a lot of Text in a 600 pages document and want to extract only the marks (look at the picture). This feature isn't currently available in okular and could be a great asset.

In simple words:

Delete all other text and only extract the text with notes and marks in a new document. 
Notes and marks = all features under Extras->Review (F6).

Reproducible: Always

Steps to Reproduce:
Feature Request

Actual Results:  
Feature not available

Expected Results:  
Print or export Review functionality only.

Export in editable format and pdf desirable
Comment 1 Jonathan Verner 2016-07-23 07:54:47 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)