When annotations are made in a pdf (or other file I suppose) the annotation file is updated only on save or close. I am working on a knowledge discovery/real-time collaboration system and would like to use Okular to continuously update the annotation file as the user makes changes. The annotation file is monitored by the system doing the knowledge representation. If this can be accomplished by a small hack in the source, I can have a go at it. Thanks.
That file is going to disappear eventually, don't base any code in it.
(In reply to Albert Astals Cid from comment #1) > That file is going to disappear eventually, don't base any code in it. Is there some way to talk directly to Okular to get the current annotations?
You can use the okular library to read annotations yes.
(In reply to Albert Astals Cid from comment #3) > You can use the okular library to read annotations yes. Excellent. Time to write some code. Thanks.