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

310
Vistas
Binary data PDF downloading But not displaying any Data : Pure JavaScript

I have binary data, please check this link

I try to download as PDF file and show above data, But file is downloading when I going to open the file I am getting a error as a dialog

We can't open this file
  Something went wrong

here is the code what I tried, So how can I fix this problem

let binaryString = btoa(unescape(encodeURIComponent(above_binary_data)))
    
   let binaryLen = binaryString.length;
    
   let bytes = new Uint8Array(binaryLen);
    
    for (let i = 0; i < binaryLen; i++) {
       let ascii = binaryString.charCodeAt(i);
       bytes[i] = ascii;
    }
    
  let blob = new Blob([bytes], {type: "application/pdf"});
    
  let link = document.createElement('a');
    
  link.href = window.URL.createObjectURL(blob);
  link.download = 'test_pdf';
    
  link.click();

I have use pure HTML file for all these process

about 4 years ago · Juan Pablo Isaza
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