How to export panel ext js 4.0 to image format?

I have a number of grids on a panel in Ext js 4.0 with some grids that have been scrolled from the top or scrolled to the left . I want to convert this panel along with all the grids to some form of image, like jpeg . Or even pdf format . For a larger panel size, the image can be distributed in a number of different files.

How can i do this?

+3


source to share


1 answer


We use iText http://www.itextpdf.com/ to generate PDF on the fly and make it the same as grid. This is separate code, although it doesn't use a grid. You just make it look like a grid.



0


source







All Articles