CNKI proprietary formats converter
Find a file
2021-01-13 17:07:45 +00:00
src Add wrapper for PDF operation. 2021-01-13 17:07:45 +00:00
CHANGE.md Initial commit. 2020-08-14 22:04:26 +00:00
COPYING Initial commit. 2020-08-14 22:04:26 +00:00
README.md Decode JBIG and JPEG during HN conversion. 2021-01-03 03:01:28 +00:00

Melon

Melon: Converter that produces PDF from CNKI proprietary formats

Development

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

HN support is being worked on.

Dependency

  1. OpenSSL
  2. libiconv
  3. zlib
  4. JBIG-KIT
  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)

Thanks

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