Lu Wang
|
78fe4b99e8
|
comments
|
2013-04-03 14:10:11 +08:00 |
|
Lu Wang
|
3f962b5a9c
|
improve text optimization
|
2013-04-03 14:04:39 +08:00 |
|
Lu Wang
|
1803111023
|
update manpage
|
2013-04-03 11:03:57 +08:00 |
|
Lu Wang
|
2c96e52626
|
add --optimize-text; make --space-as-offse default
|
2013-04-03 09:06:32 +08:00 |
|
Lu Wang
|
e3eff29dec
|
Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX
|
2013-04-02 18:34:28 +08:00 |
|
Lu Wang
|
0f6e8879d1
|
..
|
2013-03-31 23:53:53 +08:00 |
|
Lu Wang
|
13873d990f
|
..
|
2013-03-31 17:41:38 +08:00 |
|
Lu Wang
|
e454d784bd
|
clean code
|
2013-03-31 12:53:44 +08:00 |
|
Lu Wang
|
472b3564e6
|
..
|
2013-03-31 12:50:31 +08:00 |
|
Lu Wang
|
dedb061c69
|
update manpage
|
2013-03-31 05:32:12 +08:00 |
|
Lu Wang
|
7e04c3b914
|
todo
|
2013-03-31 01:30:24 +08:00 |
|
Lu Wang
|
99213d4e0b
|
don't add space for tiny gaps
|
2013-03-31 01:21:14 +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
|
0268a9d966
|
Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX
|
2013-03-28 14:59:48 +08:00 |
|
Lu Wang
|
c24e10064c
|
use correct metric when use cropbox; fixes 110
|
2013-03-28 14:59:24 +08:00 |
|
Lu Wang
|
7857527e9e
|
..
|
2013-03-25 22:53:39 +08:00 |
|
Lu Wang
|
ffd4072aa8
|
..
|
2013-03-25 22:52:00 +08:00 |
|
Lu Wang
|
8942f92a9c
|
working on space optimization
|
2013-03-25 12:23:29 +08:00 |
|
Lu Wang
|
88c18d56d6
|
..
|
2013-03-25 00:15:08 +08:00 |
|
Lu Wang
|
8df2869a91
|
todo
|
2013-03-25 00:04:41 +08:00 |
|
Lu Wang
|
3bdb8fdacd
|
..
|
2013-03-24 23:37:41 +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
|
9531a3d8c2
|
fix line merging
|
2013-03-24 21:42:51 +08:00 |
|
Lu Wang
|
19a86e98bf
|
..
|
2013-03-24 19:06:47 +08:00 |
|
Lu Wang
|
f8ee702dfe
|
..
|
2013-03-24 18:24:09 +08:00 |
|
Lu Wang
|
90d99d5000
|
working on line merging
|
2013-03-24 17:18:13 +08:00 |
|
Lu Wang
|
b337163361
|
Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX
|
2013-03-21 22:30:01 +08:00 |
|
Lu Wang
|
21a57dc324
|
temporarily disable the optimize function
|
2013-03-21 22:29:38 +08:00 |
|
Lu Wang
|
c57bd1a655
|
Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX
|
2013-03-21 19:03:48 +08:00 |
|
Lu Wang
|
ab884e8dd4
|
fix for old gcc
|
2013-03-21 19:03:20 +08:00 |
|
Lu Wang
|
7ea4f054bb
|
todo
|
2013-03-21 12:30:45 +08:00 |
|
Lu Wang
|
821a65ac73
|
fix space optimization
|
2013-03-21 12:27:07 +08:00 |
|
Lu Wang
|
8ef466714e
|
working on space optimization
|
2013-03-21 12:18:26 +08:00 |
|
Lu Wang
|
b83611bd65
|
working
|
2013-03-20 23:46:58 +08:00 |
|
Lu Wang
|
2383470dec
|
Update README.md
|
2013-03-19 23:37:50 +08:00 |
|
Lu Wang
|
3a06f7aa07
|
..
|
2013-03-19 20:14:41 +08:00 |
|
Lu Wang
|
e2275f7c6c
|
..
|
2013-03-19 19:00:40 +08:00 |
|
Lu Wang
|
0787638153
|
..
|
2013-03-18 23:00:35 +08:00 |
|
Lu Wang
|
74917fcc3a
|
update AUTHORS
|
2013-03-18 16:57:33 +08:00 |
|
Lu Wang
|
eb45e472a7
|
Merge pull request #98 from rmorlok/master
Added ability to customize page name format for split rendering
|
2013-03-17 23:48:35 -07: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
|
4614e0c18d
|
Merge remote-tracking branch 'upstream/master'
|
2013-03-17 23:32:32 -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 |
|
Lu Wang
|
c1135487e7
|
..
|
2013-03-18 11:03:11 +08:00 |
|
Lu Wang
|
491456688c
|
Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX
|
2013-03-18 10:29:32 +08: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 |
|
Ryan Morlok
|
af8e9c10ae
|
Merge remote-tracking branch 'upstream/master'
|
2013-03-16 13:30:42 -05:00 |
|