Daniil  Yasnov
Daniil Yasnov

Reputation: 31

Can I modify box in existing PDF file with HummuJS?

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

Answers (1)

Cristian Smocot
Cristian Smocot

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

Related Questions