Hi ,
I am using pdftotext version 0.24.2 . Following is my sample case
-
First line
-
second line
-
third line
-
fourth line
-
fifth line
-
First line
-
second line , but second line is so big that it actually takes a new
line
-
third line
-
fourth line
-
fifth line
While extracting using the following command line utility
pdftotext table.pdf table.txt -layout -nopgbrk -q
I am getting the following output
First line First line
second line second line , but second
line is so big that
third line it actually takes a new
line
fourth line third line
fifth line fourth line
fifth line
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
First line First line
second line second line , but second line is
so big that
it actually takes a new line
third line third line
fourth line fourth line
fifth line fifth line
Thanks in advance
--
With Regards
Nishanth R Lawrence
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler