aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnki_pdf.c
Commit message (Expand)AuthorAgeFilesLines
* Replace catalog object only if root object does not exist.yzrh2023-01-041-6/+10
* Replace catalog object if found.yzrh2023-01-041-18/+26
* Prioritise incomplete object during deduplication.yzrh2023-01-041-10/+20
* Handle invalid result from PDF parser.yzrh2023-01-031-21/+32
* Handle duplicated image in HN.yzrh2023-01-021-2/+24
* Handle duplicated object in CAJ.yzrh2023-01-011-26/+47
* Fix HN image compositing.yzrh2022-12-311-27/+50
* Fix PDF object check.yzrh2022-12-301-4/+4
* Handle HN page with figure only.yzrh2022-12-301-19/+20
* Fix type casting when processing data.yzrh2022-12-301-25/+25
* Handle combination of text and image in page content.yzrh2022-12-291-62/+61
* Fix PDF object check.yzrh2022-12-291-4/+5
* Handle missing root object which is parent of others.yzrh2022-12-291-5/+7
* Add JPEG 2000 support.yzrh2022-12-291-0/+36
* Add preliminary support for HN figure placement.yzrh2022-12-281-54/+149
* Handle headless HN and page with no image.yzrh2022-12-251-126/+139
* Handle different JPEG colour component.yzrh2022-12-251-19/+26
* Fix HN conversion and add JBIG2 support.yzrh2022-12-241-40/+107
* Fix memory leak and data type.yzrh2022-12-221-0/+6
* Add error message for JBIG.yzrh2022-12-201-1/+7
* 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