Posts by Vinicius Mijoler • 1 point
2 posts
-
0
votes1
answer113
viewsA: Download pdf not working - Angularjs, C#
If anyone needs to adjust. ANGULAR $http.post($rootScope.raiz_ws + "/pdf/PdfCompraVenda", listProdutos) .then(function (response) { console.log(response.data); var file = new Blob([response.data],…
-
0
votes1
answer113
viewsQ: Download pdf not working - Angularjs, C#
I need to return a pdf and download in the makeup of it. However when returning the pdf Blob does not recognize it $http.post($rootScope.raiz_ws + "/pdf/PdfCompraVenda", listProdutos) .then(function…