View Single Post
Old 07-12-2022, 10:53 PM   #2
teleph
Junior Member
teleph began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2022
Device: android + moonreader
it seems that local PDF file annotations are saved directly to the file, but for the PDF files directly opened from cloud services, e.g. dropbox - their annotations especially drawings are lost forever...

the `<filename>.pdf.an` seems to be a zlib compressed plaintext file with bookmarks; hence as far as i can see it is not in a standard format like `.fdf` all my annotations and notes are lost.
```
zlib-flate -uncompress < filename.pdf.an > OUT_FILE
```

i would expect, at least a warning when annotating cloud cached files (since they are also locally saved in `/Books/.MoonReader/cloud/` folder) that they aren't stored within the PDF file itself. and when closed irrecoverably lost.

Last edited by teleph; 07-12-2022 at 10:56 PM.
teleph is offline   Reply With Quote