I want to create a PDF file so that when I click on a button SaveToPDF
it should fulfill the requirement. But I'm unable to do it, any help on how to achieve this using RestEndCall
through back-end using SpringMVC
and for front-end using Angular4/5/6/7/8+
Also, what data should I be sending to back-end? And to be precise, I don't want to create each cell by cell. If there is any other option to create a PDF which look exactly like the web page.