How would you create a thumbnail of the first page of a pdf using php but not using ghostwrite and imagemagick -



How would you create a thumbnail of the first page of a pdf using php but not using ghostwrite and imagemagick -

how create thumbnail of first page of pdf using php not using ghostwrite , imagemagick. have restrictions on clients server provider not allow installed.

two options spring mind:

post pdf script running on server have pdf reading library, processing there, , homecoming image in response.

another thought upload statically-compiled re-create of ghostscript , upload webhost , phone call using system(). while host might not install , back upwards software you, statically compiled binary has worked me in these situations.

php pdf imagemagick jpeg

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -