How to convert a hosted Adobe Illustrator file to a web-supported preview format?
My web application accesses adobe illustrator files from s3 object storage. I need to display a preview of these images. Web browsers don’t support .ai files, so they need to be converted into a browser safe format (jpg, png, etc). How can I convert these images for display on the frontend?