Hi Experts,
We had recently upgraded PDF forms to HTML5 forms in workspace application, but print button is not working.When I click on print button error message is showing like "Unable to generate PDF due to internal server error"
I want HTML form with print option, please guide me.
Srujan
Solved! Go to Solution.
Views
Replies
Total Likes
Hi srujan1981,
All the actions will not work in HTML preview and print button is one of them.
You will have to write custom code to achieve print functionality like calling window.print()
It is not possible with out of the box features. the below article explains few of AEM developer experience
I hope this will helps.
Thanks,
@srujan1981 Designer print will not work in HTML. You can either download the pdf and print it or, call Window.print()
Hi srujan1981,
All the actions will not work in HTML preview and print button is one of them.
You will have to write custom code to achieve print functionality like calling window.print()
It is not possible with out of the box features. the below article explains few of AEM developer experience
I hope this will helps.
Thanks,