aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authoriskander.sharipov <Iskander.Sharipov@tatar.ru>2016-08-16 16:03:02 +0200
committerJay Berkenbilt <ejb@ql.org>2017-07-30 14:55:15 +0200
commit8ee83ca722baad9434119bb72d620dfd8e6103c4 (patch)
tree7be779cdf25069fc2fca58674e52760ee66ffdb8 /README
parent841f967a5fbd0a14b460903bebd2e8962d4817fb (diff)
downloadqpdf-8ee83ca722baad9434119bb72d620dfd8e6103c4.tar.zst
Add page rotation example in contrib
This is added to contrib rather than examples because it requires c++-11 and lacks a test suite, but it is still useful enough to include with the distribution.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 175ea681..893f9f7e 100644
--- a/README
+++ b/README
@@ -160,7 +160,9 @@ exercises most of the public interface. There are additional example
programs in the examples directory. Reading all the source files in
the qpdf directory (including the qpdf command-line tool and some test
drivers) along with the code in the examples directory will give you a
-complete picture of every aspect of the public interface.
+complete picture of every aspect of the public interface. You may also
+check programs in the contrib directory. These are not part of QPDF
+but have been contributed by other developers.
Additional Notes on Test Suite