aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-13 04:58:11 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-13 04:58:11 +0200
commitae0399ef87cc7e93dc348b682fa0000aa477e302 (patch)
treeae4e0f6e27c7c67c7faa9433fb74b5e47d0b7109 /README
parentcfa2eb97fb9b38d62fd2cd8d54ab59bac503967f (diff)
downloadqpdf-ae0399ef87cc7e93dc348b682fa0000aa477e302.tar.zst
Revert "Add page rotation example in contrib"
This reverts commit 8ee83ca722baad9434119bb72d620dfd8e6103c4. This is being removed because qpdf now has its own page rotation. The example was an excellent contribution to qpdf, but now it illustrates rotating pages "by hand", which is no longer needed because of QPDFObjectHandle::rotatePage.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index cd5e1945..9e7b885c 100644
--- a/README
+++ b/README
@@ -159,9 +159,7 @@ 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. You may also
-check programs in the contrib directory. These are not part of QPDF
-but have been contributed by other developers.
+complete picture of every aspect of the public interface.
Additional Notes on Test Suite