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

792 Commits

Author SHA1 Message Date
Lu Wang
42bbfe5d22 Revert "We are not printing, so we need this after all"
This reverts commit dde8a1897d.
2014-06-06 21:52:40 -07:00
Lu Wang
c4aa9cb384 new option: --process-annotation 2014-06-06 21:43:53 -07:00
Lu Wang
d335ce0f70 fix build 2014-02-08 21:13:19 +08:00
Lu Wang
d0c77dc2c5 fix build 2014-02-08 20:43:49 +08:00
Lu Wang
50309b14a6 fix build 2014-02-08 20:40:25 +08:00
Lu Wang
c0371a07a6 fix build for latest poppler and fontforge 2014-02-08 20:35:33 +08:00
Lu Wang
ca5324c0e6 show message about old version of fontforge 2014-01-18 15:16:02 +08:00
Lu Wang
949d11ae1c Merge pull request #285 from marcsanfacon/master
Make it work on MingW
2014-01-16 00:27:14 -08:00
Marc Sanfacon
f0c260d6a0 Renamed win32.* -> mingw.* 2014-01-15 08:29:46 -05:00
Marc Sanfacon
94ddd697a6 Modifications following code review 2014-01-14 09:39:14 -05:00
Lu Wang
9c254313ec remove old option: font-suffix 2014-01-14 20:40:21 +08:00
Marc Sanfacon
5aebf2c738 Make it work on MingW 2014-01-13 20:08:23 -05:00
Lu Wang
166efc3892 clean detection for WIN32 2014-01-13 20:37:00 +08:00
Lu Wang
6993ef1368 fix build; changelog 2014-01-11 16:36:19 +08:00
Lu Wang
1cd9f00955 clean 2014-01-11 16:25:09 +08:00
Lu Wang
ae7c8e8d9c Merge pull request #254 from marcsanfacon/master
MinGW Port & 2 new options
2014-01-11 00:10:59 -08:00
Denis Sablic
dde8a1897d We are not printing, so we need this after all 2014-01-09 15:06:18 +01:00
Marc Sanfacon
5fab160e05 Modifications following code review
Fixed rmdir under Windows/MINGW
2014-01-09 08:14:12 -05:00
Denis Sablic
7b2fc64462 Removed commented-out code 2014-01-09 13:07:10 +01:00
Denis Sablic
2e4689915b Honor vdpi and hdpi parameters with SVG background output 2014-01-09 11:17:20 +01:00
Marc Sanfacon
652b40971a Revert "+ quiet parameter"
This reverts commit defc1738be.
2014-01-08 10:50:32 -05:00
Marc Sanfacon
defc1738be + quiet parameter 2013-12-27 13:52:07 -05:00
Lu Wang
54e971bfc0 .. 2013-12-26 19:57:24 +08:00
Lu Wang
2c5ccccf59 .. 2013-12-26 19:52:03 +08:00
Lu Wang
aea00515fe WIP: HTMLTextLine 2013-12-22 16:59:59 +08:00
Lu Wang
11b488e236 working on --optimize-text 3 2013-12-21 22:47:54 +08:00
Marc Sanfacon
42fea5b1ad Renamed output-size-limit to tmp-file-size-limit
Added information to man
2013-12-14 17:38:02 -05:00
Marc Sanfacon
5f388ad147 Use _mkdir in Windows 2013-12-06 11:17:43 -05:00
Marc Sanfacon
4ffb2abb19 Adjusted the message for tmp-dir
Added my name in Author
2013-12-06 08:29:53 -05:00
Marc Sanfacon
a47d42ad4b Modifications following review from Lu. Win32 modifications are now more localized 2013-12-05 15:20:53 -05:00
Marc Sanfacon
45f9cd116b Trim the withespaces & \r before comparing the lines to fix Windows \r 2013-11-29 14:00:14 -05:00
Marc Sanfacon
c1f3fa6178 Fixed Linux build. Link with all libraries under MINGW only. 2013-11-24 10:20:25 -05:00
Marc Sanfacon
57c02b1972 Added a parameter to limit the output size. This is an estimate, but should be good enough. 2013-11-22 16:39:28 -05:00
Marc Sanfacon
589047144a Added an option to specify the base temporary directory 2013-11-22 16:12:59 -05:00
Marc Sanfacon
d4d86ca3fe data directory under Windows is located unde data in pdf2htmlEX.exe path by default 2013-11-22 15:16:21 -05:00
Marc Sanfacon
8c65a2826b Compile under MinGW 2013-11-22 13:32:40 -05:00
Lu Wang
35ede66f50 remove some pointers to --single-html 2013-11-13 16:14:12 +08:00
Lu Wang
4a8d0bcd31 clean a few pointers to jquery 2013-11-09 16:22:45 +08:00
Lu Wang
c57085f600 always generate ttf first; use woff as default 2013-11-08 13:53:42 +08:00
Lu Wang
af60845550 remove page_decoration 2013-11-04 23:53:38 +08:00
Lu Wang
aa30d82d7a .. 2013-10-27 15:32:50 +08:00
Lu Wang
d39f83f15d disable u+2029 2013-10-27 15:18:17 +08:00
Lu Wang
a3642c6265 fix #226 2013-10-27 15:11:24 +08:00
Lu Wang
8ba0ce3e25 update jquery; include jquery from google cdn 2013-10-21 15:04:34 +08:00
Lu Wang
ed99bcd54c .. 2013-10-18 17:34:43 +08:00
Lu Wang
25b70bb1e1 output* -> write* 2013-10-18 16:31:59 +08:00
Lu Wang
4044528230 added a link for escaping ` for ie 2013-10-18 15:47:16 +08:00
Lu Wang
fd00c5f698 new escaping function for html tag attributes 2013-10-18 15:40:51 +08:00
Lu Wang
ce8d2bf51f .. 2013-10-17 20:01:04 +08:00
Lu Wang
c0b745f6c5 show error message for mkdtemp 2013-10-17 11:52:55 +08:00
Lu Wang
7e636ffb8f fix typo; #218 2013-10-11 15:17:07 +08:00
Lu Wang
0ba379cbdb show hints for font hinting tool 2013-10-03 15:19:41 +08:00
Lu Wang
23c4c4d4fe Merge pull request #186 from micred/reactivezoom
yet another zoom
2013-09-30 00:12:52 -07:00
Lu Wang
5ef5030435 remove deprecated prefixes 2013-09-28 11:35:54 +08:00
Lu Wang
cddfaf6ae2 add rotating logo 2013-09-27 19:48:40 +08:00
Lu Wang
2e53655b27 fix #208 2013-09-26 10:09:42 +08:00
Lu Wang
0be34cb104 fix #206 2013-09-25 21:53:24 +08:00
Lu Wang
17ba60c0a4 .. 2013-09-25 15:13:50 +08:00
Lu Wang
8fd29cd94c fix build 2013-09-23 16:47:16 +08:00
Lu Wang
25506791a6 reorganize poppler files 2013-09-23 16:40:48 +08:00
Lu Wang
e2016d9fca fix build for old poppler 2013-09-23 16:37:02 +08:00
Lu Wang
09203f61a4 new option --process-type3 2013-09-21 13:56:57 +08:00
Lu Wang
197317a9a7 clean code 2013-09-20 21:17:39 +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
4dad850ff7 .. 2013-09-19 06:06:22 +08:00
Lu Wang
be689f369f some comments 2013-09-19 06:05:03 +08:00
Lu Wang
8c4e14b1fa working on type3 processing 2013-09-19 05:56:57 +08:00
Lu Wang
fdcf9e634c disable dump_type3_font 2013-09-19 02:42:48 +08:00
Lu Wang
ea4fb47f04 working on dumping type 3 glyphs 2013-09-19 02:41:00 +08:00
Lu Wang
2d1b810c4e remove debug info 2013-09-19 00:20:03 +08:00
Lu Wang
e45a49d40e fix for svg 2013-09-19 00:17:56 +08:00
Lu Wang
d78a4b4154 changelog 2013-09-18 20:30:52 +08:00
Lu Wang
f04941bed0 support jpeg 2013-09-18 20:24:48 +08:00
Lu Wang
dd9d21cb19 new option: --bg-format 2013-09-18 18:01:56 +08:00
Lu Wang
bcadc6be6a .. 2013-09-18 16:53:42 +08:00
Lu Wang
51499dcff0 .. 2013-09-18 16:52:56 +08:00
Lu Wang
261aba67c3 option ENABLE_SVG in cmake 2013-09-18 16:16:40 +08:00
Lu Wang
827b0aa33b experimental svg support 2013-09-18 15:49:18 +08:00
Lu Wang
14815eb666 fix build for old poppler 2013-09-16 20:39:53 +08:00
Lu Wang
99102fb90c fix build 2013-09-16 20:09:33 +08:00
Lu Wang
f45e4e1c36 fix build 2013-09-16 20:05:17 +08:00
Lu Wang
ccfe509e57 dump only bounding box of the background image 2013-09-16 19:53:52 +08:00
Lu Wang
7534466d75 do not embed empty bg image 2013-09-16 16:30:00 +08:00
Lu Wang
4859a74819 initialize enc->unicode when there are too few elements 2013-09-10 20:13:00 +08:00
Michele Redolfi
43c330f9b7 basic zoom 0.1 2013-07-16 17:42:02 +02:00
Lu Wang
4ce7fa3400 changelog; new function for checking valid unicode values 2013-07-10 11:40:11 +08:00
Lu Wang
0044e9b17c fix --optimize-text 2013-07-06 10:10:41 +08:00
Lu Wang
136991135d show font names in debug messages 2013-07-06 09:16:16 +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
17c351c810 .. 2013-07-03 12:02:00 +08:00
Lu Wang
132478c1c1 new option: --override-fstype 2013-07-02 08:04:20 +08:00
Lu Wang
1fc7027395 check if em size is 0 2013-07-01 12:01:29 +08:00
Lu Wang
50d261867a fix space width 2013-07-01 10:19:30 +08:00
Lu Wang
fcea225f36 include cstdio for remove() 2013-06-25 04:45:07 +08:00
Lu Wang
29ba79a378 removed '--remove-unused-glyph' 2013-06-17 23:29:22 +08:00
Lu Wang
b6df9d5763 Merge remote-tracking branch 'origin/lazyload' 2013-06-13 22:45:39 +08:00
Lu Wang
6d135d7fc0 more strict Matrix_less, which was inconsistent 2013-06-13 18:38:46 +08:00