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

139
Views
How to convert Buffer to PDF send it to Database

I'm trying to read a PDF that is on my server-side storage, and upload it to a database

My file structure

So, first I tried to read it with fs.readFileSync():

let file = fs.readFileSync(route)
// returns <Buffer 25 50 44 46 2d 31 2e...

Then, I tried to convert it to a Blob

let blob = new Blob([file], {type:"application/pdf"})

It worked, but it returned an empty pdf file.

I tried to convert it to a File too, but I had the same results:

let blob = new File([file], "file.pdf", {type:"application/pdf"})

What am I doing bad?

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!