1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 20:50:07 +00:00
This commit is contained in:
Lu Wang 2013-10-06 19:57:44 +08:00
parent c7e6c52f3c
commit cbb9fc71e3
2 changed files with 4 additions and 1 deletions

3
TODO
View File

@ -1,3 +1,6 @@
key handler on $container instead of window?
fix get_next/prev_page
- dots issue
- AdobeXML*.pdf
- font issue

View File

@ -394,7 +394,7 @@ var pdf2htmlEX = (function(){
e.preventDefault();
return;
}
}
});
},
// Find the first page that is at least half a page below the current position
get_next_page : function() {