pdftables / php-pdftables-api

PHP example of using the PDFTables API
BSD 3-Clause "New" or "Revised" License
12 stars 9 forks source link

fetal error #1

Closed mr-X3 closed 7 years ago

mr-X3 commented 7 years ago

i tried to used it but its show

Fatal error: Call to undefined function curl_file_create() in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\data\localweb\sample\pdftables.php on line 3

error how to solve it ?

pwaller commented 7 years ago

Here are a couple of possible answers to your question:

PHP needs to be configured to have the curl plugin available for those functions beginning with curl_ to work. I've added this to our README.

Hope this helps, let us know if you have any other problems!