1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-15 13:28:50 +00:00
Commit Graph

182 Commits

Author SHA1 Message Date
Stephen Gaito
1443001a99 added more information on how to catch overloaded virtuals 2019-06-28 17:09:18 +01:00
Trent Petersen
9ed21007e5
New master (#2)
* Show header in font map files

* fix a usage of unique_ptr with array

* Added '--quiet' argument to hide progress messages (resolves #503)

* Revert cout messages to cerr (see #622)

* bump version

* fix build; fix some coverity warnings

* Many bug fixes and improvements, including:

- Incorporated latest Cairo files from cairo-0.15.2
- Moved build to out-of-source
- Added clean script
- Rewritten correct_text_visibility option to improve accuracy
- Transparent characters drawn on background layer
- Improved bad unicode detection

* Many bug fixes and improvements, including:

- Incorporated latest Cairo files from cairo-0.15.2
- Moved build to out-of-source
- Added clean script
- Rewritten correct_text_visibility option to improve accuracy
- Transparent characters drawn on background layer
- Improved bad unicode detection

* Rationlise DPI to single number.
Implement actual_dpi - clamp maximum background image size in cases of huge PDF pages

* DPI fixes - increase DPI when partially covered text to covered-text-dpi
Add font-style italic for oblique fonts
Reduce char bbox for occlusion tests

* Don't shrink bbox - not required if zoom=25 used

* Ignore occlusion from stroke/fill with opacity < 0.5
Better compute char bbox for occlusion
Use 10% inset for char bbox for occlusion
Back out adding font-weight: bold to potentially bold fonts
Fix bug to ensure CID ascent/descent matches subfont values

* Removed zero char logging

* Remove forced italic - missing italic is due to fontforge bug which needs fixing

* Typos fixed, readme updated

* Typos

* Increase maximum background image width
Fix private use range to avoid stupid mobile safari switching to emoji font

* included -pthread switch to link included 3rdparty poppler files.

* Updated files from poppler 0.59.0 and adjusted includes.

* Support updated "Object" class from poppler 0.59.0
2018-01-10 13:31:38 -06:00
Joachim Wuttke (o)
e2b41a9297 Always conserve output files in /tmp/pdf2htmlEX. 2016-09-26 16:31:46 +02:00
Joachim Wuttke (o)
b1d247cac0 run test_local_browser directly under 'ctest' => much better reporting, directly to stdout. 2016-09-26 13:31:18 +02:00
Joachim Wuttke (o)
e88f079e48 reactivated test_output.py, now directly called from 'ctest' 2016-09-26 13:18:39 +02:00
Joachim Wuttke (o)
d3e29acd66 run different tests under different CTest test names 2016-09-26 11:12:41 +02:00
Joachim Wuttke (o)
43be893dc3 Executable path passed to test.py using CMake's configure_file.
=> ctest executes. 6 of 8 tests pass.
2016-09-26 10:48:11 +02:00
Joachim Wuttke (l)
4921b4564b started repairing test 2016-09-26 09:35:53 +02:00
Lu Wang
a296d3babc 0.14.6 2015-07-22 17:31:40 +08:00
Lu Wang
debf55b961 0.14.5 2015-05-03 19:25:45 +08:00
Lu Wang
47f141029c 0.14.4 2015-05-03 17:05:29 +08:00
Lu Wang
8b7318fc62 0.14.3 2015-05-03 12:10:08 +08:00
Lu Wang
7163d4dded use simple optimization to retain api in js 2015-05-03 11:55:54 +08:00
Lu Wang
394354f255 fixes #513; 0.14.2 2015-05-01 19:04:00 +08:00
Lu Wang
68f0977e9a 0.14.1 2015-05-01 13:45:52 +08:00
Lu Wang
88fba4ee98 0.14.0 2015-05-01 13:19:23 +08:00
Lu Wang
9d8ff22322 0.13.6 2015-03-18 19:11:18 +08:00
Lu Wang
5a66ac5a55 mark U+200B as illegal 2015-03-18 18:07:50 +08:00
Lu Wang
65c5c340fc [skip ci] 0.13.4, travis still failing 2015-03-17 19:33:23 +08:00
Lu Wang
d8b86df0e5 update test case references 2015-03-17 17:31:19 +08:00
Lu Wang
61e5a18c40 fixing tests 2015-03-17 13:47:29 +08:00
Lu Wang
568dc8e650 revert previous commit, which broke the test case for text visibility 2015-03-15 17:36:06 +08:00
Lu Wang
7706bd7a96 0.13.0
- Use micro version number
- Do not output leading space due to a chromium bug
- Fixed test case for with_form
2015-03-15 14:39:58 +08:00
Simon Chenard
9fd1ba37de As suggested by Lu Wand, merging the adobe-form branch into the incoming branch 2014-12-03 14:32:01 -05:00
Lu Wang
24dd236614 check more c++11 features 2014-11-17 22:53:42 +08:00
Lu Wang
22d19329c0 working on unittest
use fontforge PPA in travis

exluding test/ in the archive

..

rewrite test_naming.py

migrate old test_nameing.py to new unittest
2014-11-16 00:06:43 +08:00
Lu Wang
ad6ff61797 ENABLE_SVG is on by default; do not support poppler <0.25.0 2014-11-13 12:32:31 +08:00
Simon Chenard
5223541c1f working but ugly code 2014-08-11 16:36:35 +02:00
Lu Wang
311bdf78ea bump version 2014-07-25 00:44:28 -07:00
Duan Yao
448b0d6dad Rename files CoveredTextHandler.* to CoveredTextDetector.* 2014-06-29 14:55:48 +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
15ac5271a7 remove support for old versions of fontforge 2014-03-22 22:36:22 +08:00
Lu Wang
c0371a07a6 fix build for latest poppler and fontforge 2014-02-08 20:35:33 +08:00
Lu Wang
e5e0fc802a bump version 2014-01-19 19:43:44 +08:00
Marc Sanfacon
f0c260d6a0 Renamed win32.* -> mingw.* 2014-01-15 08:29:46 -05:00
Marc Sanfacon
5aebf2c738 Make it work on MingW 2014-01-13 20:08:23 -05:00
Marc Sanfacon
5fab160e05 Modifications following code review
Fixed rmdir under Windows/MINGW
2014-01-09 08:14:12 -05: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
Marc Sanfacon
039e528d0d Removed MINGW specific link libraries 2013-12-11 11:00:35 -05:00
Marc Sanfacon
762281ed5b Added gunicode as a dependency on MINGW. 2013-12-05 20:48:45 -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
8c65a2826b Compile under MinGW 2013-11-22 13:32:40 -05:00
Lu Wang
3d958ab643 install uncompressed files 2013-11-06 04:53:28 +08:00
Lu Wang
b177bf634d remove jquery 2013-11-06 04:08:39 +08:00
Lu Wang
515f496cce relaxing dependency on jQuery 2013-11-06 16:33:15 +08:00
Lu Wang
1d8fb47681 compress css with yuicompressor 2013-10-30 15:50:07 +08:00
Lu Wang
cb11032563 merge js; annotate js 2013-10-22 15:03:07 +08:00
Lu Wang
8ba0ce3e25 update jquery; include jquery from google cdn 2013-10-21 15:04:34 +08:00