blob: 063d93a720b1aa384cf0aa787d941b00b69c021a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
0.3.0 (2023-XX-XX)
==================
* Support HN text overlay.
0.2.5 (2023-01-XX)
==================
* Improve PDF parser.
* Handle duplicated object in CAJ.
* Handle duplicated image in HN.
* Fix JBIG decoder.
0.2.4 (2022-12-31)
==================
* Fix HN image compositing.
* Fix PDF object check.
0.2.3 (2022-12-30)
==================
* Support HN figure placement.
0.2.2 (2022-12-29)
==================
* Support JPEG 2000 for HN.
* Handle missing but referenced root object.
* Handle HN with more than one image per page.
* Fix buffer overflow.
0.2.1 (2022-12-26)
==================
* Handle different JPEG colour component.
* Handle headless HN and page with no image.
0.2.0 (2022-12-22)
==================
* KDH conversion now produces a valid PDF
* Handle binary data in dictionary.
* Add preliminary support for HN
* Fix root object dictionary generation when root object has more than two children.
* Fix memory leak and data type.
0.1.0 (2020-04-08)
==================
* Initial release
|