From ae0399ef87cc7e93dc348b682fa0000aa477e302 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 12 Aug 2017 22:58:11 -0400 Subject: 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. --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README') 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 -- cgit v1.2.3-54-g00ecf