
 Martha J Sayers - 2020-01-17 14:18:58
First, this PHP class is a very,very  good! But I am having a problem with the output of the data. I used Currently it is line, after line in a column, like this:
data
data
data
data
I used: $pdf	=  new PdfToText ( 'mytestfile.pdf' ) ;
I need the data to be a "block" (one big chuck of data) of data like this:
datadatadatadata
How do I achieve this ?? 
I also tried marking text and could not get it to work.
Thank you for all you do.