前景提要
HDC调试需求开发(15万预算),能者速来!>>>
生成的pdf中需要有按钮,现在是没有按钮,我想知道按钮是在后台工具的中生成,还是在js中配置。
随便问下,flex paper的免费版和购买版区别是哪些!官网说的我不是很清楚!
求各位oscer来帮忙啦!flex paper使用的是免费版的!
以下是js配置, var loads =function(swfPath,swfPath1){ var fpv = new FlexPaperViewer( basePath + swfPath1, 'viewerPlaceHolder', { config : { SwfFile : escape(basePath + swfPath),//要浏览的swf文件 Scale: 0.6, ZoomTransition: "easeOut", ZoomTime: 0.5, ZoomInterval: 0.1, FitPageOnLoad: false, FitWidthOnLoad: true, PrintEnabled: true, FullScreenAsMaxWindow: false, ProgressiveLoading: true, PrintToolsVisible: true, ViewModeToolsVisible: true, ZoomToolsVisible: true, FullScreenVisible: true, NavToolsVisible: true, CursorToolsVisible: true, SearchToolsVisible: true, localeChain: 'zh_CN' //设置地区(语言) } } ); }; 后台代码中:String command = PDF2SWF_PATH +" \""+inputFile+"\" -o "+swfFile+" -b -T 9 -f -s languagedir=" + LANGUAGE_DIR;