Reputation: 31
I need to change exisiting PDF files with some new data. HummusJS docs says that I can change box with parsing and modification. But I cant find a right method for this.
Maybe someone faced with this problem?
Upvotes: 0
Views: 501
Reputation: 666
Please have a look at this example from the wiki of the HummusJS project https://github.com/galkahana/HummusJS/blob/master/tests/ModifyingExistingFileContent.js
Pay attention to the function testPageSizeModification on line 4
Upvotes: 1