1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-19 21:50:08 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
Lu Wang
d17e340643 fix space height 2012-09-19 12:24:13 +08:00
Lu Wang
7ee0cc0111 add class for height 2012-09-16 15:53:41 +08:00
Lu Wang
ec57ec7ef3 rounding float point numbers 2012-09-14 15:18:29 +08:00
Lu Wang
4a5c3e1d3e show warning when file cannot be opened 2012-09-14 14:53:24 +08:00
Lu Wang
4b2b7be7cf add data-dir 2012-09-13 00:16:34 +08:00
Lu Wang
61cdce7e7d add manifest & split-pages 2012-09-12 23:26:14 +08:00
Hongliang TIAN
90d97e4df2 Silent Chrome warning by using MIME type font/opentype 2012-09-11 21:21:38 +08:00
Lu Wang
64a765e90f fix a potential dangerous pointer 2012-09-11 16:37:41 +08:00
Lu Wang
efd15e3735 rearrange files 2012-09-10 13:08:47 +08:00
Lu Wang
a9cc5b7031 remove boost::algorithm 2012-09-10 02:26:10 +08:00
Lu Wang
52df16011f removing boost::filesystem 2012-09-10 00:21:46 +08:00
Lu Wang
16de2e5f5e buildable with gcc 4.4.6 2012-09-09 14:48:10 +08:00
Lu Wang
296e91c951 optimize code; add some scope guards 2012-09-08 01:09:09 +08:00
Lu Wang
ff9b079a4f git rid of boost::format 2012-09-08 00:38:41 +08:00
Lu Wang
6079a05e34 first implemenation of LineBuffer 2012-09-04 23:33:15 +08:00
Lu Wang
9a2047777f use asc/dec of local matched font if possible 2012-08-31 15:50:14 +08:00
Lu Wang
e9b353c3de do not round the coordinates 2012-08-30 23:36:30 +08:00
Lu Wang
4b1aff0da5 Better solution for ascent/descent
but need more work when:
- different styles in the same line
- non-embedded fonts (that we cannot find the correct ascent/descent)
2012-08-30 20:08:42 +08:00
Lu Wang
6f87affd82 corrected vertical position of LaTeX Math fonts, but this may hurt the font? just wait for bugs 2012-08-30 01:01:45 +08:00
Lu Wang
a65c4924c2 better bold/italic recognition 2012-08-27 07:17:48 +08:00
Lu Wang
cde35df1a1 add a class for rise 2012-08-24 19:40:43 +02:00
Lu Wang
f07fe3089c better accuracy with new positioning method, but break text selection in Chrome 2012-08-23 18:29:40 +02:00
Lu Wang
e9f48e7480 don't write double in scientific notation 2012-08-21 22:22:56 +02:00
Lu Wang
9ed6e9c325 integrate negative whtiespace; restructru prepare_line 2012-08-16 20:26:09 +08:00
Lu Wang
5882a5e288 fixed a tm recognition bug 2012-08-16 14:24:38 +08:00
Lu Wang
820c37607e enable shift-left again, bug fixed 2012-08-16 14:00:30 +08:00
Lu Wang
87204a9e9e clean code; add support for letter-spacing, word-spacing, horizontal-scale and rise 2012-08-15 18:48:11 +08:00
Lu Wang
5c2fa8ead1 .. 2012-08-15 11:15:33 +08:00
Lu Wang
58eaeb8f22 font embedding 2012-08-15 02:46:53 +08:00
Lu Wang
5a157def7e background image embedding works now 2012-08-15 02:28:19 +08:00
Lu Wang
1bee39547e working on base64 2012-08-14 21:23:33 +08:00
Lu Wang
0182ea303b clean code 2012-08-14 17:50:16 +08:00
Lu Wang
04eecc6cd3 clean code: namespace 2012-08-14 17:13:29 +08:00
Lu Wang
5f7f28a41f better file structure 2012-08-14 16:23:15 +08:00
Lu Wang
0982bf8b34 split HTMLRenderer.cc 2012-08-14 14:35:55 +08:00