Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
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.


What I have tried:

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.
Posted
Comments
Peter_in_2780 31-Oct-18 3:20am    
Don't cross-post. You've already asked this question in the C# forum.
Richard MacCutchan 31-Oct-18 4:44am    
Did you forget to click the Repost flag?
Peter_in_2780 31-Oct-18 5:45am    
[blush] Didn't notice it until you pointed it out.
Richard MacCutchan 31-Oct-18 6:54am    
Ah, if I had a pound for everything I have failed to notice in the last 73 years ...
Richard Deeming 31-Oct-18 6:51am    
Well, someone did - mine was #2. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900