Hello Friends, I want a script which take screen shot image of PDF and save it to one folder when we upload it.
If any one have this script or have any link then please reply me.
I'm not entirely clear what you are trying to do. If you want a script that actually takes a screen shot and saves it as a pdf, you can't do that with just PHP. You would need some client-side program to handle that. However, if you already have pdf's that you just want to upload to the server, you can easily do that with move_uploaded_file().