I am trying to create an invoice using ItextSharp but I cant quite get what I want.
The invoice looks like this
I can get the upper part using HtmlWorker but the mid section is somewhat challenging. Because the height of the mid section remains constant whether there are 1 or 2 or 5 number of items added. (it wont go beyond 4-5 items). I think I could have managed it with CSS but CSS doesnt work easily in case of HtmlWorker.
Do you have any Ideas how I could approach this problem?