


Views
Replies
Sign in to like this content
Total Likes
Hi @giterdun345,
programmatically it is possible.
create a user interface for your officiant to access these saved pdfs(the ones that are submitted through the form). once reviewed, the officiant can choose an action for the pdf(approve or deny). Based on that, trigger a servlet that does the operation (adding a pdf image on the pdf).
see here for an example. In this example, only the way of adding the image is given.
Hi @giterdun345,
programmatically it is possible.
create a user interface for your officiant to access these saved pdfs(the ones that are submitted through the form). once reviewed, the officiant can choose an action for the pdf(approve or deny). Based on that, trigger a servlet that does the operation (adding a pdf image on the pdf).
see here for an example. In this example, only the way of adding the image is given.