%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
var fs = require('fs'); ['top','bottom'].forEach(function(v){ ['left','right'].forEach(function(h){ ['1','2','3','4','5'].forEach(function(t){ var inFile = 'out/'+ t +v.charAt(0) + h.charAt(0) + '.html'; var outFile = 'pic/'+ t + v.charAt(0) + h.charAt(0) + '.png'; var path = 'file://' + fs.absolute(inFile) var page = require('webpage').create(); page.viewportSize = { width: 1000, height: 800 };; page.open(path, function(status) { window.setTimeout(function () { console.log(status); page.render(outFile); setTimeout(function(){ phantom.exit(); }, 0); },2000); }); }); }); });