I\'m still kinda new on the programming thing, but i would like to create a program wich could create PDF\'s with some information in them.
Could anybody recommend a
I have used iTextSharp once to merge and split pdf, but has lost those files. But iTextSharp is good. And regarding your need to create tables and all, I think you will have to write regular code and then you will have to convert them into bytes and then create a pdf file out of it. As I remember, iTextSharp work that way. Hope it helps.