Hello,I have the following problem: My pdf form must be signed. I submit
a pdf via http post to the servlet which starts a process with the pdf
as input. After some processing steps I want to show it in the workspace
for further actions. As an input für the "Assign Task" I used the
document form, which contains the form bridge. The workspace shows me
the PDF and I can submit it. But I want to set some values in the pdf
for showing.The cannot use the FormDataIntegrationClient because it
change al...