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

292
Views
I am getting error when i am trying to convert HTML to PDF, How can I resolve this?

I convert html data from response to pdf but got the error...my code is

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: FAILED TO LOAD 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!