Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

286
Vistas
How do I convert canvas to binary format?

I am using html2canvas to convert HTML to an image.

html2canvas(document.querySelector('body')).then((canvas) => {
    let jpegUrl = canvas.toDataURL('image/jpeg');
    let pngUrl = canvas.toDataURL(); // PNG is the default
    let base64 = canvas.toDataURL('image/jpeg').split(';base64,')[1];
});

My goal is to "when a user submits a form, then capture the current page and convert it to canvas (image)" So that I can store that image in a MySQL database in blob format.
Currently, I am able to convert captured image in base64 string. But then I need to convert base64 string into blob (binary). So that I am able to store blob in MySQL.
How can I do that ?

about 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda