Hi,
 I am trying to reduce the space between 2 lines during conversion of 
 text file into a pdf file. Kindly look at the attached pdf. Thank you
 for your help.
 
I am using this:
 
String line;
             while((line =3D in.readLine()) !=3D null) {
             Paragraph para =3D new 
 Paragraph(line,FontFactory.getFont(FontFactory.COURIER, 10, 
 Font.NORMAL));
             document.add(para);
             }

Reply via email to