1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-18 21:40:06 +00:00
Commit Graph

378 Commits

Author SHA1 Message Date
Lu Wang
793c781e2b .. 2013-04-04 15:31:15 +08:00
Lu Wang
8a9d3225e5 .. 2013-04-04 14:41:49 +08:00
Lu Wang
f9a9ef2719 prevent accumulated offset 2013-04-04 12:39:49 +08:00
Lu Wang
7cc6f1efcd clean code 2013-04-04 01:35:44 +08:00
Lu Wang
add45cde74 restrict letter space optimization 2013-04-03 18:15:06 +08:00
Lu Wang
5102e8c3e0 make sure contents are cleared in TextLineBuffer::flush 2013-04-03 16:28:06 +08:00
Lu Wang
eaa3b35cfd still letter space optimization 2013-04-03 15:51:55 +08:00
Lu Wang
adefede660 optimize letter-space 2013-04-03 15:44:28 +08:00
Lu Wang
65fa519f2c working 2013-04-03 14:17:27 +08:00
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
2c96e52626 add --optimize-text; make --space-as-offse default 2013-04-03 09:06:32 +08:00
Lu Wang
0f6e8879d1 .. 2013-03-31 23:53:53 +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
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
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
21a57dc324 temporarily disable the optimize function 2013-03-21 22:29:38 +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
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
Lu Wang
bd1c9c138f fallback mode 2013-03-09 01:45:13 +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
Ryan Morlok
ff59857ef4 Added ability to explicitly specify page name format when splitting
output across multiple pages. Can include page number position
in the output file name.

Examples:
pdf2htmlEX --split-pages 1 foo.pdf bar%d.html
pdf2htmlEX --split-pages 1 foo.pdf bar%02d.page
2013-02-27 23:59:07 -06:00
Lu Wang
80fc92defe fix css 2013-02-28 02:52:00 +08:00
Lu Wang
eb0a1ef8a3 consistent css class names 2013-02-28 02:11:34 +08:00
Lu Wang
086a725863 .. 2013-02-26 00:40:35 +08:00
Lu Wang
f4613ceea5 process hidden text (render == 3), make them selectable in HTML. BREAK TEXT STROKE SIMULATION IN FIREFOX 2013-02-23 22:30:21 +08:00
Deepak Thukral
a22857b8ef better error messages. 2013-02-22 10:11:27 +01:00
Deepak Thukral
88d5a5b0ca process_outline 0 was trying to write manifest which did not exists. 2013-02-22 10:06:13 +01:00
Lu Wang
bc078cef78 .. 2013-02-21 17:55:58 +08:00
Lu Wang
1103f74b8a Don't mess up original glyphs when inserting a new empty char 2013-02-21 17:36:43 +08:00
Lu Wang
5947b1b953 .. 2013-02-21 16:40:15 +08:00