jlegewie / zotfile

Zotero plugin to manage your attachments: automatically rename, move, and attach PDFs (or other files) to Zotero items, sync PDFs from your Zotero library to your (mobile) PDF reader (e.g. an iPad, Android tablet, etc.), and extract PDF annotations.
4.06k stars 282 forks source link

Zotero pdf extraction footnote and eof page number. #526

Open tenazur opened 3 years ago

tenazur commented 3 years ago

Hi, I am using zotfile for extracting annotations from pdfs. There is no other solution. for this task :D . I added formattable page numbers by checking every annotations page number when it changes adds formatted text. I added footnote functionality . Code creates an footnote array. when there is a change in data of formatted text adds it to array . finally adds all items in footnote to end of file. it can be used as anchored links, Page links, etc. I will use this functionality with mdnotes. Lots of URL's in text distracting so sending them to footnote seems legit option. At default settings it adds page numbers after last annotation of page which can be changed by configuration settings. I am not a coder but trying to learn.