Posts by Karine Pires • 49 points
1 post
-
4
votes4
answers2413
viewsQ: Generate angular pdf using javascript
I am trying to generate a pdf in my angular application and I have the following code in controller.js: function gerarPdf(){ restService.relatorio.save({ id: controller.contrato.id, folha:…