julianhille / MuhammaraJS

Muhammara a node module with c/cpp bindings to modify PDF with js for node or electron (based/replacement on/of galkhana/hummusjs)
Other
229 stars 46 forks source link

How to add a custom watermark for each pdf pages without creating a new one in memory with MuhammaraJS #297

Open natnaeltibebu opened 1 year ago

natnaeltibebu commented 1 year ago

Hey, please help me! I want to add a watermark to each page only on 'input.pdf' and save it.

julianhille commented 1 year ago

And you don't want to have the file in memory? Single pages in memory is ok? Please elaborate a bit further as im not sure i understood correctly

natnaeltibebu commented 1 year ago

Yes, I want it to add on itself; a single page is okay if possible.