John Huang

Results 75 comments of John Huang

Would you mimd put a PR for this since you already have investigated, thanks! @rafikhamid

Can you post this in muhammara as well? It seems to me it's a hummusJS related issue.

https://github.com/galkahana/HummusJS/wiki It seems to me that HummusJS does not support this feature yet. You may ask in HummusJS issues and I will follow up if there is an update.

https://github.com/galkahana/HummusJS/issues/340 Hello, HummusJS does not provide this feature out of box. At this moment, you can create a new pdf and just append the page you need.

https://github.com/chunyenHuang/hummusRecipe#append-pdf

#62 https://github.com/galkahana/HummusJS/issues/328

You can use rectangle to cover the text and encrypt the permission to "edit" https://github.com/chunyenHuang/hummusRecipe/blob/master/tests/vector.js#L15 However, the information will still be available if you read the pdf structure.

https://github.com/galkahana/HummusJS/issues/328#issuecomment-425366855

https://github.com/galkahana/HummusJS/issues/328#issuecomment-425366855 > the text extraction example provides code that will have both the text and physical position of it (x,y, width height). This allows you to cover the text with...

Hello @ssleptsov I am sorry that hummusRecipe only supports certain annotations now https://chunyenhuang.github.io/hummusRecipe/Recipe.html#.annot You may fork and hack the code for different annotations here https://github.com/chunyenHuang/hummusRecipe/blob/master/lib/annotation.js#L59 I will consider to add...