1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 18:30:34 +00:00
Commit Graph

1569 Commits

Author SHA1 Message Date
Duan Yao
b9899d8d4a Fix issue in char displacement calculation. 2014-06-29 13:08:53 +08:00
Duan Yao
f705a98581 Improve DrawingTracer::stroke() by break path into steps. 2014-06-29 13:04:12 +08:00
Duan Yao
a57b61731d Fix Travis build 2014-06-29 13:04:12 +08:00
Duan Yao
e468f03494 Fix covered text processing issue (in DrawingTracer::set_ctm) when zoom != 1 2014-06-29 13:04:12 +08:00
Duan Yao
4ab00e3644 Add check of nullptr to fallback_bg_renderer; remove outdated comment. 2014-06-29 13:04:12 +08:00
Duan Yao
69ceff7dbd Delete an unintentionally commited file. 2014-06-29 13:04:12 +08:00
Duan Yao
a5ac6b4d0d Make SplashBackgroundRenderer working with --process-covered-text 2014-06-29 13:04:12 +08:00
Duan Yao
55d45acd32 Code cleaning 2014-06-29 13:04:12 +08:00
Duan Yao
1d95b73eee Handle clips during processing of covered text. 2014-06-29 13:04:12 +08:00
Duan Yao
bd3f165ae2 Handle texts covered by paths; concentrate drawing tracing codes to DrawingTracer calss; disable CSS drawing. 2014-06-29 13:04:12 +08:00
Duan Yao
ce28c00a49 Implement covered text handling. 2014-06-29 13:04:12 +08:00
Lu Wang
9c0b2a8a74 fix rise with optimize-text 2014-06-28 02:04:20 -07:00
Lu Wang
fefd307016 fix for rise 2014-06-28 00:04:59 -07:00
Lu Wang
54c346fb22 Merge pull request #371 from duanyao/proof_output
Implement proof output
2014-06-27 01:32:05 -07:00
Duan Yao
0b82165543 Proof mode: stroke and fill texts to improve visibility. 2014-06-27 16:11:42 +08:00
Duan Yao
aa15515247 Improve coding style of proof mode. 2014-06-27 11:35:00 +08:00
Duan Yao
f8d8a58deb Implement proof output 2014-06-26 21:28:32 +08:00
Lu Wang
3c5d491a95 Merge pull request #375 from duanyao/Fix_abs
Fix issue of calling abs() in C stdlib
2014-06-24 11:29:28 -07:00
Duan Yao
04c66439ba Fix issue of calling abs() in C stdlib 2014-06-24 16:31:33 +08:00
Lu Wang
5b631c2800 Merge branch 'incoming' of github.com:coolwanglu/pdf2htmlEX into incoming 2014-06-23 17:35:49 -07:00
Duan Yao
d09a47d84f Code cleaning. 2014-06-23 17:35:40 -07:00
Duan Yao
ba1358c241 Improve help texts for --svg-node-count-limit and --svg-embed-bitmap; rename --svg-nodes-limit to --svg-node-count-limit. 2014-06-23 17:35:40 -07:00
Duan Yao
24a6f1fee8 Fix bad usage of html_renderer->str_fmt() in get_bitmap_path(); add prefix to bitmap file name. 2014-06-23 17:35:39 -07:00
Duan Yao
ca3a777451 Some coding style improvements 2014-06-23 17:35:39 -07:00
Duan Yao
e95fb03aec Implement --svg-embed-bitmap: saving bitmaps in svg as external files. 2014-06-23 17:35:39 -07:00
Duan Yao
6bf2824b1f Move BackgroundRenderer fallback logic to HTMLRenderer. 2014-06-23 17:35:39 -07:00
Duan Yao
d3340ce04a fix travis build 2014-06-23 17:35:39 -07:00
Duan Yao
85a7c43f83 Add svg-nodes-limit option to avoid overly complicated svg background. 2014-06-23 17:35:39 -07:00
Lu Wang
a36c612744 typo 2014-06-23 17:35:39 -07:00
Lu Wang
fdd858b102 for latest fontforge 2014-06-23 17:35:39 -07:00
WANMIN LIU
21624b3605 Update README.md
typo.
2014-06-19 22:50:44 +08:00
Lu Wang
2068b7825e Update README.md 2014-06-18 15:37:03 -07:00
Lu Wang
111fbae993 Update README.md 2014-06-18 15:31:55 -07:00
Lu Wang
0edbddf528 Update README.md 2014-06-18 14:30:53 -07:00
Lu Wang
04630b3020 Merge pull request #364 from duanyao/svg_extern_bitmap
Svg extern bitmap & svg node count limit
2014-06-16 21:56:55 -07:00
Duan Yao
ac8208a693 Code cleaning. 2014-06-17 11:59:45 +08:00
WANMIN LIU
887448a9df Update README.md
Emphasize that pdf2htmlEX is also an online publishing tool.
2014-06-16 23:34:04 +08:00
Lu Wang
5394406f5a Update README.md 2014-06-16 02:43:33 -07:00
Lu Wang
944e570751 Update README.md 2014-06-14 07:28:08 -07:00
Lu Wang
160a593e4a Update README.md 2014-06-13 23:14:18 -07:00
Duan Yao
fdbc70401f Improve help texts for --svg-node-count-limit and --svg-embed-bitmap; rename --svg-nodes-limit to --svg-node-count-limit. 2014-06-14 12:26:35 +08:00
Duan Yao
5681fe11c0 Fix bad usage of html_renderer->str_fmt() in get_bitmap_path(); add prefix to bitmap file name. 2014-06-14 12:26:35 +08:00
Duan Yao
edb0ddacea Some coding style improvements 2014-06-14 12:26:34 +08:00
Duan Yao
0586c88d26 Implement --svg-embed-bitmap: saving bitmaps in svg as external files. 2014-06-14 12:26:34 +08:00
Duan Yao
4add9da6e4 Move BackgroundRenderer fallback logic to HTMLRenderer. 2014-06-14 12:26:34 +08:00
Duan Yao
1764c1c334 fix travis build 2014-06-14 12:26:34 +08:00
Duan Yao
82b0569c06 Add svg-nodes-limit option to avoid overly complicated svg background. 2014-06-14 12:26:34 +08:00
Duan Yao
4865d3aa5c Add Duan Yao to AUTHORS 2014-06-14 12:26:34 +08:00
Duan Yao
ceea8193d8 Fix XHR failure for file: protocol. 2014-06-14 12:26:34 +08:00
Lu Wang
5ce2cf7a80 typo 2014-06-13 13:39:54 -07:00