Quote:
Originally Posted by rfog
I'm sorry but shows empty.
Not Boox NeoReader3 annotations/bookmarks, not the ones done with PDF Expert in macOS and not with PDF Viewer in iOS (PSPDFkit) nor DevonThink ToGo (in iOS).
All programs see each other annotations but KOReader sees nothing. Is it using the standard PDF annotation or a self-designed one?
|
I just assumed you want to see the bookmarks done in the program. My bad.
The program uses MuPDF and MuPDF supports pdf annotations:
https://github.com/ArtifexSoftware/m...df/pdf-annot.c
So, it should be possible to get the behaviour you want. Patches welcome.
The other way around should work (ie: highlights made in KOReader would become part of the PDF if you choose to save them in the file and will be available for programs that list pdf annotations).
AFAICT the program uses an internal representation of highlights (where annotations are just edited highlights). That's true for all supported formats. PDF is a bit special in the sense it is possible to write *some* changes to the file.
Edit: current logic in
https://github.com/koreader/koreader...ment-798968397