asp code to image

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Sid-DFS
Posts: 1
Joined: 2011-02-01T01:34:42-07:00
Authentication code: 8675308

asp code to image

Post 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!
Post Reply