pdf2image
pdf2image copied to clipboard
.setGMClass(true).bulk(-1, false)
I am using following:
await fromPath( pathForThePDFThatWeWantToTest, options ).setGMClass(true).bulk(-1, false) but I am getting this error TypeError: Cannot read properties of undefined (reading 'bulk'). It works fine when I omit .setGMClass(true). Anyone knows why?