Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

471
Views
How to convert images produced by html canvas to .ai(adobe illustrator) file format in either frontend or backend process?

I'm developing a webapp to edit photos and trying to download them as adobe illustrator (.ai) file format.

The webapp has two parts frontend and backend. React for frontend, and Django restframework for backend. The photos are edited within a html canvas element, and the canvas is controlled by JavaScript.

Th code below converts the canvas element to a dataURL, so I can see the compiled image after hitting the url. The url shows it is png format.

var canvas = document.getElementById("myCanvas");
var dataURL = canvas.toDataURL();

And the url looks like this.

data:image/png;base64,iVBORw0KGgoAAA...

Is there any way to convert the canvas image to .ai(adobe illustrator) file format using ether JavaScript, React for frontend, or python for backend process?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!