Title: Message
Hi,
 
When Readline of my inputStream is empty Paragraph is not added ?
An empty line is not inserted .
 
Thanks
Philippe
 
     document = new Document();
     Font ft =new Font(Font.COURIER, font_size, Font.NORMAL);
     par=new Paragraph("",ft);
    par.add(new String(" ")); //Problem is here
     document.add(par);
 
 

Philippe COUAS

Responsable D�veloppement

INFODEV S.A.

 

Reply via email to