CNKI proprietary formats converter
Find a file
yzrh 9019a18449 Split md5 function.
Signed-off-by: yzrh <yzrh@noema.org>
2023-01-01 11:11:56 +00:00
src Split md5 function. 2023-01-01 11:11:56 +00:00
CHANGE.md Update CHANGE. 2022-12-31 11:28:03 +00:00
COPYING Initial commit. 2020-08-14 22:04:26 +00:00
README.md Link against libc for iconv, find openjpeg header with pkgconf. 2022-12-29 17:30:36 +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. libcrypto (OpenSSL)
  2. zlib
  3. jbig2dec
  4. libjpeg-turbo
  5. openjpeg
  6. pkgconf

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