mgufrone / pdf-to-html

PDF to HTML PHP Class using Poppler-Utils
MIT License
176 stars 89 forks source link

How do I use this PHP scripted on my shared hosting without composer? #27

Open lars2211 opened 7 years ago

lars2211 commented 7 years ago

How can I use this PHP script, without composer (and without shell access) on my shared hosting server? Can I copy/paste the file in Filezilla (via FTP) to my shared hosting? How can I fix this? Maybe make the autoload.php by myself?

Anyone who can help me! I'm really in need for this class, but my hosting doesn't support ssh / composer.

Thanks in advance!

mgufrone commented 7 years ago

Unfortunately, this package can't do that. You need pdftohtml binary to do the process.