81b6cc05 by Jeff Balicki

test

1 parent 5bd32e2a
......@@ -203,7 +203,8 @@
var pdflist = "";
var pdfChange = "";
var f = 0;
var f = 0;
console.log(json[0].pheight ,json[0].pwidth);
if(json[0].pwidth > 300){
var scaleImage = 300 / json[0].pwidth;
var imageHeight = json[0].pheight * scaleImage;
......