Create Document

I have my normal process begins with a form and eventually need to download the completed form, as I can do that?

If someone can help me thank you very much

OK for the Java PDF bit have a look at http://stackoverflow.com/questions/6118635/what-is-the-best-pdf-open-source-library-for-java which identifies several JAVA PDF libraries you could use to create the PDF file itself. You don’t need to save the file, but if you did you could save it then to a directory (under the Tomcat structure).

If you want to use the file widget to allow the user to download the (in memory) file you would have to

Create the PDF
turn it into a byte array and save it as a Document Value in Bonita, and then
assign it to the file widget from which the user can download the file,

Hope this helps,

regards

what have you tried?

What is your actual process?

regards

The actual process is filling out a skip by the assistant manager form is the person who verifies it then approves and here is where I need to create the form in a PDF