blairjanis

Results 4 issues of blairjanis

I'm getting this error when trying to createReader ... ```javascript var pdfReader = hummus.createReader('not-working.pdf'); ``` ``` TypeError: Unable to start parsing PDF file at Object. (/Users/blairjanis/workspace/node/hummus-test/index.js:10:24) at Module._compile (internal/modules/cjs/loader.js:701:30) at...

I'm using a combination of pdfjs-dist and hummus to create pdfs in a node.js application. Rather than render the pdf to a canvas, which is the common use case for...

As a newbie to bit I'm struggling to get a particular use case working and I haven't found the documentation on this newer bit-angular release to be very helpful. I'm...

When using the sample for extracting text, I kept getting an error in the font-decoding.js code. The issue is on line 76: ``` map[j] = besToUnicodes(unicodeArray.queryObject(j).toBytesArray()); ``` `queryObject(j)` throws an...