cycomanic / Menextract2pdf

Extract Mendely annotations to PDF FIles
GNU General Public License v3.0
35 stars 15 forks source link

all pdf pages saved; not only annotated ones #4

Closed diegodlh closed 6 years ago

diegodlh commented 7 years ago

Changed the add_annotation2pdf function slightly so the output file has all the document's pages instead of only the annotated ones. Tried to make as few changes as possible for compatibility with remainder of the function's code (e.g. kept indexing as first_page=1 instead of 0).

cycomanic commented 6 years ago

Good catch, thanks