I have Pdf template with some background design and logo, so we need to pass the data dynamically in to that pdf template using "itextsharp" library. So when we pass the data to the template, it’s overriding the template backgroud design and showing the plain text that we have passed to the Template instead of merging with the Template. Please help me on this.
One of the approach that we followed is to get the Template background design as image and merge the data with image and regenerate the PDF. This is working as expected.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)