66
Views
1
Comments
Download as XML file and pdf file
Question
Application Type
Reactive

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.

UserImage.jpg
Kay Lun

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.