blob: b94a3e7b1791179df5cb00a5d5746334e16ebef5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
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.
HN support does not support JPEG 2000 yet.
Dependency
----------
1. OpenSSL
2. libiconv
3. zlib
4. jbig2dec
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, 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)
|