Introduction ................................................................. 1 About This Book .................................................................................................. 1 Who You Are........................................
function exportPDF() { //将downPDF这个对象渲染成canvas html2canvas(document.getElementById("export_word"), { onrendered:function(canvas) { var contentWidth = canvas.width; var contentHeight = canvas.height; //一页pdf显示html页面生成的canvas高度; var pageHeight = con