Lu Wang
a26076751e
Update README.md
2013-09-06 14:56:28 +08:00
Lu Wang
a7f2731836
update README
2013-09-05 20:42:24 +08:00
Michele Redolfi
6abc16fb53
NR_PAGES_TO_PRERENDER_ON_ZOOM is now called SMOOTH_ZOOM_THRESHOLD
2013-08-13 11:33:06 +02:00
Lu Wang
a124926862
typo
2013-08-09 06:53:44 +08:00
Lu Wang
b6f5855533
typo
2013-08-09 06:52:07 +08:00
Michele Redolfi
ed1df3b470
clean up
2013-07-17 09:47:13 +02:00
Michele Redolfi
ea1878e233
caching of height / width; rendering optimizations while zooming
2013-07-16 20:19:25 +02:00
Michele Redolfi
43c330f9b7
basic zoom 0.1
2013-07-16 17:42:02 +02:00
Daniel Bonniot
b78cdd0a9d
Use scrollHeight to find out how to scroll to the end for ctrl-end.
...
https://github.com/coolwanglu/pdf2htmlEX/issues/180
2013-07-14 16:34:02 +02:00
Lu Wang
4ce7fa3400
changelog; new function for checking valid unicode values
2013-07-10 11:40:11 +08:00
Lu Wang
0044e9b17c
fix --optimize-text
2013-07-06 10:10:41 +08:00
Lu Wang
136991135d
show font names in debug messages
2013-07-06 09:16:16 +08:00
Lu Wang
ff7469a521
..
2013-07-06 05:59:45 +08:00
Lu Wang
c87d1e143a
Merge pull request #182 from joshweinstein/patch-1
...
Replaced errant colon with a semicolon.
2013-07-05 13:56:26 -07:00
joshweinstein
8cc3852b26
Replaced errant colon with a semicolon.
2013-07-05 15:20:45 -04:00
Lu Wang
e9b7ce3b79
Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX
2013-07-05 10:52:50 +08:00
Lu Wang
92274d2502
reencode to unicode full before generating a font, such that FF won't ditch glyphs
2013-07-05 10:52:31 +08:00
Lu Wang
07d843c7f8
..
2013-07-04 13:19:12 +08:00
Daniel Bonniot
bf210751f7
Added myself in AUTHORS, as requested
2013-07-03 22:35:49 +02:00
Daniel Bonniot
08ba884b7f
Simplify the implementation of ctrl-home, we don't need to care about pages in this case.
...
https://github.com/coolwanglu/pdf2htmlEX/issues/180
2013-07-03 22:16:41 +02:00
Daniel Bonniot
972c92540e
Use return in the non-handled key cases, and call preventDefault() in a single place, as suggested.
...
https://github.com/coolwanglu/pdf2htmlEX/issues/180
2013-07-03 22:02:59 +02:00
Daniel Bonniot
4bde91423d
https://github.com/coolwanglu/pdf2htmlEX/issues/180
...
Scroll pages with alt-page up/down, not page up/down.
Implement screen scrolling for page up/down.
Fix comment about which key is up (code was right, but comments were inverted :D)
2013-07-03 12:16:32 +02:00
Daniel Bonniot
d9bd8106fe
https://github.com/coolwanglu/pdf2htmlEX/issues/180
...
Call e.preventDefault() when the key was handled.
2013-07-03 11:27:12 +02:00
Daniel Bonniot
40dc097ebd
https://github.com/coolwanglu/pdf2htmlEX/issues/180
...
Better name for the key handler.
2013-07-03 11:22:42 +02:00
Daniel Bonniot
316d547ac0
https://github.com/coolwanglu/pdf2htmlEX/issues/180
...
Add key handler, and implement page up, page down, ctrl-home and ctrl-end.
First commit on github and first javascript coding :)
2013-07-03 09:57:00 +02:00
Lu Wang
17c351c810
..
2013-07-03 12:02:00 +08:00
Lu Wang
132478c1c1
new option: --override-fstype
2013-07-02 08:04:20 +08:00
Lu Wang
1fc7027395
check if em size is 0
2013-07-01 12:01:29 +08:00
Lu Wang
50d261867a
fix space width
2013-07-01 10:19:30 +08:00
Lu Wang
0afced18bd
disable auto ligature in ff
2013-06-26 20:03:58 +08:00
Lu Wang
fcea225f36
include cstdio for remove()
2013-06-25 04:45:07 +08:00
Lu Wang
29ba79a378
removed '--remove-unused-glyph'
2013-06-17 23:29:22 +08:00
Lu Wang
4a7e067059
..
2013-06-14 03:22:50 +08:00
Lu Wang
b71efb7f4e
fix .data()
2013-06-13 23:08:47 +08:00
Lu Wang
3b3efb6845
add dollar sign for jquery objects
2013-06-13 23:00:42 +08:00
Lu Wang
b6df9d5763
Merge remote-tracking branch 'origin/lazyload'
2013-06-13 22:45:39 +08:00
Lu Wang
7008cd8fba
Merge pull request #171 from micred/lazyload
...
lazy load with deferrered scroll_to
2013-06-13 07:42:04 -07:00
Michele Redolfi
25a3273bac
event triggering removed
2013-06-13 14:40:50 +02:00
Michele Redolfi
51dd4fdecd
load_page idx now starts from 1; pages_loading move to Viewer instance; fixes; pdf2htmlEX.js.in executable bit removed;
2013-06-13 12:39:52 +02:00
Lu Wang
6d135d7fc0
more strict Matrix_less, which was inconsistent
2013-06-13 18:38:46 +08:00
Lu Wang
fe96b572ef
..
2013-06-13 18:00:25 +08:00
Michele Redolfi
d5ade42d5a
lazy load with deferrered scroll_to
2013-06-12 17:53:14 +02:00
Lu Wang
47267669ce
fixed a wrong optimization when opening a new text line
2013-06-12 13:21:10 +08:00
Lu Wang
dd41565c3c
dump empty frames for split-pages
2013-06-09 22:19:12 +08:00
Lu Wang
69d083b27b
auto run test in travis ci
2013-06-07 01:15:51 +08:00
Lu Wang
6e753c1465
add test in makefile
2013-06-07 01:15:14 +08:00
Lu Wang
66b9c52c98
Merge pull request #164 from rmorlok/master
...
Fixing unit tests
2013-06-06 21:32:56 -07:00
Ryan Morlok
1544149e04
updating test_naming.py unit tests to make the expected values consistent with new output structure and make calls to pdf2htmlEX use updated command line arguments
2013-06-04 13:03:29 -05:00
Lu Wang
cf1c668b81
Merge pull request #160 from micred/jsonescape
...
fix bug: JS error when pdf contained single quotes in its name; add myse...
2013-05-31 19:23:26 -07:00
Lu Wang
73d84524f8
override default unicode bidi for RTL languages like Hebrew
2013-05-31 22:17:14 +08:00