Skip to content Skip to sidebar Skip to footer

How Do You Safely Convert An Ext JS 4 Chart To An Image?

Just wondering if anyone knows how you would obtain an image from an Ext JS Chart in a secure manner? I noticed that the Ext JS 4.1 preview has a 'save' method that allows you to g

Solution 1:

I had to do this before 4.1 so I never used the Sencha server conversion. ImageMagick didn't have a conversion for html to image but wkhtmltoimage worked great on my own server side.

The charts have to be in their own distinct page and wkhtmltoimage will convert it to whatever format you need.


Post a Comment for "How Do You Safely Convert An Ext JS 4 Chart To An Image?"