PHP Classes

string(15) "File Not exists"

Recommend this page to a friend!

      PHP DOC DOCX PDF to Text Converter  >  All threads  >  string(15) "File Not exists"  >  (Un) Subscribe thread alerts  
Subject:string(15) "File Not exists"
Summary:8/4/2016
Messages:2
Author:Ananthan
Date:2016-04-08 06:44:53
 

  1. string(15) "File Not exists"   Reply   Report abuse  
Picture of Ananthan Ananthan - 2016-04-08 06:44:53
it shows error string(15) "File Not exists"

  2. Re: string(15) "File Not exists"   Reply   Report abuse  
Picture of Renato Renato - 2016-10-05 10:55:22 - In reply to message 1 from Ananthan
Modify line in index.php
//$docObj = new Filetotext("test.pdf");
to
$docObj = new Filetotext("test.pdf");
and save test.pdf file in the same directory