melon/README.md

47 lines
758 B
Markdown
Raw Permalink Normal View History

2020-08-14 22:04:26 +00:00
Melon
=====
Melon: Converter that produces PDF from CNKI proprietary formats
Development
-----------
Currently, CAJ, KDH, and HN can be converted. Please report
2020-08-14 22:04:26 +00:00
any failures with a sample that can reproduce the behaviour.
2020-12-31 18:43:29 +00:00
Dependency
----------
1. libcrypto (OpenSSL)
2. zlib
3. jbig2dec
4. libjpeg-turbo
5. openjpeg
6. pkgconf
2020-12-31 18:43:29 +00:00
2020-08-14 22:04:26 +00:00
Usage
=====
`make`
Optionally, `make install`
`melon -o OUTPUT INPUT`
Options
-------
-o, --output
Specify output file
-b, --buffer
Set input buffer size (default 512k)
2020-08-14 22:04:26 +00:00
-v, --verbose
Print more information (twice for even more, three times for HN image processing information as well)
2020-08-14 22:04:26 +00:00
Thanks
======
This project is inspired by [https://github.com/caj2pdf/caj2pdf](https://github.com/caj2pdf/caj2pdf)