ilovepdf / ilovepdf-php

iLovePDF Rest Api - PHP Library (https://developer.ilovepdf.com)
146 stars 39 forks source link

Fatal error: Uncaught InvalidArgumentException: File /uploadpdf/1495.pdf does not exists in C:\xampp\htdocs\Spot\Spot\vendor\ilovepdf-php\src\Task.php:191 #28

Closed valjuniel123 closed 3 years ago

valjuniel123 commented 3 years ago

Fatal error: Uncaught InvalidArgumentException: File /uploadpdf/1495.pdf does not exists in C:\xampp\htdocs\Spot\Spot\vendor\ilovepdf-php\src\Task.php:191 Stack trace: #0 C:\xampp\htdocs\Spot\Spot\vendor\ilovepdf-php\src\Task.php(162): Ilovepdf\Task->uploadFile('g27d4mrsg3ztmnz...', '/uploadpdf/1495...') #1 C:\xampp\htdocs\Spot\Spot\api_ilovepdf.php(18): Ilovepdf\Task->addFile('/uploadpdf/1495...') #2 {main} thrown in C:\xampp\htdocs\Spot\Spot\vendor\ilovepdf-php\src\Task.php on line 191

maztch commented 3 years ago

Ensure the file exists before add it. if(!file_exists($file)) { throw new \Exception('file not exists); }