开发者

Base Template for PDF generation in iText

开发者 https://www.devze.com 2023-03-24 13:23 出处:网络
I will have to grab the data from database and construct a PDF file (in the same table format) and should give back to front-end users.

I will have to grab the data from database and construct a PDF file (in the same table format) and should give back to front-end users.

I feel very difficult to code in iText-java for table-header creation and for subheaders, the allignment is not good and pro开发者_开发问答fessional.

Please tell, is there any predefined-template with which i can design how-my-table-should-appear and generate pdfs with values.

Thanks in Advance friends :-)


iText is a little complicated to start with, but you can always get it to layout pretty much exactly as you want.

I think what you might need is this:

How can I repeat the headers of an iTextSharp PdfPTable on each page?

0

精彩评论

暂无评论...
验证码 换一张
取 消