From dd7ba18d3a134f2becc2ad53f9b3d2191798e686 Mon Sep 17 00:00:00 2001 From: Thomas Felber Date: Mon, 11 May 2015 00:54:45 -0700 Subject: switched to jspdf with pdf.js, added movable signatureblock prototype, updated js in order to make pdf.js work --- pdf-as-web/src/main/webapp/index.jsp | 43 +++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 6 deletions(-) (limited to 'pdf-as-web/src/main/webapp/index.jsp') diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index e99ec4db..959e4203 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -10,6 +10,7 @@ + @@ -33,25 +34,54 @@

Sign Method

+ <% + if (WebConfiguration.getHandyBKUURL() != null) { + %> - + + <% + } + %> + <% + if (WebConfiguration.getLocalBKUURL() != null) { + %> - + + <% + } + %> + <% + if (WebConfiguration.getOnlineBKUURL() != null) { + %> - + - + <% + } + %> + <% + if(WebConfiguration.getKeystoreDefaultEnabled()) { + %> + + + + + + <% + } + %> +
@@ -59,8 +89,8 @@

Language

-
-
+
+
@@ -71,6 +101,7 @@
+

Preview

Please select the pdf file you want to sign! -- cgit v1.2.3