CNKI proprietary formats converter
Find a file
yzrh d2826fa075 Simplify JBIG decoder.
Signed-off-by: yzrh <yzrh@noema.org>
2022-12-25 05:15:56 +00:00
src Simplify JBIG decoder. 2022-12-25 05:15:56 +00:00
CHANGE.md Handle different JPEG colour component. 2022-12-25 01:26:05 +00:00
COPYING Initial commit. 2020-08-14 22:04:26 +00:00
README.md Fix HN conversion and add JBIG2 support. 2022-12-24 23:29:56 +00:00

Melon

Melon: Converter that produces PDF from CNKI proprietary formats

Development

Currently, CAJ, KDH, and HN can be converted. Please report any failures with a sample that can reproduce the behaviour.

HN support does not support JPEG 2000 yet.

Dependency

  1. OpenSSL
  2. libiconv
  3. zlib
  4. jbig2dec
  5. libjpeg-turbo

Usage

make

Optionally, make install

melon -o OUTPUT INPUT

Options

-o, --output
Specify output file

-b, --buffer
Set buffer size (default 512k)

-v, --verbose
Print more information (twice for even more, three times for HN image decoding information as well)

Thanks

This project is inspired by https://github.com/JeziL/caj2pdf