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

303
Views
Descarga de PDF de datos binarios pero sin mostrar ningún dato: JavaScript puro

Tengo datos binarios, por favor revisa este enlace

Intento descargar como archivo PDF y mostrar los datos anteriores, pero el archivo se está descargando cuando voy a abrir el archivo y aparece un error como cuadro de diálogo.

 We can't open this file Something went wrong

aquí está el código que probé, entonces, ¿cómo puedo solucionar este problema?

 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();

He usado un archivo HTML puro para todos estos procesos.

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!