Hello,
I need help with a PDF conversion issue.
Here is what I am doing in the code:
const convertOptions = {
width: 800,
height: 800,
};
pdf2img.convert(fileBuffer, convertOptions)
It works with most PDFs, except with this one:
pdf-with-issues.pdf
Here is the result I got:

Can you help me solve this issue?