-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (24 loc) · 1.19 KB
/
README
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
PDFTools
PDFTools is high level tools to convert PDF files to ePUB formats.
WARNING: This package is not ready for end user use. Please do not use for production.
Be sure to read BUGS and INSTALL.
Mail suggestions to leonhad@gmail.com. Reports bugs on
<https://github.com/leonhad/pdftools/issues>
Always include the PDFTools version number, which you can get by
running `pdftools --version'.
Zip File Format
Only DEFLATE decompression is used (see zlib compression library).
For more information about ZIP file format, see APPNOTE.txt on PKWARE
official site <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>.
Licensing
PDFTools is released under the General Public License version 3 (GPLv3+).
Additionally, Autoconf includes a licensing exception in some of its
source files.
For more licensing information, see
<http://www.gnu.org/licenses/gpl-faq.html>.
-----
Copyright (C) 2012 Leonardo Alves da Costa.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.