java - Itext:How to deal with itext 5.4.3? -


i want upgarde code itext 5.4.3. written in earlir version of itext i.e 2.1.7.

i have problem while declaring table,paragraph , stuffs. earlier code this::

table tab = new table(); tab.setwidth(100); tab.addcell(new paragraph("sr. no.")); tab.addcell(new paragraph("candidate name",new font(font.helvetica, 14, font.bold))); tab.addcell(new paragraph("candidate code",new font(font.helvetica, 14, font.bold))); tab.addcell(new paragraph("login id",new font(font.helvetica, 14, font.bold))); tab.addcell(new paragraph("password",new font(font.helvetica, 14, font.bold))); 

so please let me know solution or link tutorials based on use of itext 5.4.3 version.

check itext tutorial. seems quite complete looking for.


Comments

Popular posts from this blog

design - Custom Styling Qt Quick Controls -

Unable to remove the www from url on https using .htaccess -