jsPDF貌似不支持中文
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/downloadify.js"></script>
<script type="text/javascript" src="js/jspdf.js"></script>
<script type="text/javascript"> <BR>window.load=function(){ <BR>Downloadify.create('downloadify',{ <BR>filename: function(){ <BR>return document.getElementById('filename').value; <BR>}, <BR>data: function(){ <BR>var doc = new jsPDF(); <BR>doc.text(20, 20, document.getElementById('data').value); <BR>doc.addPage(); <BR>doc.text(20, 20, document.getElementById('data').value); <BR>return doc.output(); <BR>}, <BR>onComplete: function(){ alert('成功保存文件!'); }, <BR>onCancel: function(){ alert('您已经取消保存文件'); }, <BR>onError: function(){ alert('出现错误了'); }, <BR>swf: 'js/downloadify.swf', <BR>downloadImage: 'js/download.png', <BR>width: 100, <BR>height: 30, <BR>transparent: true, <BR>append: false <BR>}); <BR>} <BR></script>
You must have Flash 10 installed to download this file.











