Input file not found: /Users/xyz/Workspaces/doxswap/storage/doc/test.docx $doc = storage_path('doc/test.docx'); $result = Doxswap::convert($doc, 'pdf'); the file is exists, but got an error Input file not found thankyou :)
Input file not found: /Users/xyz/Workspaces/doxswap/storage/doc/test.docx
$doc = storage_path('doc/test.docx');
$result = Doxswap::convert($doc, 'pdf');
the file is exists, but got an error Input file not found
thankyou :)