
 Alex Gui - 2023-03-27 12:09:27 - 
In reply to message 1 from John Kelley 
Like the example line 19 : 
$pdf	=  new PdfToText ( ) ;
// Modify any property here before loading the file ; for example :
// $pdf -> BlockSeparator = " " ;
$pdf -> Load ( 'sample.pdf' ) ;
echo $pdf -> Text ;
Uncomment $pdf -> BlockSeparator = " " ;