aboutsummaryrefslogtreecommitdiff
path: root/stamper
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-03-13 08:52:46 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-04-01 16:51:50 +0200
commit8d9cc698494694a57743c7443bf5e77d4e6c882b (patch)
tree6b7cf655ffdc0a8e92252adbf25ce5ae4fd41f1f /stamper
parent78c7b6b82267b766b573046d722a55638749a6cd (diff)
downloadpdf-as-4-8d9cc698494694a57743c7443bf5e77d4e6c882b.tar.gz
pdf-as-4-8d9cc698494694a57743c7443bf5e77d4e6c882b.tar.bz2
pdf-as-4-8d9cc698494694a57743c7443bf5e77d4e6c882b.zip
WIP: pdfbox table to Sign AP
Diffstat (limited to 'stamper')
-rw-r--r--stamper/stmp-itext/build.gradle2
-rw-r--r--stamper/stmp-itext/src/main/java/at/gv/egiz/pdfas/stmp/itext/ITextStamper.java1
2 files changed, 1 insertions, 2 deletions
diff --git a/stamper/stmp-itext/build.gradle b/stamper/stmp-itext/build.gradle
index b16de2d0..88551e46 100644
--- a/stamper/stmp-itext/build.gradle
+++ b/stamper/stmp-itext/build.gradle
@@ -16,7 +16,7 @@ dependencies {
compile project (':pdf-as-lib')
compile project (':pdf-as-common')
compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
- compile group: 'com.lowagie', name: 'itext', version: '4.2.0'
+ compile group: 'com.lowagie', name: 'itext', version: '4.2.1'
testCompile group: 'junit', name: 'junit', version: '4.+'
}
diff --git a/stamper/stmp-itext/src/main/java/at/gv/egiz/pdfas/stmp/itext/ITextStamper.java b/stamper/stmp-itext/src/main/java/at/gv/egiz/pdfas/stmp/itext/ITextStamper.java
index cf179439..a58fbe0b 100644
--- a/stamper/stmp-itext/src/main/java/at/gv/egiz/pdfas/stmp/itext/ITextStamper.java
+++ b/stamper/stmp-itext/src/main/java/at/gv/egiz/pdfas/stmp/itext/ITextStamper.java
@@ -525,7 +525,6 @@ public class ITextStamper implements IPDFStamper {
PdfPTable table = object.getTable();
-
logger.info("Positioning: X " + positioningInstruction.getX() + " Y " + positioningInstruction.getY());
logger.info("Positioning: P " + positioningInstruction.getPage());
logger.info("Visual Object: " + visualObject.getWidth() + " x " + visualObject.getHeight());