HummusJSSamples icon indicating copy to clipboard operation
HummusJSSamples copied to clipboard

Samples for HummusJS

Results 15 HummusJSSamples issues
Sort by recently updated
recently updated
newest added

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...

I am working g28.pdf provided in example, there is field "U S C I S Online Account Number, if any". If, I fill this the data won't come properly aligned....

How do you programmatically change the font on the fill?

As promised in [this issue](https://github.com/galkahana/HummusJS/issues/437), here is a standalone example of inserting one PDF into another, preserving the links from the first PDF. Specifically, this shows how to update the...

![error](https://user-images.githubusercontent.com/43180281/49471365-acde9680-f7da-11e8-86b3-bd4a097d2c11.PNG) Hi I have a scenario where my text is larger than the text box in the PDF, it is cutting off the text and only displaying the text which...

Thanks for this awesome library author. I tried to fill radio buttons pdf [sample pdf](https://github.com/galkahana/HummusJSSamples/files/3124756/filled.pdf) created in adobe acrobat pro and they arent working when there is no default option...

I have a very simple pdf form with one single field. When trying to fill the form with the pdf-form-fill library, I receive this error. TypeError: Inconsistent ending of dictionary....

I'm trying to figure out why Acrobat Reader doesn't display values filled with HummusJS and `pdf-form-fill.js`. I can open the pdf in Chrome and see the filled field as expected...

Played a bit with text-extraction sample and found that if an inline image is encountered (a BI / ID / EI construct) the rest of the page is skipped. Most...