To this day I have often imagined situations in which a system might need to generate boletos, although until now I have never developed anything like this, and so I decided to research how to do this in .NET. I researched a little and all I found was a library called Boleto.NET.
I looked at this library a bit, but I'm looking for alternatives. Firstly because I'm working with ASP.NET 5 and I have not yet been able to make this library work with Full CLR (at this point I think it's some minor error I've made). Secondly because looking at the GitHub page I did not quite understand the proposal. It seems that there is a site mixed with the library and another MVC application too, anyway, I do not quite understand if it's just a library or an application built to generate tickets.
In this way I kept searching about the subject but I did not find much and I decided to ask here.
- How can I generate .NET tickets in a reasonably simple way within the application I'm developing?
- If I do not want to use this library I found only by doing it manually? And in that case how is this done in .NET?