As in topic, I want to make pdf viewer online instead of downloading pdf . How can i make that . Please help me. Can it be done from Imagemagick. ??
Yes Imagemagick is your best bet for converting pdfs to images, then you can display the image within the browser. Or... use Google Docs: http://docs.google.com/viewer?url=http://infolab.stanford.edu/pub/papers/google.pdf Also imbeded: <iframe src="http://docs.google.com/viewer?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe> HTML: