John Huang

Results 75 comments of John Huang

The new version should fix this issue for you.

Hello, would you mind post this issue in HummusJS? https://github.com/galkahana/HummusJS/issues

https://github.com/galkahana/HummusJS/issues/71 https://github.com/galkahana/HummusJS/issues/328

https://github.com/chunyenHuang/hummusRecipe/blob/master/tests/createWithBuffer.js

Hello~ @youmustfight I have been working in form filling with HummusJS. It's extremely complicated and really need a well designed development structure. This feature will definitely be a key feature....

Thanks for the notes. I will take a deep dive soon.

It is possible to overlay multiple pdf in one page. The `.overlay` uses the `drawImage` from HummusJS [reference](https://github.com/galkahana/HummusJS/wiki/Show-images#simple-image-drawing). However, you may have to split your pdf and overlay each pdf...

``` .text(v, 20, 37, { => . pdfDoc.text(v, 20, 37, { ```

The function you look at is actually for calibration. I don't have a function to rotate the page yet. I will consider to add it soon.