Bug 365993 - Featurerequest Print or Export Review-Marks
Summary: Featurerequest Print or Export Review-Marks
Status: REPORTED
Alias: None
Product: okular
Classification: Applications
Component: printing (show other bugs)
Version: 0.22.1
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL: https://s32.postimg.org/vhfcrp3dh/oku...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-22 20:13 UTC by Florian.kr
Modified: 2016-07-23 07:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)