node-pdf-image icon indicating copy to clipboard operation
node-pdf-image copied to clipboard

Showing blank screen

Open Maninarang opened this issue 6 years ago • 0 comments

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

Maninarang avatar Jul 17 '18 12:07 Maninarang