PDF Creation

Hi guys.

I’m looking if it’s possible create a pdf document, in this case an invoice, from master/detail data. Searching online I noted this article: https://www.c-sharpcorner.com/article/creating-pdf-in-asp-net-core-mvc-using-rotativa-aspnetcore/ about create PDF documents from ASP.Net Core with a handy tool.
Do you think that will be possible integrate this code into Radzen may be extending with custom code a project or is better create a separated estandar project (no Radzen) to generate the PDF output? How this must be integrated?

Thanks in advance for your suggestions.

1 Like

Hi @Carlos_Carminati,

Frankly it is up to you. If you find a good .NET Core compatible library for PDF generation you can use it as a custom controller in Radzen. If you decide to use a separate project you can use the Link component in Radzen - set its Path property to the URL of the separate project e.g. http://localhost/my-pdf-export/