Search code examples
angularpdfag-gridag-grid-angular

Exporting Ag-Grid to PDF using angular 7


I am using Angular 7 and I am attempting to export ag-grid to pdf. I know how to export to csv and excel. The problem is that when I am trying to export to pdf, the only thing I can find in the documentation is how to print.

Anyone has had any experience with this?


Solution

  • As far as I know, PDF export is not a feature of ag-grid. You're going to have to implement it yourself. Depending on you environment, it may be easiest to do this on the server side.