Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

305
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda