View Single Post
Old 04-09-2021, 05:59 PM   #4
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,396
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by rfog View Post
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
pazos is offline   Reply With Quote