![]() |
Admin 3/8/2016 |
This is definitely possible. The actual code depends on how do you store file names in the database (regular vs basic upload) and also where exactly files are uploaded on the web server. In my understanding for this code to work you need to specify a full path to PDF file. $document = new Imagick('path to upload folder'.$values["filename field"]); |