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?
精彩评论