2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-27 20:49:06 +00:00
Go to file
Jay Berkenbilt 0ded90eff9 fix problems or otherwise improve code based on issues raised by Klocwork
git-svn-id: svn+q:///qpdf/trunk@690 71b93d88-0707-0410-a8cf-f5a4172ac649
2009-09-14 01:31:46 +00:00
doc update release date to actual date 2008-04-29 12:55:25 +00:00
examples clean up windows portability code, make remaining test suite pass 2009-07-15 04:26:32 +00:00
include/qpdf stick DLL_EXPORT in front of every public method of every public class 2009-08-06 19:00:25 +00:00
libqpdf fix problems or otherwise improve code based on issues raised by Klocwork 2009-09-14 01:31:46 +00:00
libtests fix problems or otherwise improve code based on issues raised by Klocwork 2009-09-14 01:31:46 +00:00
make fix deps with libtool 2008-05-06 15:23:28 +00:00
manual 2.0.6 2009-05-03 16:38:04 +00:00
qpdf clean up windows portability code, make remaining test suite pass 2009-07-15 04:26:32 +00:00
qtest update qtest 2008-11-23 18:50:47 +00:00
zlib-flate clean up windows portability code, make remaining test suite pass 2009-07-15 04:26:32 +00:00
aclocal.m4 update release date to actual date 2008-04-29 12:55:25 +00:00
Artistic-2.0 update release date to actual date 2008-04-29 12:55:25 +00:00
autoconf.mk.in update release date to actual date 2008-04-29 12:55:25 +00:00
ChangeLog 2.0.6 2009-05-03 16:38:04 +00:00
config.guess update release date to actual date 2008-04-29 12:55:25 +00:00
config.sub update release date to actual date 2008-04-29 12:55:25 +00:00
configure.ac use AC_TYPE macros for the types we actually need... 2009-07-13 00:14:13 +00:00
INSTALL update release date to actual date 2008-04-29 12:55:25 +00:00
install-sh update release date to actual date 2008-04-29 12:55:25 +00:00
ltmain.sh update release date to actual date 2008-04-29 12:55:25 +00:00
make_dist allow a.b.c 2008-05-06 15:44:50 +00:00
Makefile more 32/64-bit errors 2008-05-05 14:29:12 +00:00
mkinstalldirs update release date to actual date 2008-04-29 12:55:25 +00:00
qpdf.spec 2.0.6 2009-05-03 16:38:04 +00:00
README update copyright, release 2.0.3 2009-02-15 16:31:12 +00:00
README.maintainer prepare for 2.0.5 release 2009-03-09 16:59:37 +00:00
TODO idea for 2.1 2009-09-14 01:28:59 +00:00

This is the QPDF package.  Information about it can be found at
http://qpdf.qbilt.org.

QPDF is copyright (c) 2005-2009 Jay Berkenbilt

This software may be distributed under the terms of version 2 of the
Artistic License which may be found in the source distribution as
"Artistic-2.0".  It is provided "as is" without express or implied
warranty.

To install this software, you can run

./configure
make
make install

For more detailed information, see the "INSTALL" in this directory.

The QPDF package provides some executables and a software library.  A
user's manual can be found in the "doc" directory.  The docbook
sources to the user's manual can be found in the "manual" directory.

The software library is just libqpdf, and all the header files are in
the qpdf subdirectory.  If you link with -lqpdf and your system does
not know how to read libtool .la files, then you will also need to
link with -lpcre and -lz.

To learn about using the library, please read comments in the header
files in include/qpdf, especially QPDF.hh, QPDFObjectHandle.hh, and
QPDFWriter.hh.  You can also study the code of qpdf/qpdf.cc, which
exercises most of the public interface.  There are additional example
programs in the examples directory.