C#, Winform - creating PDF

前端 未结 4 1794
时光说笑
时光说笑 2020-12-09 23:48

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

4条回答
  •  醉梦人生
    2020-12-10 00:54

    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.

提交回复
热议问题