PHP Classes

PHP PDF to Text

Recommend this page to a friend!

      PHP PDF to Text  >  All threads  >  PHP PDF to Text  >  (Un) Subscribe thread alerts  
Subject:PHP PDF to Text
Summary:Need help extracting data
Messages:1
Author:Martha J Sayers
Date:2020-01-17 14:18:58
 

  1. PHP PDF to Text   Reply   Report abuse  
Picture of Martha J Sayers 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.