blob: 1fdcf6c2f730c924b2d4762c972aa2ab196e66ca (
plain) (
tree)
|
|
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](https://github.com/caj2pdf/caj2pdf)
|