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

193 Commits

Author SHA1 Message Date
stephengaito
d4ec42eb3b
bumped patch version for poppler-0.81.0 2019-09-27 13:21:19 +01:00
stephengaito
c5a0d5221e
bumped patch version for poppler-0.80.0 2019-09-27 12:30:14 +01:00
stephengaito
5c75187eaf
bumpd patch version for poppler-0.79.0 2019-09-27 09:31:38 +01:00
stephengaito
82a49b6384
bumped patch version for poppler-0.78.0 2019-09-27 08:23:58 +01:00
stephengaito
7ed1914bf0
bumped patch version for poppler-0.77.0 2019-09-26 18:42:56 +01:00
stephengaito
a501d1604e
bumped patch version number for poppler-0.76.0 2019-09-26 16:33:56 +01:00
stephengaito
11e2aa28c2
bumped patch version for poppler-0.75.0 2019-09-26 11:38:31 +01:00
stephengaito
37921cd581
Update CMakeLists.txt
updated pdf2htmlEX version
2019-09-23 15:58:13 +01:00
Trent Petersen
21a9f65079 Update CMakeLists 2019-09-20 08:16:22 -05:00
Trent Petersen
32f7c3e57f
Update CMakeLists.txt 2019-09-19 10:26:18 -05:00
Stephen Gaito
d091550e59 increased warnings to catch overloaded-virtuals - integrated clang and clang-tools to provide alternate collections of warnings 2019-06-28 16:56:45 +01:00
Stephen Gaito
b9c9950191 added set\(CMAKE_EXPORT_COMPILE_COMMANDS, ON\) to cmake build system to allow prototype checking tool to work 2019-06-28 08:45:05 +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