2020-08-14 22:04:26 +00:00
|
|
|
Melon
|
|
|
|
=====
|
|
|
|
|
|
|
|
Melon: Converter that produces PDF from CNKI proprietary formats
|
|
|
|
|
|
|
|
Development
|
|
|
|
-----------
|
|
|
|
|
2022-12-22 19:47:40 +00:00
|
|
|
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.
|
|
|
|
|
2022-12-22 19:47:40 +00:00
|
|
|
HN support does not support JPEG 2000 yet.
|
2020-12-29 02:25:10 +00:00
|
|
|
|
2020-12-31 18:43:29 +00:00
|
|
|
Dependency
|
|
|
|
----------
|
|
|
|
|
|
|
|
1. OpenSSL
|
|
|
|
2. libiconv
|
|
|
|
3. zlib
|
2022-12-22 19:47:40 +00:00
|
|
|
4. jbig2dec
|
2020-12-31 22:36:28 +00:00
|
|
|
5. libjpeg-turbo
|
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 buffer size (default 512k)
|
|
|
|
|
|
|
|
-v, --verbose
|
2022-12-22 19:47:40 +00:00
|
|
|
Print more information (twice for even more, three times for HN image decoding information as well)
|
2020-08-14 22:04:26 +00:00
|
|
|
|
|
|
|
Thanks
|
|
|
|
======
|
|
|
|
|
|
|
|
This project is inspired by [https://github.com/JeziL/caj2pdf](https://github.com/JeziL/caj2pdf)
|