Hello All,
I'm developing Reactive web app,
I need to generate reports as xml file and pdf file how can i achieve this..
it should include attributes of my entity.
I'm able to generate excel file but not xml and pdf file. can someone help me here.
Regards.
Hi Salman,
For exporting to PDF, you could try the Ultimate PDF forge component, for xml, you could try the XML Records forge component.
For PDF exporting, the easiest way in to loop your data into a table, then export the webpage as a pdf file.
For XML exporting, they should have server actions allow you to pass the List result of aggregate and export as XML.
Hope this help.