如何在PHP中制作PDF查看器 [英] How to make PDF viewer in PHP

查看:103
本文介绍了如何在PHP中制作PDF查看器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用PHP打开PDF文件.不想使用Flash.像谷歌文档查看器.我只想打开PDF文件.我可以使用PHP吗?

I want to open PDF file with PHP. Don't want to use Flash. Like google doc viewer. I just want to open PDF file. Can I do with PHP ?

推荐答案

PHP无法本机打开并向浏览器显示PDF文件.在大多数情况下,您只想将文件发送到浏览器并允许Adobe Reader打开并显示文件.但是,如果您希望从PDF本身提取数据,则PHP内置的PDF函数可能会有所帮助.

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.

http://php.net/manual/en/book.pdf.php

这篇关于如何在PHP中制作PDF查看器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆