Is it possible to convert a document file to an image using javascript? Anyone ever tried it? Please suggest any codes for it because I've done my research and I see it only working for php, java and other languages.
Printable View
Is it possible to convert a document file to an image using javascript? Anyone ever tried it? Please suggest any codes for it because I've done my research and I see it only working for php, java and other languages.
extensions can grab images from an element to the canvas, but for security reasons, regular client code cannot.
Thanks KOR, that is my thought as well. Cheers!