81b6cc05 by Jeff Balicki

test

1 parent 5bd32e2a
......@@ -204,6 +204,7 @@
var pdflist = "";
var pdfChange = "";
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;
......