Hi,
I have a task of generating and printing an outgoing document (with the company letterhead). The address, subject, text fields etc. are all saved in a database. I tried doing this using plain HTML but it is almost impossible to get the whole thing fit in and print an A4 size document.
I guess PDF is one option here. Can anyone guide me in this matter. Should I use any third-party component?
Here is the summary of what I want to do:
1. Add a header, footer and a side image (background perhaps).
2. Adjust the borders.
3. Write text which does not overlap the images.
Thanks in advance. // I am using C# ; 
DevFox