html2canvas - After conversion of div into canvas the images gives white spaces at the bottom -
i using html2canvas convert div canvas. div contain table , each td contain image. canvas getting created every image shows white space @ bottom of it.
is there other way convert div canvas?
yes, here's 1 alternative using html2canvas render all/part of webpage.
you can use "headless browser" on server capture webpage image. headless browser can render contents of webpage image without security restrictions apply html2canvas.
i recommend phantomjs because uses webkit , therefore delivers compatibility modern browsers: http://phantomjs.org/screen-capture.html
Comments
Post a Comment