aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnki_pdf.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix PDF object check.yzrh2022-12-301-4/+4
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Handle HN page with figure only.yzrh2022-12-301-19/+20
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Fix type casting when processing data.yzrh2022-12-301-25/+25
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Handle combination of text and image in page content.yzrh2022-12-291-62/+61
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Fix PDF object check.yzrh2022-12-291-4/+5
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Handle missing root object which is parent of others.yzrh2022-12-291-5/+7
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Add JPEG 2000 support.yzrh2022-12-291-0/+36
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Add preliminary support for HN figure placement.yzrh2022-12-281-54/+149
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Handle headless HN and page with no image.yzrh2022-12-251-126/+139
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Handle different JPEG colour component.yzrh2022-12-251-19/+26
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Fix HN conversion and add JBIG2 support.yzrh2022-12-241-40/+107
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Fix memory leak and data type.yzrh2022-12-221-0/+6
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Add error message for JBIG.yzrh2022-12-201-1/+7
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Add wrapper for PDF operation.yzrh2021-01-131-226/+151
|
* Fix transformation matrix.yzrh2021-01-121-3/+8
|
* Fix HN dictionary generation.yzrh2021-01-121-7/+2
|
* Fix root object dictionary generation.yzrh2021-01-111-9/+22
|
* Decode JBIG and JPEG during HN conversion.yzrh2021-01-031-8/+624
|
* Handle binary data in dictionary.yzrh2020-12-311-7/+7
|
* Produce PDF directly from KDH.yzrh2020-12-301-16/+50
|
* Change e-mail address.yzrh2020-09-081-1/+1
|
* Initial commit.yzrh2020-08-141-0/+351