Avatar

Level 6

Hi,

When you are submitting PDF in button you have to define Submit URL, smth lik http://myapplication:8080/SubmitServlet.

In your application you have to create Submit Servlet. You can take submitted PDF from request.getInputStream().

BR,

Paul Butenko