I have a "Totem" application which can be consulted, where for each query that is made, you must print a voucher or ticket with a service number.
Is there any way to print and format the voucher with a framework or something related to ASP.NET MVC? I was using using System.Drawing;
but it became too complicated to format.
Can someone who manages the subject guide me on how I can achieve it?