Generate a PDF Using ASP.Net Core
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
}
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
}