Archive all the events in a PDF document

Hi, Community
In an event program, I want to archive all the events in a PDF document. Does someone have an idea?

Hi @elmoujarrade,
Which one do of these do you think is relevant: https://play.dhis2.org/2.37.0/api/resources?

You could easily send an api request with a .pdf (such as https://play.dhis2.org/2.37.0/api/eventReports.pdf?fields=*) to get it as a PDF but it’s also possible that you use .csv (such as https://play.dhis2.org/2.37.0/api/eventReports.csv?fields=*) and then export it to a spreadsheet to be able to customize the PDF before exporting it from your spreadsheet software. (:

Hope this helps! (: Thanks!