PHP Classes

Class d'ont work

Recommend this page to a friend!

      PHP DOC DOCX PDF to Text Converter  >  All threads  >  Class d'ont work  >  (Un) Subscribe thread alerts  
Subject:Class d'ont work
Summary:string(29) "\n\n "
Messages:2
Author:Juergen
Date:2015-09-26 09:03:48
 

  1. Class d'ont work   Reply   Report abuse  
Picture of Juergen Juergen - 2015-09-26 09:03:48
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

  2. Re: Class d'ont work   Reply   Report abuse  
Picture of Karl Karl - 2015-10-30 21:24:24 - In reply to message 1 from Juergen
I guess you should some headers.
Oder in deutsch: schau dort mal:
php.net/manual/de/function.header.p ...

php.net/manual/en/function.header.p ...