mooz / node-pdf-image

Provides an interface to convert PDF's pages to png files in Node.js by using ImageMagick
MIT License
237 stars 87 forks source link

Showing blank screen #43

Open Maninarang opened 6 years ago

Maninarang commented 6 years ago

pdf-3

I am getting black screen at the end of the file..

const pdfImageOpts = { convertExtension: 'jpg', convertOptions: { '-colorspace': 'RGB', '-interlace': 'none', '-density': '300', '-quality': '100' } };

This is what i am doing