資源簡介
網(wǎng)上大部分pdf.js都是用url方式預(yù)覽pdf,此處給出pdf.js使用文件流預(yù)覽pdf的Web工程;
此是maven工程;
100%能運(yùn)行;
代碼片段和文件信息
package?com.fxma.controller;
import?org.springframework.stereotype.Controller;
import?org.springframework.web.bind.annotation.RequestMapping;
import?org.springframework.web.servlet.ModelAndView;
@Controller
public?class?DemoController?{
// ?private?static?Logger?logger?=?Logger.getLogger(DemoController.class);
@RequestMapping(value?=?“/toPage1.htm“)
public?ModelAndView?toPage1()?{
ModelAndView?mv?=?new?ModelAndView();
mv.setViewName(“page1“);
mv.addobject(“test“?“哇哈哈“);
return?mv;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1647??2015-09-27?23:08??pdfJs\pom.xm
?????文件????????533??2015-08-31?14:25??pdfJs\src\main\java\com\fxma\controller\DemoController.java
?????文件???????2213??2015-09-27?23:06??pdfJs\src\main\java\com\fxma\controller\FileController.java
?????文件????????498??2015-09-27?21:51??pdfJs\src\main\java\com\fxma\controller\TestMain.java
?????文件????????169??2015-08-31?14:10??pdfJs\src\main\resources\spring\applicationContext.xm
?????文件???????2226??2015-08-31?14:04??pdfJs\src\main\resources\springmvc\springmvc-servlet.xm
?????文件???????4621??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\artDialog.if
?????文件??????12282??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\artDialog.if
?????文件??????19700??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\artDialog.js
?????文件??????59825??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\artDialog.source.js
?????文件??????19131??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\detail.js
?????文件??????24034??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\fancybox.js
?????文件????????478??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\favorite.js
?????文件??????14491??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\jquery.artDialog.js
?????文件??????33436??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\jquery.artDialog.source.js
?????文件???????4879??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\jquery.bgif
?????文件??????94173??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\jquery.js
?????文件???????7814??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\license.txt
?????文件???????2381??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\aero_s.png
?????文件????????188??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\aero_s2.png
?????文件????????190??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_close.hover.png
?????文件????????190??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_close.png
?????文件???????1352??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_e.png
?????文件???????2043??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_n.png
?????文件????????601??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_ne.png
?????文件????????528??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_nw.png
?????文件????????971??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_s.png
?????文件????????471??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_se.png
?????文件????????470??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_sw.png
?????文件????????233??2015-07-29?13:45??pdfJs\src\main\webapp\artDialog\skins\aero\ie6\aui_ti
............此處省略584個(gè)文件信息
評(píng)論
共有 條評(píng)論