I have an ASP Classic page with a table. Is it possible to allow users to click in a button to export that table to a JPG file?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not easily on the client side, and certainly not reliably enough that you could do it any browser. But checkout the following for some ideas!
What you’ll probably have to do is render the HTML into an image on the server side. See following for ideas