From 16b588fde5837780afb7710f1af6ff3a244cfa4d Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 3 Sep 2009 20:54:00 +0200 Subject: [PATCH] PDF subproject --- twelvemonkeys-imageio/pdf/license.txt | 25 +++++++++++++++++++++ twelvemonkeys-imageio/pdf/pom.xml | 31 +++++++++++++++++++++++++++ twelvemonkeys-imageio/pdf/todo.txt | 1 + 3 files changed, 57 insertions(+) create mode 100755 twelvemonkeys-imageio/pdf/license.txt create mode 100755 twelvemonkeys-imageio/pdf/pom.xml create mode 100755 twelvemonkeys-imageio/pdf/todo.txt diff --git a/twelvemonkeys-imageio/pdf/license.txt b/twelvemonkeys-imageio/pdf/license.txt new file mode 100755 index 00000000..2d8ee79c --- /dev/null +++ b/twelvemonkeys-imageio/pdf/license.txt @@ -0,0 +1,25 @@ +Copyright (c) 2009, Harald Kuhr +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name "TwelveMonkeys" nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/twelvemonkeys-imageio/pdf/pom.xml b/twelvemonkeys-imageio/pdf/pom.xml new file mode 100755 index 00000000..18c46844 --- /dev/null +++ b/twelvemonkeys-imageio/pdf/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + com.twelvemonkeys.imageio + twelvemonkeys-imageio-pdf + 2.0-SNAPSHOT + TwelveMonkeys ImageIO PDF plugin + + ImageIO plugin for Adobe Portable Document Format (PDF). + + + + twelvemonkeys-imageio + com.twelvemonkeys + 2.1 + + + + + com.twelvemonkeys.imageio + twelvemonkeys-imageio-core + + + com.twelvemonkeys.imageio + twelvemonkeys-imageio-core + tests + + + \ No newline at end of file diff --git a/twelvemonkeys-imageio/pdf/todo.txt b/twelvemonkeys-imageio/pdf/todo.txt new file mode 100755 index 00000000..f795942b --- /dev/null +++ b/twelvemonkeys-imageio/pdf/todo.txt @@ -0,0 +1 @@ +Implement a PDF ImageReader based on https://pdf-renderer.dev.java.net/ \ No newline at end of file