pdf2image icon indicating copy to clipboard operation
pdf2image copied to clipboard

.setGMClass(true).bulk(-1, false)

Open dev-fredericfox opened this issue 3 years ago • 0 comments

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?

dev-fredericfox avatar Jun 23 '22 22:06 dev-fredericfox