0
SageSpecialSolutions created
Good Day,
Are ther any libraries available and some notes perhaps to create PDF Print-outs from the ASP.Net and Angualr 8 Solution. I need to create a template for the data to populate into a PDF or similar prinatable template.
thanks
3 Answer(s)
-
0
Hi @SageSpecialSolutions
We haven't used such a library before. It would be better if you can serach the web. Maybe someone else might offer you a library here.
-
0
https://ng2-pdfjs-viewer.azurewebsites.net/bytearray
i am trying to use this now .. but i cant do this from service
return File(bytes, "application/pdf");
:(
-
0
Hi @bosalah
You should use Regular ASP.NET Core Controller for this.