gal kahana
gal kahana
you got it here - PDFRStreamForBuffer
prbbly cause you don't have build tools. See #198
could `pdfWriter.writePageAndReturnId()` be useful to you? for ref - https://github.com/galkahana/HummusJS/blob/8f153e0c52f846a79d1a04560a8293105431236a/src/PDFWriterDriver.cpp#L79
RE the earlier question. youll have to fork & alter the code to pass you the object id. the object id for the page is determined prior to this phase...
a modified file is simply the original with appended definition of changes. that's how pdf is. what do you mean by "didnt actually modify anything" if you say earlier that...
seems fine on travis builds: https://travis-ci.org/galkahana/HummusJS/builds/458925266
that would be problematic if you delete streams that you dont own. anyways, can always either: 1. scope out pdfreader 2. use PDFRStreamForFile as source for pdfReader, which you can...
try adding a 3rd parameter to the `PDFPageModifier` creation call, like this: `new hummus.PDFPageModifier(pdfWriter, 0, true);` while there's no z-index definition in pdf (it's just that's what's drawn later in...
You need to put a user password. Dont leave it empty.
Oh. Now i see what you are trying to do. Providing a password to modify only means that the password is used for reading the original pdf. It doesnt add...