Base solution for your next web application
Open Closed

PDF Printing #8561


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    bosalah created

    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");
    

    :(

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @bosalah

    You should use Regular ASP.NET Core Controller for this.