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?
I am using following:
await fromPath( pathForThePDFThatWeWantToTest, options ).setGMClass(true).bulk(-1, false)
but I am getting this errorTypeError: Cannot read properties of undefined (reading 'bulk')
. It works fine when I omit.setGMClass(true)
. Anyone knows why?