Open source PDF editor.
Go to file
Jakub Melka 69c94cd2c1 Document builder basics 2020-03-08 17:06:43 +01:00
JBIG2_Viewer Refactoring - using of CMS 2019-12-25 17:56:17 +01:00
PdfForQtLib Document builder basics 2020-03-08 17:06:43 +01:00
PdfForQtViewer Annotation painting 2020-03-07 17:38:50 +01:00
UnitTests Update of copyright year 2020-01-18 11:38:54 +01:00
.gitignore Ignore unnecessary files 2018-12-24 19:18:30 +01:00
LICENSE.txt Initial commit 2018-11-17 16:48:30 +01:00
PdfForQt.pro JBIG2 file viewer 2019-10-29 19:34:22 +01:00
README.txt Dependencies moved to the another project 2019-07-31 18:19:23 +02:00

README.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.


==========================================================================
                    PDFforQt library / PDF viewer
                     (c) Jakub Melka 2018-2019
==========================================================================

This software is consisting of PDF rendering library, and viewer,
which can display PDF documents. Software is implementing the PDF
functionality based on PDF Reference 1.7. It is written and maintained
by Jakub Melka.

1. ACKNOWLEDGEMENTS

This software is based in part on the work of the Independent JPEG Group.

Portions of this software are copyright © 2019 The FreeType
Project (www.freetype.org). All rights reserved.

2. LEGAL ISSUES

Both library and viewer uses more benevolent LGPL license, so it is more
usable in commercial software, than GPL code only. Please see attached
file - LICENSE.txt to see details. This software also uses several
third party software, and user of this software must also respect licenses
of third party libraries.

3. THIRD PARTY LIBRARIES

    a) libjpeg, see https://www.ijg.org/, version 9c.
    b) FreeType, see https://www.freetype.org/index.html, FTL license used
    c) OpenJPEG, implementing Jpeg2000, see https://www.openjpeg.org/, 2-clause MIT license
    d) Qt, https://www.qt.io/, LGPL license used
    e) OpenSSL, https://www.openssl.org/, Apache 2.0 license