Hi,
I'm looking for a sample on how to implement an ASP.NET core API that can generate documents (invoices in my case)
using Blazor Server Reporting component, and can deliver a pdf or docx.
I see it as an alternative for JSReport
I would basically call (POST to) the REST API with the data to be merged in the invoice, and the API has to generate the pdf
and save it somewhere given a predefined name.
Templates for the invoices could be created/designed in a separate application if needed.
Thanks for any pointers.