diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/verifystart.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/verifystart.jsp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/verifystart.jsp b/pdf-as-web/src/main/webapp/verifystart.jsp index 339cb464..43765b35 100644 --- a/pdf-as-web/src/main/webapp/verifystart.jsp +++ b/pdf-as-web/src/main/webapp/verifystart.jsp @@ -10,6 +10,13 @@ <option>json</option> </select> + <select name="verify-level"> + <option selected="selected">intOnly</option> + <option>full</option> + </select> + + + <input type="file" name="pdf-file" /> <input type="submit" value="Verfiy"> |