Generate a PDF Using ASP.Net Core

Job ID: 32001093

Budget: $30 – $250 USD

From an uploaded CSV/Excel file(sampledata), I want to generate a PDF base on two template size A5 and size 15*3cm(like 6 rows on a A4 size paper) that the output will look like the below attached file.

Model to use:
public class QRCodeModel
{
public string QrcodeBase64 { get; set; }
public string LogoBase64 { get; set; }
public string Number { get; set; }
public string Direction { get; set; } // 1: fa fa-arrow-up OR 2: fa fa-arrow-down
}
Related categories: CSS C# Programming PDF ASP.NET .NET Core