Description
This specific PDF seems to have issues in NodeJS (tested on v20.17.0) when rendered on a scale above 1.5.
Reproduction steps and the source PDF are given in the linked repository.
Expected result
The PDF page is rendered in the image output when scaling 1.6x.
Actual result
A white image is generated with the correct dimensions.
Repro https://github.com/niels-van-den-broeck/pdf-node
Versions "pdfjs-dist": "4.7.76" "canvas": "2.11.2"
Description This specific PDF seems to have issues in NodeJS (tested on v20.17.0) when rendered on a scale above 1.5. Reproduction steps and the source PDF are given in the linked repository.
Expected result The PDF page is rendered in the image output when scaling 1.6x.
Actual result A white image is generated with the correct dimensions.