4

I can't get IE to print my canvas (generated using excanvas)... I'm using the most recent version of excanvas.

http://dl.dropbox.com/u/997831/canvas.html

(Note: I already tried having the canvas element already on the page instead of creating it with document.createElement)

33aa3234
  • 41
  • 2

2 Answers2

0

Unfortunately, there is no good answer here. There has been a ticket open for well over a year regarding the printing of excanvas that has yet to be answered. You could try the silverlight version of excanvas it's a little better but still suffers from similar problems.

The only way to get it printed properly now would be doing a print screen and then printing the image. Unless an newer version of excanvas comes out or IE9 is released, native printing on IE just isn't going to work.

rwilliams
  • 21,188
  • 6
  • 49
  • 55
0

my best shot currently is printing pre-rendered image

(see wkhtmltoimage on google code)

jonny
  • 1,326
  • 9
  • 44
  • 62