CNKI proprietary formats converter
Find a file
2022-12-29 04:05:34 +00:00
src Fix buffer overflow when object size is less than 8 bytes. 2022-12-29 04:05:34 +00:00
CHANGE.md Handle missing root object which is parent of others. 2022-12-29 03:00:11 +00:00
COPYING Initial commit. 2020-08-14 22:04:26 +00:00
README.md Add JPEG 2000 support. 2022-12-29 00:40:14 +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.

Dependency

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

Usage

make

Optionally, make install

melon -o OUTPUT INPUT

Options

-o, --output
Specify output file

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

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

Thanks

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