If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

How to make pdf viewer in php ??

Started by electra, 12-11-2011, 15:35:48

Previous topic - Next topic

electraTopic starter

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. ??
Reliable hosting? try HOSTGATOR and WEBHOSTINGHUB.
  •  


immortalbikram

#1
I have made small but useful tutorial on this.
newbielink:http://bikramkawan.com.np/how-to-make-free-online-pdf-viewer-using-php-and-imagemagick-for-website/ [nonactive]

Thank me if it helped you.
  •  

som

One of the greatest benefits of Scribus is its features to create PDF types with engaged JavaScript programs. Usually, PDF types are packed out by customers on their pcs and then designed out regionally. Details in a PDF type may also be offered on the internet to a far away position for further dealing with. However, this on the internet distribution performs only when using the Acrobat Guests device, not when using the person Acrobat Guests strategy.

newbielink:http://ittrainingonline.co.in [nonactive]
  •  


hirephp

Thanks for the helpfully Ans. Great Ans.

Hire iPhone Developer | Hire PHP Developer visit hirephp.com
  •  

brianwilson085

You just have to place a link to the pdf file.

<a href = "file.pdf">link to file</a>

If the user has Acrobat installed the file will then open in it automaticly.

roger710

PHP cannot natively open and display a PDF file to the browser. In most cases you want to just send the file to the browser and allow the Adobe Reader to open and display the file. However, if you are looking to pull data out of the PDF itself, then the PDF function built-into PHP may be of some help.


If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...