Umbraco Forms > Entries > Each Entry export to PDF
# help-with-umbraco
n
Hello all Umbracians, Any Idea or suggestions on exporting umbraco form entry as pdf.? I have posted more details on forum - https://our.umbraco.com/forum/using-umbraco-and-getting-started/115199-umbraco-forms-entries-each-entry-export-to-pdf
j
I wouldn't do this if I were you. You are trying to edit a view from a package which is risky as the package might update. You could instead create your own dashboard with a list of entries and functionality to download them. If you insist on this then you'd probably need an angularjs interceptor and replace the forms view with your own as described here: https://nathanw.com.au/blog/customising-umbraco-without-touching-core-files/
n
Thank you Jemayn for the feedback and link. Will check it out.
m
On the listing page selecting one or more record gives you an option to export which you can extend https://docs.umbraco.com/umbraco-forms/developer/extending/adding-a-exporttype
3 Views