以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]请问如何将pdf文件显示?  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=128331)

--  作者:YOU
--  发布时间:2018/12/4 9:52:00
--  [求助]请问如何将pdf文件显示?
请问如何将pdf文件,在移动端显示出来??
--  作者:有点甜
--  发布时间:2018/12/4 9:56:00
--  

直接 e.writefile 即可,比如执行

 

e.writefile("d:\\test.pdf")

 

 


--  作者:YOU
--  发布时间:2018/12/4 10:03:00
--  
这是生成HTML
--  作者:YOU
--  发布时间:2018/12/4 10:07:00
--  
移动端能在线预览吗?
--  作者:有点甜
--  发布时间:2018/12/4 10:41:00
--  

比如代码

 

Select Case e.Path
    Case "test.pdf"
        e.writefile("d:\\test.pdf")
End Select

 

然后你访问

 

127.0.0.1/test.pdf