Page 1 of 1

asp code to image

Posted: 2011-02-01T02:10:30-07:00
by Sid-DFS
Hi All,
I need to convert the contents of either a div tag or table to either an image or PDF to be mailed to client automatically from within a website. I am using ASP.NET and am an experienced coder of many years and wondered if i can use imagemagick to do this.

I can create a table pulling all database data and images required in the correct layout and thought along the same sort of lines as 'send page section via email' (with background and layers pacing text over jpg image blank invoice)

or I would I have to create images of all the elements of the invoice and use 'append' or 'merge' to combine these then send the final image, I would have thought this would be too labour intensive for the server and too slow for multiple invoices!

if anyone knows a way please help been searching this issue over a week now!