From 6bea54a7ed2ff7edb0ab4f49e7a035a2aa7284ae Mon Sep 17 00:00:00 2001 From: tknall Date: Thu, 20 Jan 2011 09:55:29 +0000 Subject: - Adding missing font for PDF/A-1b - Cleaning up pom file. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@724 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- pdf-as-web/pom.xml | 32 ++++----------------- .../egiz/pdfas/web/itext/DejaVuSansCondensed.ttf | Bin 0 -> 541104 bytes .../at/gv/egiz/pdfas/web/itext/srgb.profile | Bin 0 -> 3144 bytes 3 files changed, 5 insertions(+), 27 deletions(-) create mode 100644 pdf-as-web/src/main/resources/at/gv/egiz/pdfas/web/itext/DejaVuSansCondensed.ttf create mode 100644 pdf-as-web/src/main/resources/at/gv/egiz/pdfas/web/itext/srgb.profile diff --git a/pdf-as-web/pom.xml b/pdf-as-web/pom.xml index 8a37dfb..fa41411 100644 --- a/pdf-as-web/pom.xml +++ b/pdf-as-web/pom.xml @@ -9,7 +9,7 @@ at.gv.egiz pdf-as-web PDF-AS-WEB - 3.2-snapshot + 3.2-SNAPSHOT Webapplikation zur Amtssignatur fuer elektronische Aktenfuehrung @@ -98,7 +98,10 @@ + + pdf-as @@ -174,32 +177,12 @@ 2.4 provided - - log4j - log4j - 1.2.13 - - - commons-logging - commons-logging - 1.0.3 - + commons-fileupload commons-fileupload 1.1 - - commons-io - commons-io - 1.1 - - - - commons-lang - commons-lang - 2.3 - @@ -207,11 +190,6 @@ sitemesh 2.3 - - com.lowagie - itext-2.1.5-rev3628-pdfas - 1.1 - diff --git a/pdf-as-web/src/main/resources/at/gv/egiz/pdfas/web/itext/DejaVuSansCondensed.ttf b/pdf-as-web/src/main/resources/at/gv/egiz/pdfas/web/itext/DejaVuSansCondensed.ttf new file mode 100644 index 0000000..988aa1b Binary files /dev/null and b/pdf-as-web/src/main/resources/at/gv/egiz/pdfas/web/itext/DejaVuSansCondensed.ttf differ diff --git a/pdf-as-web/src/main/resources/at/gv/egiz/pdfas/web/itext/srgb.profile b/pdf-as-web/src/main/resources/at/gv/egiz/pdfas/web/itext/srgb.profile new file mode 100644 index 0000000..7f9d18d Binary files /dev/null and b/pdf-as-web/src/main/resources/at/gv/egiz/pdfas/web/itext/srgb.profile differ -- cgit v1.2.3