当前位置:编程学习 > C#/ASP.NET >>

.net 怎么实现QQ邮箱中的pdf预览

word excel ppt我实现了

using Microsoft.Office.Core;
using word = Microsoft.Office.Interop.Word;
using excel = Microsoft.Office.Interop.Excel;
using powerpoit = Microsoft.Office.Interop.PowerPoint;

但是pdf的怎么搞
不要那种转flash的方法  太麻烦了
有没有直接的
我看了预览生成的html源码
是一些div   一行就是一个div
怎么做出来  求方法!
--------------------编程问答-------------------- word excel ppt我实现了
 用
using Microsoft.Office.Core;
 using word = Microsoft.Office.Interop.Word;
 using excel = Microsoft.Office.Interop.Excel;
 using powerpoit = Microsoft.Office.Interop.PowerPoint;

然后呢?这能实现什么?

如果这就能实现,那pdf一样
using pdf = xxx 好了。 --------------------编程问答-------------------- --------------------编程问答--------------------
引用 1 楼 caozhy 的回复:
word excel ppt我实现了
 用
using Microsoft.Office.Core;
 using word = Microsoft.Office.Interop.Word;
 using excel = Microsoft.Office.Interop.Excel;
 using powerpoit = Microsoft.Office.Interop.PowerPoint;

然后呢?这能实现什么?

如果这就能实现,那pdf一样
using pdf = xxx 好了。

那请问 你的xxx是什么? 你能说出是什么的话也行吧
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,