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

290
Views
Recibo un error cuando intento convertir HTML a PDF. ¿Cómo puedo resolver esto?

Convierto datos html de la respuesta a pdf pero obtuve el error... mi código es

 this.httpClient.post("/getreport/1", obj, { responseType: 'arraybuffer' }).subscribe((data) => { var dd=new Uint8Array(data) var file = new Blob([dd], { type: 'application/pdf' }); filename = this.report.key + ".pdf"; let $link = document.createElement("a"); let url = URL.createObjectURL(file); $link.setAttribute("target", "_blank"); $link.setAttribute("href", url); $link.setAttribute("download", filename); $link.style.visibility = "hidden"; document.body.appendChild($link); $link.click(); });

ERROR: NO SE PUEDE CARGAR EL PDF

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!