pdf-to-png-converter icon indicating copy to clipboard operation
pdf-to-png-converter copied to clipboard

Library Convert PDF to PNG

Results 11 pdf-to-png-converter issues
Sort by recently updated
recently updated
newest added

## Current Behaviour As far as I can see there is an issue when trying to run the package as part of a `jest` test which results in a segmentation...

How can I fix this issue, I can't view the png file output.

I one of my jest test. using typescript. I got this error ` 2 | import request from 'supertest'; 3 | import { configureToMatchImageSnapshot } from 'jest-image-snapshot'; 4 | import...

A PDF with many pages, causes the Node to run out of memory. ~~This is a similar issue to the one in 'pdf2pic' library: https://github.com/yakovmeister/pdf2image/issues/54~~ ~~It can be solved with...

While Deploying my web app in Vercel its saying "The Serverless Function "index.js" is 51.71mb which exceeds the maximum size limit of 50mb." Please remove files that are large from...

Hi, is there any correct way to tell the converter to fallback fonts if the glyphs can't be rendered - per glyph? Related issues: - https://github.com/mozilla/pdf.js/issues/11860 - https://github.com/mozilla/pdf.js/issues/11311 Example of...

Similar to #26, I am getting the following error: ``` Error: dlopen(/Users/jakeleventhal/Code/Ecominate/node_modules/.pnpm/[email protected]/node_modules/canvas/build/Release/canvas.node, 0x0001): Library not loaded: /opt/homebrew/opt/pango/lib/libpangocairo-1.0.0.dylib ``` I want to use this on a vercel serverless function, but I...

I have noticed, while quickly going through the codebase, that this library uses `existsSync`, `mkdirSync`, `readFileSync` and `writeFileSync` inside otherwise already `async` functions. Is there a reason for that? This...

Can someone please update the canvas version to 2.11.0? The required one, 2.10.2 is not prebuilt for node18 (ABI v108) but the newer one is. I tried forcing the canvas...

It works great on Windows 11, but when I try to run it in docker with `debian:11-slim` and `node 18.x`, it says: ```sh Error: render no longer accepts the `canvasFactory`-option,...