John Huang

Results 75 comments of John Huang

Hi @aathirag You can try to pass the `rotation` property https://github.com/chunyenHuang/hummusRecipe/blob/20dc850637b87057bbbd73b0224d793d5bdf2e8d/tests/text-rotation.js and also try this https://github.com/chunyenHuang/hummusRecipe/blob/028a15bf178e9e5c1a90e12aae4ff27510c80cb0/tests/annotation-coordinate.js

Can you just quick check if the `D:\home\site\wwwroot\node_modules\hummus-recipe\fonts` exist in your `node_modules`? As I can confirm, it is included in the package https://github.com/chunyenHuang/hummusRecipe/tree/master/fonts

Unfortunately, I can not reproduce your issue since I dont have a windows environment. But you may hack the code here to give it a try: https://github.com/chunyenHuang/hummusRecipe/blob/master/lib/Recipe.js#L55 Change `path.join` to...

I am afraid that the decryption is not implemented from HummusJS. You are welcome to make a pr for it. Thanks! How to use decryption with HummusJS https://github.com/galkahana/HummusJS/blob/master/tests/Xcryption.js Where the...

Hi, @benydc Just like Gal answers in https://github.com/galkahana/HummusJS/issues/310 As long as hummusJS supports it, it will be done here as well.

For your original question, `inheritedProperties` should be an object. So the easy fix is you change the following line: https://github.com/galkahana/HummusJSSamples/blob/master/filling-form-values/pdf-form-fill.js#L136 ``` inheritedProperties('DA') > inheritedProperties['DA'] ``` I have created a PR...

I am not sure about this but I think it's covered by other objects or the behavior needs to be defined. Based on your original post ``` var data =...

Since your `gender` and `financeOption` fields are `fieldType==btn`, so you may have to change the input to ```javascript { "gender": 1, // 0-Female, 1-Male "financeOption": 2 // 0-Direct Pay, 1-Not...

https://github.com/chunyenHuang/hummusRecipe/blob/master/lib/info.js#L21 https://github.com/galkahana/HummusJS/blob/b699d6a01ba027428120cbe5b1c16813bed0521d/tests/SettingInfoValuesTest.js

I actually have seen some windows devices that will never be able to install even in the same windows Version. I have to build and copy it over. Maybe it's...