Hi, my english ist not the best, sorry.
My problem ist that class dont work, if I start this the following text will be show:
See here:
jschmitt-it.de/pdftotext3/index.php
jschmitt-it.de/pdftotext3/test.pdf
this is the index.php
<?php
require("class.filetotext.php");
//$docObj = new Filetotext("test.docx");
$docObj = new Filetotext("test.pdf");
$return = $docObj->convertToText();
var_dump( $return ) ;
?>
in the class i have make no changes.
please can you help me?
thanks juergen