PdfView Library is a library providing a widget for viewing PDF files.

Usage
-----

See doxygen generated documentation.

Installation
------------

See the INSTALL file.

License
-------

Copyright (C) 2012 Glad Deschrijver <glad.deschrijver@gmail.com>

License: GPL version 2 or later

  This program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; either version 2 of the License, or (at your option) any later
  version.

  This program links to poppler which is based on xpdf code, which currently is
  released under the GPL version 2 only.  As long as xpdf is not released under
  the GPL version 2 or later, this program cannot be released under the GPL
  version 3.  Currently there are no other restrictions for this move.

  This program is distributed in the hope that it will be useful, but WITHOUT
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Additional copyright holders and licenses:
  src/pdfview.cpp
    GPL v2 or later contributions:
      Copyright (C) 2007-2011 Jonathan Kew, Stefan Löffler

  src/synctex/*
    Copyright (C) 2008, 2009, 2010, 2011 Jerome Laurens <jerome DOT laurens AT u-bourgogne DOT fr>
    License:
      Permission is hereby granted, free of charge, to any person
      obtaining a copy of this software and associated documentation
      files (the "Software"), to deal in the Software without
      restriction, including without limitation the rights to use,
      copy, modify, merge, publish, distribute, sublicense, and/or sell
      copies of the Software, and to permit persons to whom the
      Software is furnished to do so, subject to the following
      conditions:

      The above copyright notice and this permission notice shall be
      included in all copies or substantial portions of the Software.

      THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
      EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
      OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
      NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
      HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
      WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
      FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
      OTHER DEALINGS IN THE SOFTWARE

      Except as contained in this notice, the name of the copyright holder
      shall not be used in advertising or otherwise to promote the sale,
      use or other dealings in this Software without prior written  
      authorization from the copyright holder.

  translations/pdfviewlib_*.ts
    The translations are licenced under the same terms as this application
    itself.
      Copyright (C) 2012 Glad Deschrijver <glad.deschrijver@gmail.com>
