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

102 Commits

Author SHA1 Message Date
Lu Wang
7e636ffb8f fix typo; #218 2013-10-11 15:17:07 +08:00
Lu Wang
cddfaf6ae2 add rotating logo 2013-09-27 19:48:40 +08:00
Lu Wang
84b0966551 set correct width 2013-09-20 20:30:46 +08:00
Lu Wang
8cac1e6aaf improve accuray for type 3 fonts 2013-09-20 20:06:06 +08:00
Lu Wang
09856c0910 improve ascent/descent for type 3 fonts 2013-09-20 16:35:19 +08:00
Lu Wang
8812bb52fb scale type 3 fonts 2013-09-19 22:02:12 +08:00
Lu Wang
8c4e14b1fa working on type3 processing 2013-09-19 05:56:57 +08:00
Lu Wang
f04941bed0 support jpeg 2013-09-18 20:24:48 +08:00
Lu Wang
827b0aa33b experimental svg support 2013-09-18 15:49:18 +08:00
Lu Wang
4859a74819 initialize enc->unicode when there are too few elements 2013-09-10 20:13:00 +08:00
Lu Wang
4ce7fa3400 changelog; new function for checking valid unicode values 2013-07-10 11:40:11 +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
132478c1c1 new option: --override-fstype 2013-07-02 08:04:20 +08:00
Lu Wang
29ba79a378 removed '--remove-unused-glyph' 2013-06-17 23:29:22 +08:00
Michele Redolfi
a59c6a8865 fix bug: JS error when pdf contained single quotes in its name; add myself in AUTHORS as kindly request by Lu 2013-05-31 12:24:12 +02:00
Lu Wang
92454a9883 new option --embed, --embed-*; better ArgEntry 2013-05-27 07:43:26 +08:00
Lu Wang
de26cf056e add json encoding 2013-05-09 20:30:49 +08:00
Lu Wang
769f081609 set std glyph name when creating empty char 2013-05-04 22:05:43 +08:00
Lu Wang
0cd9405565 simple clipping 2013-05-04 19:26:26 +08:00
Lu Wang
84a2490200 workaround of soft hyphen 2013-05-04 13:52:58 +08:00
Lu Wang
bcf3bd793e remove special handling of base 14 fonts 2013-05-04 03:29:10 +08:00
Lu Wang
cf5507f997 workaround for NBSP 2013-05-02 14:32:17 +08:00
Lu Wang
e7a55c6371 working on nbsp 2013-05-02 00:56:37 +08:00
Lu Wang
7e5fc3080d vim modeline 2013-04-06 17:13:19 +08:00
Lu Wang
1ddcaafd57 rearrange files 2013-04-06 16:45:01 +08:00
Lu Wang
bc9318e33d separate TextLinebuffer and HTMLRenderer 2013-04-06 16:32:31 +08:00
Lu Wang
eb632c529e use unique_ptr in ArgParser 2013-04-06 00:00:03 +08:00
Lu Wang
ab2588a5fd merge sub/sup into one line 2013-04-05 21:53:34 +08:00
Lu Wang
cf636fd41f fix word space 2013-04-05 18:07:37 +08:00
Lu Wang
19b1852d62 add missing files 2013-04-04 22:14:49 +08:00
Lu Wang
7275ebde8b refactor state managers 2013-04-04 21:19:28 +08:00
Lu Wang
7d8775ea53 optimize the first state of each line 2013-04-04 16:28:59 +08:00
Lu Wang
3f962b5a9c improve text optimization 2013-04-03 14:04:39 +08:00
Lu Wang
b1121bf02b improve space optimization 2013-03-31 01:00:04 +08:00
Lu Wang
495b04f046 fix space optimization 2013-03-30 22:37:20 +08:00
Lu Wang
c24e10064c use correct metric when use cropbox; fixes 110 2013-03-28 14:59:24 +08:00
Lu Wang
6b9b12afdd create empty glyphs if missing, in order to prevent displaying the .notdef glyph 2013-03-24 23:27:19 +08:00
Lu Wang
ab884e8dd4 fix for old gcc 2013-03-21 19:03:20 +08:00
Ryan Morlok
6298c19a3b combined the sanitize and validate funcitons into a single function; limited the format characters supported to avoid validation complexity; updated documentation; feature implemented by Ryan Morlok (ryan.morlok@morlok.com) on behalf of Docalytics (http://www.docalytics.com/) 2013-03-18 01:39:02 -05:00
Ryan Morlok
ccc8ff4761 updated sanitize filename code to use size_t instead of raw number types 2013-03-18 00:29:30 -05:00
Ryan Morlok
c0972e1baa fixed missing include causing ci build to fail; cleaned up warnings about signed/unsigned comparison; cleaned up local string declarations 2013-03-17 23:51:14 -05:00
Ryan Morlok
3cafb540c6 updated split page filename formatting to not rely on regex to be compatible with older compilers. added several test cases to account for new implementation. updated documenation to more accurately reflect how split page filenames are generated. 2013-03-17 23:31:43 -05:00
Ryan Morlok
83c947462a added input sanitation for split page generation when accepting a custom outfile file name format. Added unit tests for various file name generation scenarios. 2013-03-17 00:08:06 -05:00
Lu Wang
4fabd5abf0 fix #100 2013-03-10 18:17:28 +08:00
Lu Wang
942b11633d .. 2013-03-10 13:23:52 +08:00
Lu Wang
34a53f9d14 use img instead of background-image for better printing 2013-03-01 13:24:29 +08:00
Lu Wang
f982a6964c background image css for print 2013-02-28 22:37:15 +08:00
Lu Wang
c32cb95c45 change css names 2013-02-28 15:59:14 +08:00
Lu Wang
2d5dc47367 fix build for gcc 4.4.6 2013-02-28 10:15:01 +08:00
Lu Wang
80fc92defe fix css 2013-02-28 02:52:00 +08:00