Can a png image be stamped (as approved or denied) on a form after it has been submitted? | Community
Skip to main content
Level 2
April 19, 2022
Solved

Can a png image be stamped (as approved or denied) on a form after it has been submitted?

  • April 19, 2022
  • 1 reply
  • 609 views
For instance, a user fills out a form and it is submitted through the site (whether an SPA or a generic site in AEM). An officiant then applies a stamp to the pdf (that is a png image) determining whether the form has been approved or denied. Is this possible in AEM? Could you please provide any examples or resources that would be of help for this project please? Thank you in advance!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by B_Sravan

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. 

1 reply

B_Sravan
Community Advisor
B_SravanCommunity AdvisorAccepted solution
Community Advisor
April 19, 2022

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.