<div dir="ltr"><div><div><div><div>Hi , <br></div>I am using pdftotext version 0.24.2 . Following is my sample case<br><br>
<style type="text/css">TD P { margin-bottom: 0in; }P { margin-bottom: 0.08in; }</style>
<table width="100%" border="1" cellpadding="4" cellspacing="0">
<colgroup><col width="128*">
<col width="128*">
</colgroup><tbody><tr valign="TOP">
<td width="50%">
<ul><li><p>First line</p>
</li><li><p>second line</p>
</li><li><p>third line</p>
</li><li><p>fourth line
</p>
</li><li><p>fifth line</p>
</li></ul>
</td>
<td width="50%">
<ul><li><p>First line</p>
</li><li><p>second line , but second line is so big that it actually
takes a new line
</p>
</li><li><p>third line</p>
</li><li><p>fourth line</p>
</li><li><p>fifth line</p>
</li></ul>
</td>
</tr>
</tbody></table>
<br><br></div>While extracting using the following command line utility<br><br></div>pdftotext table.pdf table.txt -layout -nopgbrk -q<br><br>I am getting the following output <br><br> First line First line<br>
second line second line , but second line is so big that<br> third line it actually takes a new line<br> fourth line third line<br>
fifth line fourth line<br> fifth line<br><br></div>So what I want is , if there in no bullet in any of the line then there should be empty line in opposite column , could you please tell me what to change in the code so that I could get <br>
<div><div><div><div><div><div><div> <br> First line First line<br>second line second line , but second line is so big that<br> it actually takes a new line<br>
third line third line<br>fourth line fourth line<br>fifth line fifth line<br> <br>
<br></div><div>Thanks in advance <br></div><div><br>-- <br><div>With Regards<br>Nishanth R Lawrence<br>
</div></div></div></div></div></div></div></div></div>